Shades of Violent Violet #250553
Tints of Violent Violet #250553
RGB
CMYK
RGB Variations
Color information
#250553 (or 0x250553) is known color: Violent Violet. HEX triplet: 25, 05 and 53. RGB value is (37,5,83). Sum of RGB (Red+Green+Blue) = 37+5+83=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #250553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250553 is #DAFAAC. Grayscale: #171717. Windows color (decimal): -14351021 or 5440805. OLE color: 5440805.
HSL color Cylindrical-coordinate representation of color #250553: hue angle of 264.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250553 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 5 | 83 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.67 |
| HSL | 264.62º | 0.89% | 0.17% | - |
| HSV(B) | 264.62º | 0.94% | 0.33% | - |
| XYZ | 2.38 | 1.13 | 8.28 | - |
| YUV | 23.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 83 | 0.55 | 0.94 | 0 | 0.67 | 264.62 | 0.89 | 0.17 |
| Hex | 25 | 5 | 53 | 37 | 5E | 0 | 43 | 109 | 59 | 11 |
| Octal | 45 | 5 | 123 | 67 | 136 | 0 | 103 | 411 | 131 | 21 |
| Binary | 100101 | 101 | 1010011 | 110111 | 1011110 | 0 | 1000011 | 100001001 | 1011001 | 10001 |
Color Harmonies of #250553
Complementary color
Monochromatic Colors of #250553
Black with #250553
Text Example
Text Example
White with #250553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250553; }
p { color: rgb(37,5,83); }
H1.HeaderClassName
{
color: #250553;
}
.AnyTagClassName
{
color: #250553;
}
</style>
background-color css
<style>
a { background-color: #250553; }
a { background-color: rgb(37,5,83); }
div.DivClassName
{
background-color: #250553;
}
.BgClassName
{
background-color: #250553;
}
</style>
border-color css
<style>
span { border-color: #250553; }
span { border-color: rgb(37,5,83); }
td.TdClassName
{
border-color: #250553;
}
.TagClassName
{
border-color: #250553;
}
</style>