Shades of Violent Violet #271249
Tints of Violent Violet #271249
RGB
CMYK
RGB Variations
Color information
#271249 (or 0x271249) is known color: Violent Violet. HEX triplet: 27, 12 and 49. RGB value is (39,18,73). Sum of RGB (Red+Green+Blue) = 39+18+73=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #271249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271249 is #D8EDB6. Grayscale: #1E1E1E. Windows color (decimal): -14216631 or 4788775. OLE color: 4788775.
HSL color Cylindrical-coordinate representation of color #271249: hue angle of 262.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #271249 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 18 | 73 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.71 |
| HSL | 262.91º | 0.6% | 0.18% | - |
| HSV(B) | 262.91º | 0.75% | 0.29% | - |
| XYZ | 2.26 | 1.34 | 6.44 | - |
| YUV | 30.55 | 151.96 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 73 | 0.47 | 0.75 | 0 | 0.71 | 262.91 | 0.6 | 0.18 |
| Hex | 27 | 12 | 49 | 2F | 4B | 0 | 47 | 107 | 3C | 12 |
| Octal | 47 | 22 | 111 | 57 | 113 | 0 | 107 | 407 | 74 | 22 |
| Binary | 100111 | 10010 | 1001001 | 101111 | 1001011 | 0 | 1000111 | 100000111 | 111100 | 10010 |
Color Harmonies of #271249
Complementary color
Monochromatic Colors of #271249
Black with #271249
Text Example
Text Example
White with #271249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271249; }
p { color: rgb(39,18,73); }
H1.HeaderClassName
{
color: #271249;
}
.AnyTagClassName
{
color: #271249;
}
</style>
background-color css
<style>
a { background-color: #271249; }
a { background-color: rgb(39,18,73); }
div.DivClassName
{
background-color: #271249;
}
.BgClassName
{
background-color: #271249;
}
</style>
border-color css
<style>
span { border-color: #271249; }
span { border-color: rgb(39,18,73); }
td.TdClassName
{
border-color: #271249;
}
.TagClassName
{
border-color: #271249;
}
</style>