Shades of Violent Violet #27194D
Tints of Violent Violet #27194D
RGB
CMYK
RGB Variations
Color information
#27194D (or 0x27194D) is known color: Violent Violet. HEX triplet: 27, 19 and 4D. RGB value is (39,25,77). Sum of RGB (Red+Green+Blue) = 39+25+77=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #27194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27194D is #D8E6B2. Grayscale: #222222. Windows color (decimal): -14214835 or 5052711. OLE color: 5052711.
HSL color Cylindrical-coordinate representation of color #27194D: hue angle of 256.15º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27194D is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 25 | 77 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.70 |
| HSL | 256.15º | 0.51% | 0.2% | - |
| HSV(B) | 256.15º | 0.68% | 0.3% | - |
| XYZ | 2.52 | 1.66 | 7.21 | - |
| YUV | 35.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 77 | 0.49 | 0.68 | 0 | 0.70 | 256.15 | 0.51 | 0.2 |
| Hex | 27 | 19 | 4D | 31 | 44 | 0 | 46 | 100 | 33 | 14 |
| Octal | 47 | 31 | 115 | 61 | 104 | 0 | 106 | 400 | 63 | 24 |
| Binary | 100111 | 11001 | 1001101 | 110001 | 1000100 | 0 | 1000110 | 100000000 | 110011 | 10100 |
Color Harmonies of #27194D
Complementary color
Monochromatic Colors of #27194D
Black with #27194D
Text Example
Text Example
White with #27194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27194D; }
p { color: rgb(39,25,77); }
H1.HeaderClassName
{
color: #27194D;
}
.AnyTagClassName
{
color: #27194D;
}
</style>
background-color css
<style>
a { background-color: #27194D; }
a { background-color: rgb(39,25,77); }
div.DivClassName
{
background-color: #27194D;
}
.BgClassName
{
background-color: #27194D;
}
</style>
border-color css
<style>
span { border-color: #27194D; }
span { border-color: rgb(39,25,77); }
td.TdClassName
{
border-color: #27194D;
}
.TagClassName
{
border-color: #27194D;
}
</style>