#72129B

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

Shades of Vivid Violet #72129B

Tints of Vivid Violet #72129B

Color information

#72129B (or 0x72129B) is unknown color: approx Vivid Violet. HEX triplet: 72, 12 and 9B. RGB value is (114,18,155). Sum of RGB (Red+Green+Blue) = 114+18+155=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #72129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72129B is #8DED64. Grayscale: #3D3D3D. Windows color (decimal): -9301349 or 10162802. OLE color: 10162802.

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

Color convert

RGB11418155-
CMYK0.260.8800.39
HSL282.04º79.19%33.92%-
HSV(B)282.04º88.39%60.78%-
XYZ13.076.3831.55-
YUV62.32180.3164.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=39.72%
G=6.27%
B=54.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114181550.260.8800.39282.0479.1933.92
Hex72129B1A5802711a4f22
Octal162222333213004743211742
Binary1110010100101001101111010101100001001111000110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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