Shades of Violent Violet #251153
Tints of Violent Violet #251153
RGB
CMYK
RGB Variations
Color information
#251153 (or 0x251153) is known color: Violent Violet. HEX triplet: 25, 11 and 53. RGB value is (37,17,83). Sum of RGB (Red+Green+Blue) = 37+17+83=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #251153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251153 is #DAEEAC. Grayscale: #1E1E1E. Windows color (decimal): -14347949 or 5443877. OLE color: 5443877.
HSL color Cylindrical-coordinate representation of color #251153: hue angle of 258.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251153 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 17 | 83 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.67 |
| HSL | 258.18º | 0.66% | 0.2% | - |
| HSV(B) | 258.18º | 0.8% | 0.33% | - |
| XYZ | 2.52 | 1.42 | 8.32 | - |
| YUV | 30.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 83 | 0.55 | 0.80 | 0 | 0.67 | 258.18 | 0.66 | 0.2 |
| Hex | 25 | 11 | 53 | 37 | 50 | 0 | 43 | 102 | 42 | 14 |
| Octal | 45 | 21 | 123 | 67 | 120 | 0 | 103 | 402 | 102 | 24 |
| Binary | 100101 | 10001 | 1010011 | 110111 | 1010000 | 0 | 1000011 | 100000010 | 1000010 | 10100 |
Color Harmonies of #251153
Complementary color
Monochromatic Colors of #251153
Black with #251153
Text Example
Text Example
White with #251153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251153; }
p { color: rgb(37,17,83); }
H1.HeaderClassName
{
color: #251153;
}
.AnyTagClassName
{
color: #251153;
}
</style>
background-color css
<style>
a { background-color: #251153; }
a { background-color: rgb(37,17,83); }
div.DivClassName
{
background-color: #251153;
}
.BgClassName
{
background-color: #251153;
}
</style>
border-color css
<style>
span { border-color: #251153; }
span { border-color: rgb(37,17,83); }
td.TdClassName
{
border-color: #251153;
}
.TagClassName
{
border-color: #251153;
}
</style>