Shades of Violent Violet #270E4D
Tints of Violent Violet #270E4D
RGB
CMYK
RGB Variations
Color information
#270E4D (or 0x270E4D) is known color: Violent Violet. HEX triplet: 27, 0E and 4D. RGB value is (39,14,77). Sum of RGB (Red+Green+Blue) = 39+14+77=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #270E4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E4D is #D8F1B2. Grayscale: #1C1C1C. Windows color (decimal): -14217651 or 5049895. OLE color: 5049895.
HSL color Cylindrical-coordinate representation of color #270E4D: hue angle of 263.81º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270E4D is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 14 | 77 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.70 |
| HSL | 263.81º | 0.69% | 0.18% | - |
| HSV(B) | 263.81º | 0.82% | 0.3% | - |
| XYZ | 2.33 | 1.28 | 7.15 | - |
| YUV | 28.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 77 | 0.49 | 0.82 | 0 | 0.70 | 263.81 | 0.69 | 0.18 |
| Hex | 27 | E | 4D | 31 | 52 | 0 | 46 | 108 | 45 | 12 |
| Octal | 47 | 16 | 115 | 61 | 122 | 0 | 106 | 410 | 105 | 22 |
| Binary | 100111 | 1110 | 1001101 | 110001 | 1010010 | 0 | 1000110 | 100001000 | 1000101 | 10010 |
Color Harmonies of #270E4D
Complementary color
Monochromatic Colors of #270E4D
Black with #270E4D
Text Example
Text Example
White with #270E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E4D; }
p { color: rgb(39,14,77); }
H1.HeaderClassName
{
color: #270E4D;
}
.AnyTagClassName
{
color: #270E4D;
}
</style>
background-color css
<style>
a { background-color: #270E4D; }
a { background-color: rgb(39,14,77); }
div.DivClassName
{
background-color: #270E4D;
}
.BgClassName
{
background-color: #270E4D;
}
</style>
border-color css
<style>
span { border-color: #270E4D; }
span { border-color: rgb(39,14,77); }
td.TdClassName
{
border-color: #270E4D;
}
.TagClassName
{
border-color: #270E4D;
}
</style>