Shades of Violent Violet #25054F
Tints of Violent Violet #25054F
RGB
CMYK
RGB Variations
Color information
#25054F (or 0x25054F) is known color: Violent Violet. HEX triplet: 25, 05 and 4F. RGB value is (37,5,79). Sum of RGB (Red+Green+Blue) = 37+5+79=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #25054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25054F is #DAFAB0. Grayscale: #161616. Windows color (decimal): -14351025 or 5178661. OLE color: 5178661.
HSL color Cylindrical-coordinate representation of color #25054F: hue angle of 265.95º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25054F is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 5 | 79 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.69 |
| HSL | 265.95º | 0.88% | 0.16% | - |
| HSV(B) | 265.95º | 0.94% | 0.31% | - |
| XYZ | 2.23 | 1.07 | 7.49 | - |
| YUV | 23 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 79 | 0.53 | 0.94 | 0 | 0.69 | 265.95 | 0.88 | 0.16 |
| Hex | 25 | 5 | 4F | 35 | 5E | 0 | 45 | 10A | 58 | 10 |
| Octal | 45 | 5 | 117 | 65 | 136 | 0 | 105 | 412 | 130 | 20 |
| Binary | 100101 | 101 | 1001111 | 110101 | 1011110 | 0 | 1000101 | 100001010 | 1011000 | 10000 |
Color Harmonies of #25054F
Complementary color
Monochromatic Colors of #25054F
Black with #25054F
Text Example
Text Example
White with #25054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25054F; }
p { color: rgb(37,5,79); }
H1.HeaderClassName
{
color: #25054F;
}
.AnyTagClassName
{
color: #25054F;
}
</style>
background-color css
<style>
a { background-color: #25054F; }
a { background-color: rgb(37,5,79); }
div.DivClassName
{
background-color: #25054F;
}
.BgClassName
{
background-color: #25054F;
}
</style>
border-color css
<style>
span { border-color: #25054F; }
span { border-color: rgb(37,5,79); }
td.TdClassName
{
border-color: #25054F;
}
.TagClassName
{
border-color: #25054F;
}
</style>