Shades of Violent Violet #251147
Tints of Violent Violet #251147
RGB
CMYK
RGB Variations
Color information
#251147 (or 0x251147) is known color: Violent Violet. HEX triplet: 25, 11 and 47. RGB value is (37,17,71). Sum of RGB (Red+Green+Blue) = 37+17+71=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #251147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251147 is #DAEEB8. Grayscale: #1C1C1C. Windows color (decimal): -14347961 or 4657445. OLE color: 4657445.
HSL color Cylindrical-coordinate representation of color #251147: hue angle of 262.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #251147 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 17 | 71 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.72 |
| HSL | 262.22º | 0.61% | 0.17% | - |
| HSV(B) | 262.22º | 0.76% | 0.28% | - |
| XYZ | 2.1 | 1.25 | 6.09 | - |
| YUV | 29.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 71 | 0.48 | 0.76 | 0 | 0.72 | 262.22 | 0.61 | 0.17 |
| Hex | 25 | 11 | 47 | 30 | 4C | 0 | 48 | 106 | 3D | 11 |
| Octal | 45 | 21 | 107 | 60 | 114 | 0 | 110 | 406 | 75 | 21 |
| Binary | 100101 | 10001 | 1000111 | 110000 | 1001100 | 0 | 1001000 | 100000110 | 111101 | 10001 |
Color Harmonies of #251147
Complementary color
Monochromatic Colors of #251147
Black with #251147
Text Example
Text Example
White with #251147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251147; }
p { color: rgb(37,17,71); }
H1.HeaderClassName
{
color: #251147;
}
.AnyTagClassName
{
color: #251147;
}
</style>
background-color css
<style>
a { background-color: #251147; }
a { background-color: rgb(37,17,71); }
div.DivClassName
{
background-color: #251147;
}
.BgClassName
{
background-color: #251147;
}
</style>
border-color css
<style>
span { border-color: #251147; }
span { border-color: rgb(37,17,71); }
td.TdClassName
{
border-color: #251147;
}
.TagClassName
{
border-color: #251147;
}
</style>