Shades of Violent Violet #24154A
Tints of Violent Violet #24154A
RGB
CMYK
RGB Variations
Color information
#24154A (or 0x24154A) is known color: Violent Violet. HEX triplet: 24, 15 and 4A. RGB value is (36,21,74). Sum of RGB (Red+Green+Blue) = 36+21+74=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #24154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24154A is #DBEAB5. Grayscale: #1F1F1F. Windows color (decimal): -14412470 or 4855076. OLE color: 4855076.
HSL color Cylindrical-coordinate representation of color #24154A: hue angle of 256.98º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24154A is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 21 | 74 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.71 |
| HSL | 256.98º | 0.56% | 0.19% | - |
| HSV(B) | 256.98º | 0.72% | 0.29% | - |
| XYZ | 2.23 | 1.41 | 6.63 | - |
| YUV | 31.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 74 | 0.51 | 0.72 | 0 | 0.71 | 256.98 | 0.56 | 0.19 |
| Hex | 24 | 15 | 4A | 33 | 48 | 0 | 47 | 101 | 38 | 13 |
| Octal | 44 | 25 | 112 | 63 | 110 | 0 | 107 | 401 | 70 | 23 |
| Binary | 100100 | 10101 | 1001010 | 110011 | 1001000 | 0 | 1000111 | 100000001 | 111000 | 10011 |
Color Harmonies of #24154A
Complementary color
Monochromatic Colors of #24154A
Black with #24154A
Text Example
Text Example
White with #24154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24154A; }
p { color: rgb(36,21,74); }
H1.HeaderClassName
{
color: #24154A;
}
.AnyTagClassName
{
color: #24154A;
}
</style>
background-color css
<style>
a { background-color: #24154A; }
a { background-color: rgb(36,21,74); }
div.DivClassName
{
background-color: #24154A;
}
.BgClassName
{
background-color: #24154A;
}
</style>
border-color css
<style>
span { border-color: #24154A; }
span { border-color: rgb(36,21,74); }
td.TdClassName
{
border-color: #24154A;
}
.TagClassName
{
border-color: #24154A;
}
</style>