Shades of Vivid Violet #72258C
Tints of Vivid Violet #72258C
RGB
CMYK
RGB Variations
Color information
#72258C (or 0x72258C) is known color: Vivid Violet. HEX triplet: 72, 25 and 8C. RGB value is (114,37,140). Sum of RGB (Red+Green+Blue) = 114+37+140=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #72258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72258C is #8DDA73. Grayscale: #474747. Windows color (decimal): -9296500 or 9184626. OLE color: 9184626.
HSL color Cylindrical-coordinate representation of color #72258C: hue angle of 284.85º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72258C is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 37 | 140 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.45 |
| HSL | 284.85º | 0.58% | 0.35% | - |
| HSV(B) | 284.85º | 0.74% | 0.55% | - |
| XYZ | 12.33 | 6.79 | 25.47 | - |
| YUV | 71.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 140 | 0.19 | 0.74 | 0 | 0.45 | 284.85 | 0.58 | 0.35 |
| Hex | 72 | 25 | 8C | 13 | 4A | 0 | 2D | 11D | 3A | 23 |
| Octal | 162 | 45 | 214 | 23 | 112 | 0 | 55 | 435 | 72 | 43 |
| Binary | 1110010 | 100101 | 10001100 | 10011 | 1001010 | 0 | 101101 | 100011101 | 111010 | 100011 |
Color Harmonies of #72258C
Complementary color
Monochromatic Colors of #72258C
Black with #72258C
Text Example
Text Example
White with #72258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72258C; }
p { color: rgb(114,37,140); }
H1.HeaderClassName
{
color: #72258C;
}
.AnyTagClassName
{
color: #72258C;
}
</style>
background-color css
<style>
a { background-color: #72258C; }
a { background-color: rgb(114,37,140); }
div.DivClassName
{
background-color: #72258C;
}
.BgClassName
{
background-color: #72258C;
}
</style>
border-color css
<style>
span { border-color: #72258C; }
span { border-color: rgb(114,37,140); }
td.TdClassName
{
border-color: #72258C;
}
.TagClassName
{
border-color: #72258C;
}
</style>