Shades of Dark Purple #951572
Tints of Dark Purple #951572
RGB
CMYK
RGB Variations
Color information
#951572 (or 0x951572) is known color: Dark Purple. HEX triplet: 95, 15 and 72. RGB value is (149,21,114). Sum of RGB (Red+Green+Blue) = 149+21+114=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #951572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951572 is #6AEA8D. Grayscale: #454545. Windows color (decimal): -7006862 or 7476629. OLE color: 7476629.
HSL color Cylindrical-coordinate representation of color #951572: hue angle of 316.41º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951572 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 114 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.42 |
| HSL | 316.41º | 0.75% | 0.33% | - |
| HSV(B) | 316.41º | 0.86% | 0.58% | - |
| XYZ | 15.7 | 8.14 | 16.66 | - |
| YUV | 69.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 114 | 0 | 0.86 | 0.23 | 0.42 | 316.41 | 0.75 | 0.33 |
| Hex | 95 | 15 | 72 | 0 | 56 | 17 | 2A | 13C | 4B | 21 |
| Octal | 225 | 25 | 162 | 0 | 126 | 27 | 52 | 474 | 113 | 41 |
| Binary | 10010101 | 10101 | 1110010 | 0 | 1010110 | 10111 | 101010 | 100111100 | 1001011 | 100001 |
Color Harmonies of #951572
Complementary color
Monochromatic Colors of #951572
Black with #951572
Text Example
Text Example
White with #951572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951572; }
p { color: rgb(149,21,114); }
H1.HeaderClassName
{
color: #951572;
}
.AnyTagClassName
{
color: #951572;
}
</style>
background-color css
<style>
a { background-color: #951572; }
a { background-color: rgb(149,21,114); }
div.DivClassName
{
background-color: #951572;
}
.BgClassName
{
background-color: #951572;
}
</style>
border-color css
<style>
span { border-color: #951572; }
span { border-color: rgb(149,21,114); }
td.TdClassName
{
border-color: #951572;
}
.TagClassName
{
border-color: #951572;
}
</style>