Html Css Color HEX #702387 Vivid Violet

📋 copy color: '#702387'

red 112 ◦ green 35 ◦ blue 135

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

Shades of Vivid Violet #702387

Tints of Vivid Violet #702387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 39.72%
G = 12.41%
B = 47.87%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#702387 (or 0x702387) is known color: Vivid Violet. HEX triplet: 70, 23 and 87. RGB value is (112,35,135). Sum of RGB (Red+Green+Blue) = 112+35+135=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #702387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702387 is #8FDC78. Grayscale: #454545. Windows color (decimal): -9428089 or 8856432. OLE color: 8856432.

HSL color Cylindrical-coordinate representation of color #702387: hue angle of 286.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702387 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 35 135 -
CMYK 0.17 0.74 0 0.47
HSL 286.2º 0.59% 0.33% -
HSV(B) 286.2º 0.74% 0.53% -
XYZ 11.66 6.4 23.54 -
YUV 69.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 112 35 135 0.17 0.74 0 0.47 286.2 0.59 0.33
Hex 70 23 87 11 4A 0 2F 11E 3B 21
Octal 160 43 207 21 112 0 57 436 73 41
Binary 1110000 100011 10000111 10001 1001010 0 101111 100011110 111011 100001

Color Harmonies of #702387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702387

Black with #702387

Text Example


Text Example

White with #702387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702387; }

 p { color: rgb(112,35,135); }

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

background-color css

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

 a { background-color: rgb(112,35,135); }

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

border-color css

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

 span { border-color: rgb(112,35,135); }

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