Shades of Violent Violet #271755
Tints of Violent Violet #271755
RGB
CMYK
RGB Variations
Color information
#271755 (or 0x271755) is known color: Violent Violet. HEX triplet: 27, 17 and 55. RGB value is (39,23,85). Sum of RGB (Red+Green+Blue) = 39+23+85=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #271755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271755 is #D8E8AA. Grayscale: #222222. Windows color (decimal): -14215339 or 5576487. OLE color: 5576487.
HSL color Cylindrical-coordinate representation of color #271755: hue angle of 255.48º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #271755 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 23 | 85 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.67 |
| HSL | 255.48º | 0.57% | 0.21% | - |
| HSV(B) | 255.48º | 0.73% | 0.33% | - |
| XYZ | 2.78 | 1.7 | 8.78 | - |
| YUV | 34.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 85 | 0.54 | 0.73 | 0 | 0.67 | 255.48 | 0.57 | 0.21 |
| Hex | 27 | 17 | 55 | 36 | 49 | 0 | 43 | FF | 39 | 15 |
| Octal | 47 | 27 | 125 | 66 | 111 | 0 | 103 | 377 | 71 | 25 |
| Binary | 100111 | 10111 | 1010101 | 110110 | 1001001 | 0 | 1000011 | 11111111 | 111001 | 10101 |
Color Harmonies of #271755
Complementary color
Monochromatic Colors of #271755
Black with #271755
Text Example
Text Example
White with #271755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271755; }
p { color: rgb(39,23,85); }
H1.HeaderClassName
{
color: #271755;
}
.AnyTagClassName
{
color: #271755;
}
</style>
background-color css
<style>
a { background-color: #271755; }
a { background-color: rgb(39,23,85); }
div.DivClassName
{
background-color: #271755;
}
.BgClassName
{
background-color: #271755;
}
</style>
border-color css
<style>
span { border-color: #271755; }
span { border-color: rgb(39,23,85); }
td.TdClassName
{
border-color: #271755;
}
.TagClassName
{
border-color: #271755;
}
</style>