Shades of Violent Violet #18064E
Tints of Violent Violet #18064E
RGB
CMYK
RGB Variations
Color information
#18064E (or 0x18064E) is known color: Violent Violet. HEX triplet: 18, 06 and 4E. RGB value is (24,6,78). Sum of RGB (Red+Green+Blue) = 24+6+78=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #18064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18064E is #E7F9B1. Grayscale: #131313. Windows color (decimal): -15202738 or 5113368. OLE color: 5113368.
HSL color Cylindrical-coordinate representation of color #18064E: hue angle of 255º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18064E is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 6 | 78 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.69 |
| HSL | 255º | 0.86% | 0.16% | - |
| HSV(B) | 255º | 0.92% | 0.31% | - |
| XYZ | 1.82 | 0.87 | 7.28 | - |
| YUV | 19.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 78 | 0.69 | 0.92 | 0 | 0.69 | 255 | 0.86 | 0.16 |
| Hex | 18 | 6 | 4E | 45 | 5C | 0 | 45 | FF | 56 | 10 |
| Octal | 30 | 6 | 116 | 105 | 134 | 0 | 105 | 377 | 126 | 20 |
| Binary | 11000 | 110 | 1001110 | 1000101 | 1011100 | 0 | 1000101 | 11111111 | 1010110 | 10000 |
Color Harmonies of #18064E
Complementary color
Monochromatic Colors of #18064E
Black with #18064E
Text Example
Text Example
White with #18064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18064E; }
p { color: rgb(24,6,78); }
H1.HeaderClassName
{
color: #18064E;
}
.AnyTagClassName
{
color: #18064E;
}
</style>
background-color css
<style>
a { background-color: #18064E; }
a { background-color: rgb(24,6,78); }
div.DivClassName
{
background-color: #18064E;
}
.BgClassName
{
background-color: #18064E;
}
</style>
border-color css
<style>
span { border-color: #18064E; }
span { border-color: rgb(24,6,78); }
td.TdClassName
{
border-color: #18064E;
}
.TagClassName
{
border-color: #18064E;
}
</style>