Shades of Violent Violet #18074D
Tints of Violent Violet #18074D
RGB
CMYK
RGB Variations
Color information
#18074D (or 0x18074D) is known color: Violent Violet. HEX triplet: 18, 07 and 4D. RGB value is (24,7,77). Sum of RGB (Red+Green+Blue) = 24+7+77=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #18074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18074D is #E7F8B2. Grayscale: #131313. Windows color (decimal): -15202483 or 5048088. OLE color: 5048088.
HSL color Cylindrical-coordinate representation of color #18074D: hue angle of 254.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18074D is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 7 | 77 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.70 |
| HSL | 254.57º | 0.83% | 0.16% | - |
| HSV(B) | 254.57º | 0.91% | 0.3% | - |
| XYZ | 1.79 | 0.88 | 7.1 | - |
| YUV | 20.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 77 | 0.69 | 0.91 | 0 | 0.70 | 254.57 | 0.83 | 0.16 |
| Hex | 18 | 7 | 4D | 45 | 5B | 0 | 46 | FF | 53 | 10 |
| Octal | 30 | 7 | 115 | 105 | 133 | 0 | 106 | 377 | 123 | 20 |
| Binary | 11000 | 111 | 1001101 | 1000101 | 1011011 | 0 | 1000110 | 11111111 | 1010011 | 10000 |
Color Harmonies of #18074D
Complementary color
Monochromatic Colors of #18074D
Black with #18074D
Text Example
Text Example
White with #18074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18074D; }
p { color: rgb(24,7,77); }
H1.HeaderClassName
{
color: #18074D;
}
.AnyTagClassName
{
color: #18074D;
}
</style>
background-color css
<style>
a { background-color: #18074D; }
a { background-color: rgb(24,7,77); }
div.DivClassName
{
background-color: #18074D;
}
.BgClassName
{
background-color: #18074D;
}
</style>
border-color css
<style>
span { border-color: #18074D; }
span { border-color: rgb(24,7,77); }
td.TdClassName
{
border-color: #18074D;
}
.TagClassName
{
border-color: #18074D;
}
</style>