Shades of Vivid Violet #72278C
Tints of Vivid Violet #72278C
RGB
CMYK
RGB Variations
Color information
#72278C (or 0x72278C) is known color: Vivid Violet. HEX triplet: 72, 27 and 8C. RGB value is (114,39,140). Sum of RGB (Red+Green+Blue) = 114+39+140=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #72278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72278C is #8DD873. Grayscale: #484848. Windows color (decimal): -9295988 or 9185138. OLE color: 9185138.
HSL color Cylindrical-coordinate representation of color #72278C: hue angle of 284.55º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72278C is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 39 | 140 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.45 |
| HSL | 284.55º | 0.56% | 0.35% | - |
| HSV(B) | 284.55º | 0.72% | 0.55% | - |
| XYZ | 12.4 | 6.92 | 25.49 | - |
| YUV | 72.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 140 | 0.19 | 0.72 | 0 | 0.45 | 284.55 | 0.56 | 0.35 |
| Hex | 72 | 27 | 8C | 13 | 48 | 0 | 2D | 11D | 38 | 23 |
| Octal | 162 | 47 | 214 | 23 | 110 | 0 | 55 | 435 | 70 | 43 |
| Binary | 1110010 | 100111 | 10001100 | 10011 | 1001000 | 0 | 101101 | 100011101 | 111000 | 100011 |
Color Harmonies of #72278C
Complementary color
Monochromatic Colors of #72278C
Black with #72278C
Text Example
Text Example
White with #72278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72278C; }
p { color: rgb(114,39,140); }
H1.HeaderClassName
{
color: #72278C;
}
.AnyTagClassName
{
color: #72278C;
}
</style>
background-color css
<style>
a { background-color: #72278C; }
a { background-color: rgb(114,39,140); }
div.DivClassName
{
background-color: #72278C;
}
.BgClassName
{
background-color: #72278C;
}
</style>
border-color css
<style>
span { border-color: #72278C; }
span { border-color: rgb(114,39,140); }
td.TdClassName
{
border-color: #72278C;
}
.TagClassName
{
border-color: #72278C;
}
</style>