Shades of Violent Violet #27184D
Tints of Violent Violet #27184D
RGB
CMYK
RGB Variations
Color information
#27184D (or 0x27184D) is known color: Violent Violet. HEX triplet: 27, 18 and 4D. RGB value is (39,24,77). Sum of RGB (Red+Green+Blue) = 39+24+77=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #27184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27184D is #D8E7B2. Grayscale: #222222. Windows color (decimal): -14215091 or 5052455. OLE color: 5052455.
HSL color Cylindrical-coordinate representation of color #27184D: hue angle of 256.98º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27184D is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 24 | 77 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.70 |
| HSL | 256.98º | 0.52% | 0.2% | - |
| HSV(B) | 256.98º | 0.69% | 0.3% | - |
| XYZ | 2.5 | 1.62 | 7.2 | - |
| YUV | 34.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 77 | 0.49 | 0.69 | 0 | 0.70 | 256.98 | 0.52 | 0.2 |
| Hex | 27 | 18 | 4D | 31 | 45 | 0 | 46 | 101 | 34 | 14 |
| Octal | 47 | 30 | 115 | 61 | 105 | 0 | 106 | 401 | 64 | 24 |
| Binary | 100111 | 11000 | 1001101 | 110001 | 1000101 | 0 | 1000110 | 100000001 | 110100 | 10100 |
Color Harmonies of #27184D
Complementary color
Monochromatic Colors of #27184D
Black with #27184D
Text Example
Text Example
White with #27184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27184D; }
p { color: rgb(39,24,77); }
H1.HeaderClassName
{
color: #27184D;
}
.AnyTagClassName
{
color: #27184D;
}
</style>
background-color css
<style>
a { background-color: #27184D; }
a { background-color: rgb(39,24,77); }
div.DivClassName
{
background-color: #27184D;
}
.BgClassName
{
background-color: #27184D;
}
</style>
border-color css
<style>
span { border-color: #27184D; }
span { border-color: rgb(39,24,77); }
td.TdClassName
{
border-color: #27184D;
}
.TagClassName
{
border-color: #27184D;
}
</style>