#72199A

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

Shades of Vivid Violet #72199A

Tints of Vivid Violet #72199A

Color information

#72199A (or 0x72199A) is unknown color: approx Vivid Violet. HEX triplet: 72, 19 and 9A. RGB value is (114,25,154). Sum of RGB (Red+Green+Blue) = 114+25+154=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #72199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72199A is #8DE665. Grayscale: #414141. Windows color (decimal): -9299558 or 10099058. OLE color: 10099058.

HSL color Cylindrical-coordinate representation of color #72199A: hue angle of 281.4º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72199A is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11425154-
CMYK0.260.8400.40
HSL281.4º72.07%35.1%-
HSV(B)281.4º83.77%60.39%-
XYZ13.126.6131.16-
YUV66.32177.49162.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 25 (10.16% from 255) = 8.53%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=38.91%
G=8.53%
B=52.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114251540.260.8400.40281.472.0735.1
Hex72199A1A540281194823
Octal162312323212405043111043
Binary1110010110011001101011010101010001010001000110011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72199A; }

 p { color: rgb(114,25,154); }

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

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

 a { background-color: rgb(114,25,154); }

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

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

 span { border-color: rgb(114,25,154); }

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