Shades of Violent Violet #251256
Tints of Violent Violet #251256
RGB
CMYK
RGB Variations
Color information
#251256 (or 0x251256) is known color: Violent Violet. HEX triplet: 25, 12 and 56. RGB value is (37,18,86). Sum of RGB (Red+Green+Blue) = 37+18+86=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #251256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251256 is #DAEDA9. Grayscale: #1F1F1F. Windows color (decimal): -14347690 or 5640741. OLE color: 5640741.
HSL color Cylindrical-coordinate representation of color #251256: hue angle of 256.76º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251256 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 18 | 86 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.66 |
| HSL | 256.76º | 0.65% | 0.2% | - |
| HSV(B) | 256.76º | 0.79% | 0.34% | - |
| XYZ | 2.66 | 1.5 | 8.95 | - |
| YUV | 31.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 86 | 0.57 | 0.79 | 0 | 0.66 | 256.76 | 0.65 | 0.2 |
| Hex | 25 | 12 | 56 | 39 | 4F | 0 | 42 | 101 | 41 | 14 |
| Octal | 45 | 22 | 126 | 71 | 117 | 0 | 102 | 401 | 101 | 24 |
| Binary | 100101 | 10010 | 1010110 | 111001 | 1001111 | 0 | 1000010 | 100000001 | 1000001 | 10100 |
Color Harmonies of #251256
Complementary color
Monochromatic Colors of #251256
Black with #251256
Text Example
Text Example
White with #251256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251256; }
p { color: rgb(37,18,86); }
H1.HeaderClassName
{
color: #251256;
}
.AnyTagClassName
{
color: #251256;
}
</style>
background-color css
<style>
a { background-color: #251256; }
a { background-color: rgb(37,18,86); }
div.DivClassName
{
background-color: #251256;
}
.BgClassName
{
background-color: #251256;
}
</style>
border-color css
<style>
span { border-color: #251256; }
span { border-color: rgb(37,18,86); }
td.TdClassName
{
border-color: #251256;
}
.TagClassName
{
border-color: #251256;
}
</style>