Shades of Violent Violet #270E57
Tints of Violent Violet #270E57
RGB
CMYK
RGB Variations
Color information
#270E57 (or 0x270E57) is known color: Violent Violet. HEX triplet: 27, 0E and 57. RGB value is (39,14,87). Sum of RGB (Red+Green+Blue) = 39+14+87=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #270E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E57 is #D8F1A8. Grayscale: #1D1D1D. Windows color (decimal): -14217641 or 5705255. OLE color: 5705255.
HSL color Cylindrical-coordinate representation of color #270E57: hue angle of 260.55º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #270E57 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 14 | 87 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.66 |
| HSL | 260.55º | 0.72% | 0.2% | - |
| HSV(B) | 260.55º | 0.84% | 0.34% | - |
| XYZ | 2.71 | 1.43 | 9.15 | - |
| YUV | 29.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 87 | 0.55 | 0.84 | 0 | 0.66 | 260.55 | 0.72 | 0.2 |
| Hex | 27 | E | 57 | 37 | 54 | 0 | 42 | 105 | 48 | 14 |
| Octal | 47 | 16 | 127 | 67 | 124 | 0 | 102 | 405 | 110 | 24 |
| Binary | 100111 | 1110 | 1010111 | 110111 | 1010100 | 0 | 1000010 | 100000101 | 1001000 | 10100 |
Color Harmonies of #270E57
Complementary color
Monochromatic Colors of #270E57
Black with #270E57
Text Example
Text Example
White with #270E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E57; }
p { color: rgb(39,14,87); }
H1.HeaderClassName
{
color: #270E57;
}
.AnyTagClassName
{
color: #270E57;
}
</style>
background-color css
<style>
a { background-color: #270E57; }
a { background-color: rgb(39,14,87); }
div.DivClassName
{
background-color: #270E57;
}
.BgClassName
{
background-color: #270E57;
}
</style>
border-color css
<style>
span { border-color: #270E57; }
span { border-color: rgb(39,14,87); }
td.TdClassName
{
border-color: #270E57;
}
.TagClassName
{
border-color: #270E57;
}
</style>