Shades of Violent Violet #24144E
Tints of Violent Violet #24144E
RGB
CMYK
RGB Variations
Color information
#24144E (or 0x24144E) is known color: Violent Violet. HEX triplet: 24, 14 and 4E. RGB value is (36,20,78). Sum of RGB (Red+Green+Blue) = 36+20+78=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #24144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24144E is #DBEBB1. Grayscale: #1F1F1F. Windows color (decimal): -14412722 or 5116964. OLE color: 5116964.
HSL color Cylindrical-coordinate representation of color #24144E: hue angle of 256.55º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24144E is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 20 | 78 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.69 |
| HSL | 256.55º | 0.59% | 0.19% | - |
| HSV(B) | 256.55º | 0.74% | 0.31% | - |
| XYZ | 2.35 | 1.43 | 7.36 | - |
| YUV | 31.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 78 | 0.54 | 0.74 | 0 | 0.69 | 256.55 | 0.59 | 0.19 |
| Hex | 24 | 14 | 4E | 36 | 4A | 0 | 45 | 101 | 3B | 13 |
| Octal | 44 | 24 | 116 | 66 | 112 | 0 | 105 | 401 | 73 | 23 |
| Binary | 100100 | 10100 | 1001110 | 110110 | 1001010 | 0 | 1000101 | 100000001 | 111011 | 10011 |
Color Harmonies of #24144E
Complementary color
Monochromatic Colors of #24144E
Black with #24144E
Text Example
Text Example
White with #24144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24144E; }
p { color: rgb(36,20,78); }
H1.HeaderClassName
{
color: #24144E;
}
.AnyTagClassName
{
color: #24144E;
}
</style>
background-color css
<style>
a { background-color: #24144E; }
a { background-color: rgb(36,20,78); }
div.DivClassName
{
background-color: #24144E;
}
.BgClassName
{
background-color: #24144E;
}
</style>
border-color css
<style>
span { border-color: #24144E; }
span { border-color: rgb(36,20,78); }
td.TdClassName
{
border-color: #24144E;
}
.TagClassName
{
border-color: #24144E;
}
</style>