#72299B

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

Shades of Vivid Violet #72299B

Tints of Vivid Violet #72299B

Color information

#72299B (or 0x72299B) is unknown color: approx Vivid Violet. HEX triplet: 72, 29 and 9B. RGB value is (114,41,155). Sum of RGB (Red+Green+Blue) = 114+41+155=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #72299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72299B is #8DD664. Grayscale: #4B4B4B. Windows color (decimal): -9295461 or 10168690. OLE color: 10168690.

HSL color Cylindrical-coordinate representation of color #72299B: hue angle of 278.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72299B is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11441155-
CMYK0.260.7400.39
HSL278.42º58.16%38.43%-
HSV(B)278.42º73.55%60.78%-
XYZ13.657.5331.74-
YUV75.82172.68155.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 155 (60.94% from 255) = 50%
R=36.77%
G=13.23%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114411550.260.7400.39278.4258.1638.43
Hex72299B1A4A0271163a26
Octal16251233321120474267246
Binary1110010101001100110111101010010100100111100010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72299B; }

 p { color: rgb(114,41,155); }

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

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

 a { background-color: rgb(114,41,155); }

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

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

 span { border-color: rgb(114,41,155); }

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