Shades of Violent Violet #24114F
Tints of Violent Violet #24114F
RGB
CMYK
RGB Variations
Color information
#24114F (or 0x24114F) is known color: Violent Violet. HEX triplet: 24, 11 and 4F. RGB value is (36,17,79). Sum of RGB (Red+Green+Blue) = 36+17+79=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #24114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24114F is #DBEEB0. Grayscale: #1D1D1D. Windows color (decimal): -14413489 or 5181732. OLE color: 5181732.
HSL color Cylindrical-coordinate representation of color #24114F: hue angle of 258.39º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24114F is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 17 | 79 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.69 |
| HSL | 258.39º | 0.65% | 0.19% | - |
| HSV(B) | 258.39º | 0.78% | 0.31% | - |
| XYZ | 2.34 | 1.34 | 7.53 | - |
| YUV | 29.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 79 | 0.54 | 0.78 | 0 | 0.69 | 258.39 | 0.65 | 0.19 |
| Hex | 24 | 11 | 4F | 36 | 4E | 0 | 45 | 102 | 41 | 13 |
| Octal | 44 | 21 | 117 | 66 | 116 | 0 | 105 | 402 | 101 | 23 |
| Binary | 100100 | 10001 | 1001111 | 110110 | 1001110 | 0 | 1000101 | 100000010 | 1000001 | 10011 |
Color Harmonies of #24114F
Complementary color
Monochromatic Colors of #24114F
Black with #24114F
Text Example
Text Example
White with #24114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24114F; }
p { color: rgb(36,17,79); }
H1.HeaderClassName
{
color: #24114F;
}
.AnyTagClassName
{
color: #24114F;
}
</style>
background-color css
<style>
a { background-color: #24114F; }
a { background-color: rgb(36,17,79); }
div.DivClassName
{
background-color: #24114F;
}
.BgClassName
{
background-color: #24114F;
}
</style>
border-color css
<style>
span { border-color: #24114F; }
span { border-color: rgb(36,17,79); }
td.TdClassName
{
border-color: #24114F;
}
.TagClassName
{
border-color: #24114F;
}
</style>