#71149E

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

Shades of Vivid Violet #71149E

Tints of Vivid Violet #71149E

Color information

#71149E (or 0x71149E) is unknown color: approx Vivid Violet. HEX triplet: 71, 14 and 9E. RGB value is (113,20,158). Sum of RGB (Red+Green+Blue) = 113+20+158=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #71149E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71149E is #8EEB61. Grayscale: #3F3F3F. Windows color (decimal): -9366370 or 10359921. OLE color: 10359921.

HSL color Cylindrical-coordinate representation of color #71149E: hue angle of 280.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71149E is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11320158-
CMYK0.280.8700.38
HSL280.43º77.53%34.9%-
HSV(B)280.43º87.34%61.96%-
XYZ13.236.4832.9-
YUV63.54181.31163.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=38.83%
G=6.87%
B=54.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113201580.280.8700.38280.4377.5334.9
Hex71149E1C570261184e23
Octal161242363412704643011643
Binary1110001101001001111011100101011101001101000110001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,20,158); }

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

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

 a { background-color: rgb(113,20,158); }

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

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

 span { border-color: rgb(113,20,158); }

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