#71129E

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

Shades of Vivid Violet #71129E

Tints of Vivid Violet #71129E

Color information

#71129E (or 0x71129E) is unknown color: approx Vivid Violet. HEX triplet: 71, 12 and 9E. RGB value is (113,18,158). Sum of RGB (Red+Green+Blue) = 113+18+158=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #71129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71129E is #8EED61. Grayscale: #3D3D3D. Windows color (decimal): -9366882 or 10359409. OLE color: 10359409.

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

Color convert

RGB11318158-
CMYK0.280.8900.38
HSL280.71º79.55%34.51%-
HSV(B)280.71º88.61%61.96%-
XYZ13.26.4132.89-
YUV62.36181.97164.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 18 (7.42% from 255) = 6.23%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=39.10%
G=6.23%
B=54.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113181580.280.8900.38280.7179.5534.51
Hex71129E1C590261195023
Octal161222363413104643112043
Binary1110001100101001111011100101100101001101000110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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