Shades of Violent Violet #25144D
Tints of Violent Violet #25144D
RGB
CMYK
RGB Variations
Color information
#25144D (or 0x25144D) is known color: Violent Violet. HEX triplet: 25, 14 and 4D. RGB value is (37,20,77). Sum of RGB (Red+Green+Blue) = 37+20+77=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #25144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25144D is #DAEBB2. Grayscale: #1F1F1F. Windows color (decimal): -14347187 or 5051429. OLE color: 5051429.
HSL color Cylindrical-coordinate representation of color #25144D: hue angle of 257.89º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25144D is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 20 | 77 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.70 |
| HSL | 257.89º | 0.59% | 0.19% | - |
| HSV(B) | 257.89º | 0.74% | 0.3% | - |
| XYZ | 2.35 | 1.43 | 7.17 | - |
| YUV | 31.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 77 | 0.52 | 0.74 | 0 | 0.70 | 257.89 | 0.59 | 0.19 |
| Hex | 25 | 14 | 4D | 34 | 4A | 0 | 46 | 102 | 3B | 13 |
| Octal | 45 | 24 | 115 | 64 | 112 | 0 | 106 | 402 | 73 | 23 |
| Binary | 100101 | 10100 | 1001101 | 110100 | 1001010 | 0 | 1000110 | 100000010 | 111011 | 10011 |
Color Harmonies of #25144D
Complementary color
Monochromatic Colors of #25144D
Black with #25144D
Text Example
Text Example
White with #25144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25144D; }
p { color: rgb(37,20,77); }
H1.HeaderClassName
{
color: #25144D;
}
.AnyTagClassName
{
color: #25144D;
}
</style>
background-color css
<style>
a { background-color: #25144D; }
a { background-color: rgb(37,20,77); }
div.DivClassName
{
background-color: #25144D;
}
.BgClassName
{
background-color: #25144D;
}
</style>
border-color css
<style>
span { border-color: #25144D; }
span { border-color: rgb(37,20,77); }
td.TdClassName
{
border-color: #25144D;
}
.TagClassName
{
border-color: #25144D;
}
</style>