#712099

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

Shades of Vivid Violet #712099

Tints of Vivid Violet #712099

Color information

#712099 (or 0x712099) is unknown color: approx Vivid Violet. HEX triplet: 71, 20 and 99. RGB value is (113,32,153). Sum of RGB (Red+Green+Blue) = 113+32+153=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #712099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712099 is #8EDF66. Grayscale: #454545. Windows color (decimal): -9363303 or 10035313. OLE color: 10035313.

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

Color convert

RGB11332153-
CMYK0.260.7900.4
HSL280.17º65.41%36.27%-
HSV(B)280.17º79.08%60%-
XYZ13.086.8430.77-
YUV70.01174.84158.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=37.92%
G=10.74%
B=51.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113321530.260.7900.4280.1765.4136.27
Hex7120991A4F0281184124
Octal161402313211705043010144
Binary11100011000001001100111010100111101010001000110001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712099; }

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

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

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

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

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

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

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

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