Shades of Violent Violet #270F48
Tints of Violent Violet #270F48
RGB
CMYK
RGB Variations
Color information
#270F48 (or 0x270F48) is known color: Violent Violet. HEX triplet: 27, 0F and 48. RGB value is (39,15,72). Sum of RGB (Red+Green+Blue) = 39+15+72=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #270F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F48 is #D8F0B7. Grayscale: #1C1C1C. Windows color (decimal): -14217400 or 4722471. OLE color: 4722471.
HSL color Cylindrical-coordinate representation of color #270F48: hue angle of 265.26º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #270F48 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 15 | 72 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.72 |
| HSL | 265.26º | 0.66% | 0.17% | - |
| HSV(B) | 265.26º | 0.79% | 0.28% | - |
| XYZ | 2.18 | 1.24 | 6.26 | - |
| YUV | 28.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 72 | 0.46 | 0.79 | 0 | 0.72 | 265.26 | 0.66 | 0.17 |
| Hex | 27 | F | 48 | 2E | 4F | 0 | 48 | 109 | 42 | 11 |
| Octal | 47 | 17 | 110 | 56 | 117 | 0 | 110 | 411 | 102 | 21 |
| Binary | 100111 | 1111 | 1001000 | 101110 | 1001111 | 0 | 1001000 | 100001001 | 1000010 | 10001 |
Color Harmonies of #270F48
Complementary color
Monochromatic Colors of #270F48
Black with #270F48
Text Example
Text Example
White with #270F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F48; }
p { color: rgb(39,15,72); }
H1.HeaderClassName
{
color: #270F48;
}
.AnyTagClassName
{
color: #270F48;
}
</style>
background-color css
<style>
a { background-color: #270F48; }
a { background-color: rgb(39,15,72); }
div.DivClassName
{
background-color: #270F48;
}
.BgClassName
{
background-color: #270F48;
}
</style>
border-color css
<style>
span { border-color: #270F48; }
span { border-color: rgb(39,15,72); }
td.TdClassName
{
border-color: #270F48;
}
.TagClassName
{
border-color: #270F48;
}
</style>