Shades of Violent Violet #27074F
Tints of Violent Violet #27074F
RGB
CMYK
RGB Variations
Color information
#27074F (or 0x27074F) is known color: Violent Violet. HEX triplet: 27, 07 and 4F. RGB value is (39,7,79). Sum of RGB (Red+Green+Blue) = 39+7+79=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #27074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27074F is #D8F8B0. Grayscale: #181818. Windows color (decimal): -14219441 or 5179175. OLE color: 5179175.
HSL color Cylindrical-coordinate representation of color #27074F: hue angle of 266.67º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27074F is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 7 | 79 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.69 |
| HSL | 266.67º | 0.84% | 0.17% | - |
| HSV(B) | 266.67º | 0.91% | 0.31% | - |
| XYZ | 2.32 | 1.15 | 7.5 | - |
| YUV | 24.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 79 | 0.51 | 0.91 | 0 | 0.69 | 266.67 | 0.84 | 0.17 |
| Hex | 27 | 7 | 4F | 33 | 5B | 0 | 45 | 10B | 54 | 11 |
| Octal | 47 | 7 | 117 | 63 | 133 | 0 | 105 | 413 | 124 | 21 |
| Binary | 100111 | 111 | 1001111 | 110011 | 1011011 | 0 | 1000101 | 100001011 | 1010100 | 10001 |
Color Harmonies of #27074F
Complementary color
Monochromatic Colors of #27074F
Black with #27074F
Text Example
Text Example
White with #27074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27074F; }
p { color: rgb(39,7,79); }
H1.HeaderClassName
{
color: #27074F;
}
.AnyTagClassName
{
color: #27074F;
}
</style>
background-color css
<style>
a { background-color: #27074F; }
a { background-color: rgb(39,7,79); }
div.DivClassName
{
background-color: #27074F;
}
.BgClassName
{
background-color: #27074F;
}
</style>
border-color css
<style>
span { border-color: #27074F; }
span { border-color: rgb(39,7,79); }
td.TdClassName
{
border-color: #27074F;
}
.TagClassName
{
border-color: #27074F;
}
</style>