Shades of Violent Violet #271149
Tints of Violent Violet #271149
RGB
CMYK
RGB Variations
Color information
#271149 (or 0x271149) is known color: Violent Violet. HEX triplet: 27, 11 and 49. RGB value is (39,17,73). Sum of RGB (Red+Green+Blue) = 39+17+73=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #271149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271149 is #D8EEB6. Grayscale: #1D1D1D. Windows color (decimal): -14216887 or 4788519. OLE color: 4788519.
HSL color Cylindrical-coordinate representation of color #271149: hue angle of 263.57º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #271149 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 17 | 73 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.71 |
| HSL | 263.57º | 0.62% | 0.18% | - |
| HSV(B) | 263.57º | 0.77% | 0.29% | - |
| XYZ | 2.24 | 1.31 | 6.44 | - |
| YUV | 29.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 73 | 0.47 | 0.77 | 0 | 0.71 | 263.57 | 0.62 | 0.18 |
| Hex | 27 | 11 | 49 | 2F | 4D | 0 | 47 | 108 | 3E | 12 |
| Octal | 47 | 21 | 111 | 57 | 115 | 0 | 107 | 410 | 76 | 22 |
| Binary | 100111 | 10001 | 1001001 | 101111 | 1001101 | 0 | 1000111 | 100001000 | 111110 | 10010 |
Color Harmonies of #271149
Complementary color
Monochromatic Colors of #271149
Black with #271149
Text Example
Text Example
White with #271149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271149; }
p { color: rgb(39,17,73); }
H1.HeaderClassName
{
color: #271149;
}
.AnyTagClassName
{
color: #271149;
}
</style>
background-color css
<style>
a { background-color: #271149; }
a { background-color: rgb(39,17,73); }
div.DivClassName
{
background-color: #271149;
}
.BgClassName
{
background-color: #271149;
}
</style>
border-color css
<style>
span { border-color: #271149; }
span { border-color: rgb(39,17,73); }
td.TdClassName
{
border-color: #271149;
}
.TagClassName
{
border-color: #271149;
}
</style>