Shades of Violent Violet #271641
Tints of Violent Violet #271641
RGB
CMYK
RGB Variations
Color information
#271641 (or 0x271641) is known color: Violent Violet. HEX triplet: 27, 16 and 41. RGB value is (39,22,65). Sum of RGB (Red+Green+Blue) = 39+22+65=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #271641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271641 is #D8E9BE. Grayscale: #1F1F1F. Windows color (decimal): -14215615 or 4265511. OLE color: 4265511.
HSL color Cylindrical-coordinate representation of color #271641: hue angle of 263.72º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #271641 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 22 | 65 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.75 |
| HSL | 263.72º | 0.49% | 0.17% | - |
| HSV(B) | 263.72º | 0.66% | 0.25% | - |
| XYZ | 2.08 | 1.39 | 5.16 | - |
| YUV | 31.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 65 | 0.40 | 0.66 | 0 | 0.75 | 263.72 | 0.49 | 0.17 |
| Hex | 27 | 16 | 41 | 28 | 42 | 0 | 4B | 108 | 31 | 11 |
| Octal | 47 | 26 | 101 | 50 | 102 | 0 | 113 | 410 | 61 | 21 |
| Binary | 100111 | 10110 | 1000001 | 101000 | 1000010 | 0 | 1001011 | 100001000 | 110001 | 10001 |
Color Harmonies of #271641
Complementary color
Monochromatic Colors of #271641
Black with #271641
Text Example
Text Example
White with #271641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271641; }
p { color: rgb(39,22,65); }
H1.HeaderClassName
{
color: #271641;
}
.AnyTagClassName
{
color: #271641;
}
</style>
background-color css
<style>
a { background-color: #271641; }
a { background-color: rgb(39,22,65); }
div.DivClassName
{
background-color: #271641;
}
.BgClassName
{
background-color: #271641;
}
</style>
border-color css
<style>
span { border-color: #271641; }
span { border-color: rgb(39,22,65); }
td.TdClassName
{
border-color: #271641;
}
.TagClassName
{
border-color: #271641;
}
</style>