Shades of Dark Purple #951770
Tints of Dark Purple #951770
RGB
CMYK
RGB Variations
Color information
#951770 (or 0x951770) is known color: Dark Purple. HEX triplet: 95, 17 and 70. RGB value is (149,23,112). Sum of RGB (Red+Green+Blue) = 149+23+112=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #951770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951770 is #6AE88F. Grayscale: #464646. Windows color (decimal): -7006352 or 7346069. OLE color: 7346069.
HSL color Cylindrical-coordinate representation of color #951770: hue angle of 317.62º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951770 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 112 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.42 |
| HSL | 317.62º | 0.73% | 0.34% | - |
| HSV(B) | 317.62º | 0.85% | 0.58% | - |
| XYZ | 15.63 | 8.17 | 16.08 | - |
| YUV | 70.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 112 | 0 | 0.85 | 0.25 | 0.42 | 317.62 | 0.73 | 0.34 |
| Hex | 95 | 17 | 70 | 0 | 55 | 19 | 2A | 13E | 49 | 22 |
| Octal | 225 | 27 | 160 | 0 | 125 | 31 | 52 | 476 | 111 | 42 |
| Binary | 10010101 | 10111 | 1110000 | 0 | 1010101 | 11001 | 101010 | 100111110 | 1001001 | 100010 |
Color Harmonies of #951770
Complementary color
Monochromatic Colors of #951770
Black with #951770
Text Example
Text Example
White with #951770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951770; }
p { color: rgb(149,23,112); }
H1.HeaderClassName
{
color: #951770;
}
.AnyTagClassName
{
color: #951770;
}
</style>
background-color css
<style>
a { background-color: #951770; }
a { background-color: rgb(149,23,112); }
div.DivClassName
{
background-color: #951770;
}
.BgClassName
{
background-color: #951770;
}
</style>
border-color css
<style>
span { border-color: #951770; }
span { border-color: rgb(149,23,112); }
td.TdClassName
{
border-color: #951770;
}
.TagClassName
{
border-color: #951770;
}
</style>