Shades of Violent Violet #27174A
Tints of Violent Violet #27174A
RGB
CMYK
RGB Variations
Color information
#27174A (or 0x27174A) is known color: Violent Violet. HEX triplet: 27, 17 and 4A. RGB value is (39,23,74). Sum of RGB (Red+Green+Blue) = 39+23+74=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #27174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27174A is #D8E8B5. Grayscale: #212121. Windows color (decimal): -14215350 or 4855591. OLE color: 4855591.
HSL color Cylindrical-coordinate representation of color #27174A: hue angle of 258.82º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27174A is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 23 | 74 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.71 |
| HSL | 258.82º | 0.53% | 0.19% | - |
| HSV(B) | 258.82º | 0.69% | 0.29% | - |
| XYZ | 2.38 | 1.54 | 6.65 | - |
| YUV | 33.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 74 | 0.47 | 0.69 | 0 | 0.71 | 258.82 | 0.53 | 0.19 |
| Hex | 27 | 17 | 4A | 2F | 45 | 0 | 47 | 103 | 35 | 13 |
| Octal | 47 | 27 | 112 | 57 | 105 | 0 | 107 | 403 | 65 | 23 |
| Binary | 100111 | 10111 | 1001010 | 101111 | 1000101 | 0 | 1000111 | 100000011 | 110101 | 10011 |
Color Harmonies of #27174A
Complementary color
Monochromatic Colors of #27174A
Black with #27174A
Text Example
Text Example
White with #27174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27174A; }
p { color: rgb(39,23,74); }
H1.HeaderClassName
{
color: #27174A;
}
.AnyTagClassName
{
color: #27174A;
}
</style>
background-color css
<style>
a { background-color: #27174A; }
a { background-color: rgb(39,23,74); }
div.DivClassName
{
background-color: #27174A;
}
.BgClassName
{
background-color: #27174A;
}
</style>
border-color css
<style>
span { border-color: #27174A; }
span { border-color: rgb(39,23,74); }
td.TdClassName
{
border-color: #27174A;
}
.TagClassName
{
border-color: #27174A;
}
</style>