#71169F

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

Shades of Vivid Violet #71169F

Tints of Vivid Violet #71169F

Color information

#71169F (or 0x71169F) is unknown color: approx Vivid Violet. HEX triplet: 71, 16 and 9F. RGB value is (113,22,159). Sum of RGB (Red+Green+Blue) = 113+22+159=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #71169F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71169F is #8EE960. Grayscale: #404040. Windows color (decimal): -9365857 or 10425969. OLE color: 10425969.

HSL color Cylindrical-coordinate representation of color #71169F: hue angle of 279.85º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71169F is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11322159-
CMYK0.290.8600.38
HSL279.85º75.69%35.49%-
HSV(B)279.85º86.16%62.35%-
XYZ13.356.5933.37-
YUV64.83181.15162.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=38.44%
G=7.48%
B=54.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113221590.290.8600.38279.8575.6935.49
Hex71169F1D560261184c23
Octal161262373512604643011443
Binary1110001101101001111111101101011001001101000110001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71169F; }

 p { color: rgb(113,22,159); }

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

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

 a { background-color: rgb(113,22,159); }

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

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

 span { border-color: rgb(113,22,159); }

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