#71208E

Color #71208E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #71208E

Tints of Vivid Violet #71208E

Color information

#71208E (or 0x71208E) is unknown color: approx Vivid Violet. HEX triplet: 71, 20 and 8E. RGB value is (113,32,142). Sum of RGB (Red+Green+Blue) = 113+32+142=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #71208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71208E is #8EDF71. Grayscale: #444444. Windows color (decimal): -9363314 or 9314417. OLE color: 9314417.

HSL color Cylindrical-coordinate representation of color #71208E: hue angle of 284.18º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71208E is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11332142-
CMYK0.200.7700.44
HSL284.18º63.22%34.12%-
HSV(B)284.18º77.46%55.69%-
XYZ12.216.526.2-
YUV68.76169.34159.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 142 (55.86% from 255) = 49.48%
R=39.37%
G=11.15%
B=49.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113321420.200.7700.44284.1863.2234.12
Hex71208E144D02C11c3f22
Octal16140216241150544347742
Binary1110001100000100011101010010011010101100100011100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71208E; }

 p { color: rgb(113,32,142); }

 H1.HeaderClassName
 {
   color: #71208E;
 }
 .AnyTagClassName
 {
   color: #71208E;
 }
</style>
background-color css

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

 a { background-color: rgb(113,32,142); }

 div.DivClassName
 {
   background-color: #71208E;
 }
 .BgClassName
 {
   background-color: #71208E;
 }
</style>
border-color css

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

 span { border-color: rgb(113,32,142); }

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