Shades of Violent Violet #25164F
Tints of Violent Violet #25164F
RGB
CMYK
RGB Variations
Color information
#25164F (or 0x25164F) is known color: Violent Violet. HEX triplet: 25, 16 and 4F. RGB value is (37,22,79). Sum of RGB (Red+Green+Blue) = 37+22+79=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #25164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25164F is #DAE9B0. Grayscale: #202020. Windows color (decimal): -14346673 or 5183013. OLE color: 5183013.
HSL color Cylindrical-coordinate representation of color #25164F: hue angle of 255.79º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25164F is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 22 | 79 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.69 |
| HSL | 255.79º | 0.56% | 0.2% | - |
| HSV(B) | 255.79º | 0.72% | 0.31% | - |
| XYZ | 2.46 | 1.53 | 7.56 | - |
| YUV | 32.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 79 | 0.53 | 0.72 | 0 | 0.69 | 255.79 | 0.56 | 0.2 |
| Hex | 25 | 16 | 4F | 35 | 48 | 0 | 45 | 100 | 38 | 14 |
| Octal | 45 | 26 | 117 | 65 | 110 | 0 | 105 | 400 | 70 | 24 |
| Binary | 100101 | 10110 | 1001111 | 110101 | 1001000 | 0 | 1000101 | 100000000 | 111000 | 10100 |
Color Harmonies of #25164F
Complementary color
Monochromatic Colors of #25164F
Black with #25164F
Text Example
Text Example
White with #25164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25164F; }
p { color: rgb(37,22,79); }
H1.HeaderClassName
{
color: #25164F;
}
.AnyTagClassName
{
color: #25164F;
}
</style>
background-color css
<style>
a { background-color: #25164F; }
a { background-color: rgb(37,22,79); }
div.DivClassName
{
background-color: #25164F;
}
.BgClassName
{
background-color: #25164F;
}
</style>
border-color css
<style>
span { border-color: #25164F; }
span { border-color: rgb(37,22,79); }
td.TdClassName
{
border-color: #25164F;
}
.TagClassName
{
border-color: #25164F;
}
</style>