#711599

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

Shades of Vivid Violet #711599

Tints of Vivid Violet #711599

Color information

#711599 (or 0x711599) is unknown color: approx Vivid Violet. HEX triplet: 71, 15 and 99. RGB value is (113,21,153). Sum of RGB (Red+Green+Blue) = 113+21+153=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #711599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711599 is #8EEA66. Grayscale: #3F3F3F. Windows color (decimal): -9366119 or 10032497. OLE color: 10032497.

HSL color Cylindrical-coordinate representation of color #711599: hue angle of 281.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711599 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11321153-
CMYK0.260.8600.4
HSL281.82º75.86%34.12%-
HSV(B)281.82º86.27%60%-
XYZ12.836.3530.69-
YUV63.56178.48163.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=39.37%
G=7.32%
B=53.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113211530.260.8600.4281.8275.8634.12
Hex7115991A5602811a4c22
Octal161252313212605043211442
Binary1110001101011001100111010101011001010001000110101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711599; }

 p { color: rgb(113,21,153); }

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

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

 a { background-color: rgb(113,21,153); }

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

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

 span { border-color: rgb(113,21,153); }

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