Shades of Violent Violet #271447
Tints of Violent Violet #271447
RGB
CMYK
RGB Variations
Color information
#271447 (or 0x271447) is known color: Violent Violet. HEX triplet: 27, 14 and 47. RGB value is (39,20,71). Sum of RGB (Red+Green+Blue) = 39+20+71=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #271447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271447 is #D8EBB8. Grayscale: #1F1F1F. Windows color (decimal): -14216121 or 4658215. OLE color: 4658215.
HSL color Cylindrical-coordinate representation of color #271447: hue angle of 262.35º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #271447 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 20 | 71 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.72 |
| HSL | 262.35º | 0.56% | 0.18% | - |
| HSV(B) | 262.35º | 0.72% | 0.28% | - |
| XYZ | 2.22 | 1.39 | 6.11 | - |
| YUV | 31.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 71 | 0.45 | 0.72 | 0 | 0.72 | 262.35 | 0.56 | 0.18 |
| Hex | 27 | 14 | 47 | 2D | 48 | 0 | 48 | 106 | 38 | 12 |
| Octal | 47 | 24 | 107 | 55 | 110 | 0 | 110 | 406 | 70 | 22 |
| Binary | 100111 | 10100 | 1000111 | 101101 | 1001000 | 0 | 1001000 | 100000110 | 111000 | 10010 |
Color Harmonies of #271447
Complementary color
Monochromatic Colors of #271447
Black with #271447
Text Example
Text Example
White with #271447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271447; }
p { color: rgb(39,20,71); }
H1.HeaderClassName
{
color: #271447;
}
.AnyTagClassName
{
color: #271447;
}
</style>
background-color css
<style>
a { background-color: #271447; }
a { background-color: rgb(39,20,71); }
div.DivClassName
{
background-color: #271447;
}
.BgClassName
{
background-color: #271447;
}
</style>
border-color css
<style>
span { border-color: #271447; }
span { border-color: rgb(39,20,71); }
td.TdClassName
{
border-color: #271447;
}
.TagClassName
{
border-color: #271447;
}
</style>