Shades of Violent Violet #25134D
Tints of Violent Violet #25134D
RGB
CMYK
RGB Variations
Color information
#25134D (or 0x25134D) is known color: Violent Violet. HEX triplet: 25, 13 and 4D. RGB value is (37,19,77). Sum of RGB (Red+Green+Blue) = 37+19+77=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #25134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25134D is #DAECB2. Grayscale: #1E1E1E. Windows color (decimal): -14347443 or 5051173. OLE color: 5051173.
HSL color Cylindrical-coordinate representation of color #25134D: hue angle of 258.62º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25134D is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 19 | 77 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.70 |
| HSL | 258.62º | 0.6% | 0.19% | - |
| HSV(B) | 258.62º | 0.75% | 0.3% | - |
| XYZ | 2.34 | 1.39 | 7.17 | - |
| YUV | 30.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 77 | 0.52 | 0.75 | 0 | 0.70 | 258.62 | 0.6 | 0.19 |
| Hex | 25 | 13 | 4D | 34 | 4B | 0 | 46 | 103 | 3C | 13 |
| Octal | 45 | 23 | 115 | 64 | 113 | 0 | 106 | 403 | 74 | 23 |
| Binary | 100101 | 10011 | 1001101 | 110100 | 1001011 | 0 | 1000110 | 100000011 | 111100 | 10011 |
Color Harmonies of #25134D
Complementary color
Monochromatic Colors of #25134D
Black with #25134D
Text Example
Text Example
White with #25134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25134D; }
p { color: rgb(37,19,77); }
H1.HeaderClassName
{
color: #25134D;
}
.AnyTagClassName
{
color: #25134D;
}
</style>
background-color css
<style>
a { background-color: #25134D; }
a { background-color: rgb(37,19,77); }
div.DivClassName
{
background-color: #25134D;
}
.BgClassName
{
background-color: #25134D;
}
</style>
border-color css
<style>
span { border-color: #25134D; }
span { border-color: rgb(37,19,77); }
td.TdClassName
{
border-color: #25134D;
}
.TagClassName
{
border-color: #25134D;
}
</style>