Shades of Violent Violet #27174B
Tints of Violent Violet #27174B
RGB
CMYK
RGB Variations
Color information
#27174B (or 0x27174B) is known color: Violent Violet. HEX triplet: 27, 17 and 4B. RGB value is (39,23,75). Sum of RGB (Red+Green+Blue) = 39+23+75=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #27174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27174B is #D8E8B4. Grayscale: #212121. Windows color (decimal): -14215349 or 4921127. OLE color: 4921127.
HSL color Cylindrical-coordinate representation of color #27174B: hue angle of 258.46º 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 #27174B is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 23 | 75 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.71 |
| HSL | 258.46º | 0.53% | 0.19% | - |
| HSV(B) | 258.46º | 0.69% | 0.29% | - |
| XYZ | 2.41 | 1.55 | 6.83 | - |
| YUV | 33.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 75 | 0.48 | 0.69 | 0 | 0.71 | 258.46 | 0.53 | 0.19 |
| Hex | 27 | 17 | 4B | 30 | 45 | 0 | 47 | 102 | 35 | 13 |
| Octal | 47 | 27 | 113 | 60 | 105 | 0 | 107 | 402 | 65 | 23 |
| Binary | 100111 | 10111 | 1001011 | 110000 | 1000101 | 0 | 1000111 | 100000010 | 110101 | 10011 |
Color Harmonies of #27174B
Complementary color
Monochromatic Colors of #27174B
Black with #27174B
Text Example
Text Example
White with #27174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27174B; }
p { color: rgb(39,23,75); }
H1.HeaderClassName
{
color: #27174B;
}
.AnyTagClassName
{
color: #27174B;
}
</style>
background-color css
<style>
a { background-color: #27174B; }
a { background-color: rgb(39,23,75); }
div.DivClassName
{
background-color: #27174B;
}
.BgClassName
{
background-color: #27174B;
}
</style>
border-color css
<style>
span { border-color: #27174B; }
span { border-color: rgb(39,23,75); }
td.TdClassName
{
border-color: #27174B;
}
.TagClassName
{
border-color: #27174B;
}
</style>