Shades of Violent Violet #271050
Tints of Violent Violet #271050
RGB
CMYK
RGB Variations
Color information
#271050 (or 0x271050) is known color: Violent Violet. HEX triplet: 27, 10 and 50. RGB value is (39,16,80). Sum of RGB (Red+Green+Blue) = 39+16+80=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #271050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271050 is #D8EFAF. Grayscale: #1D1D1D. Windows color (decimal): -14217136 or 5247015. OLE color: 5247015.
HSL color Cylindrical-coordinate representation of color #271050: hue angle of 261.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271050 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 16 | 80 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.69 |
| HSL | 261.56º | 0.67% | 0.19% | - |
| HSV(B) | 261.56º | 0.8% | 0.31% | - |
| XYZ | 2.47 | 1.38 | 7.73 | - |
| YUV | 30.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 80 | 0.51 | 0.80 | 0 | 0.69 | 261.56 | 0.67 | 0.19 |
| Hex | 27 | 10 | 50 | 33 | 50 | 0 | 45 | 106 | 43 | 13 |
| Octal | 47 | 20 | 120 | 63 | 120 | 0 | 105 | 406 | 103 | 23 |
| Binary | 100111 | 10000 | 1010000 | 110011 | 1010000 | 0 | 1000101 | 100000110 | 1000011 | 10011 |
Color Harmonies of #271050
Complementary color
Monochromatic Colors of #271050
Black with #271050
Text Example
Text Example
White with #271050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271050; }
p { color: rgb(39,16,80); }
H1.HeaderClassName
{
color: #271050;
}
.AnyTagClassName
{
color: #271050;
}
</style>
background-color css
<style>
a { background-color: #271050; }
a { background-color: rgb(39,16,80); }
div.DivClassName
{
background-color: #271050;
}
.BgClassName
{
background-color: #271050;
}
</style>
border-color css
<style>
span { border-color: #271050; }
span { border-color: rgb(39,16,80); }
td.TdClassName
{
border-color: #271050;
}
.TagClassName
{
border-color: #271050;
}
</style>