Html Css Color HEX #703AE4 Blue Violet

📋 copy color: '#703AE4'

red 112 ◦ green 58 ◦ blue 228

#703AE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #703AE4

Tints of Blue Violet #703AE4

RGB

 RED value IS 112 (44.14% from 255) = 28.14%

 GREEN value IS 58 (23.05% from 255) = 14.57%

 BLUE value IS 228 (89.45% from 255) = 57.29%

R = 28.14%
G = 14.57%
B = 57.29%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#703AE4 (or 0x703AE4) is known color: Blue Violet. HEX triplet: 70, 3A and E4. RGB value is (112,58,228). Sum of RGB (Red+Green+Blue) = 112+58+228=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 228 (89.45% from 255 or 57.29% from 398); Max value from RGB is 228 - color contains mainly: blue. Hex color #703AE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703AE4 is #8FC51B. Grayscale: #5C5C5C. Windows color (decimal): -9422108 or 14957168. OLE color: 14957168.

HSL color Cylindrical-coordinate representation of color #703AE4: hue angle of 259.06º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703AE4 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 58 228 -
CMYK 0.51 0.75 0 0.11
HSL 259.06º 0.76% 0.56% -
HSV(B) 259.06º 0.75% 0.89% -
XYZ 22.2 12.07 74.56 -
YUV 93.53 203.89 141.18 -
System Red Green Blue C M Y K H S L
Decimal 112 58 228 0.51 0.75 0 0.11 259.06 0.76 0.56
Hex 70 3A E4 33 4B 0 B 103 4C 38
Octal 160 72 344 63 113 0 13 403 114 70
Binary 1110000 111010 11100100 110011 1001011 0 1011 100000011 1001100 111000

Color Harmonies of #703AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AE4

Black with #703AE4

Text Example


Text Example

White with #703AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703AE4; }

 p { color: rgb(112,58,228); }

 H1.HeaderClassName
 {
   color: #703AE4;
 }
 .AnyTagClassName
 {
   color: #703AE4;
 }
</style>

background-color css

<style>
 a { background-color: #703AE4; }

 a { background-color: rgb(112,58,228); }

 div.DivClassName
 {
   background-color: #703AE4;
 }
 .BgClassName
 {
   background-color: #703AE4;
 }
</style>

border-color css

<style>
 span { border-color: #703AE4; }

 span { border-color: rgb(112,58,228); }

 td.TdClassName
 {
   border-color: #703AE4;
 }
 .TagClassName
 {
   border-color: #703AE4;
 }
</style>