Shades of Violent Violet #270F4D
Tints of Violent Violet #270F4D
RGB
CMYK
RGB Variations
Color information
#270F4D (or 0x270F4D) is known color: Violent Violet. HEX triplet: 27, 0F and 4D. RGB value is (39,15,77). Sum of RGB (Red+Green+Blue) = 39+15+77=131 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.77% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #270F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F4D is #D8F0B2. Grayscale: #1D1D1D. Windows color (decimal): -14217395 or 5050151. OLE color: 5050151.
HSL color Cylindrical-coordinate representation of color #270F4D: hue angle of 263.23º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #270F4D is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 15 | 77 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.70 |
| HSL | 263.23º | 0.67% | 0.18% | - |
| HSV(B) | 263.23º | 0.81% | 0.3% | - |
| XYZ | 2.35 | 1.31 | 7.15 | - |
| YUV | 29.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 77 | 0.49 | 0.81 | 0 | 0.70 | 263.23 | 0.67 | 0.18 |
| Hex | 27 | F | 4D | 31 | 51 | 0 | 46 | 107 | 43 | 12 |
| Octal | 47 | 17 | 115 | 61 | 121 | 0 | 106 | 407 | 103 | 22 |
| Binary | 100111 | 1111 | 1001101 | 110001 | 1010001 | 0 | 1000110 | 100000111 | 1000011 | 10010 |
Color Harmonies of #270F4D
Complementary color
Monochromatic Colors of #270F4D
Black with #270F4D
Text Example
Text Example
White with #270F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F4D; }
p { color: rgb(39,15,77); }
H1.HeaderClassName
{
color: #270F4D;
}
.AnyTagClassName
{
color: #270F4D;
}
</style>
background-color css
<style>
a { background-color: #270F4D; }
a { background-color: rgb(39,15,77); }
div.DivClassName
{
background-color: #270F4D;
}
.BgClassName
{
background-color: #270F4D;
}
</style>
border-color css
<style>
span { border-color: #270F4D; }
span { border-color: rgb(39,15,77); }
td.TdClassName
{
border-color: #270F4D;
}
.TagClassName
{
border-color: #270F4D;
}
</style>