Shades of Dark Purple #912970
Tints of Dark Purple #912970
RGB
CMYK
RGB Variations
Color information
#912970 (or 0x912970) is known color: Dark Purple. HEX triplet: 91, 29 and 70. RGB value is (145,41,112). Sum of RGB (Red+Green+Blue) = 145+41+112=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #912970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912970 is #6ED68F. Grayscale: #505050. Windows color (decimal): -7263888 or 7350673. OLE color: 7350673.
HSL color Cylindrical-coordinate representation of color #912970: hue angle of 319.04º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912970 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 41 | 112 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.43 |
| HSL | 319.04º | 0.56% | 0.36% | - |
| HSV(B) | 319.04º | 0.72% | 0.57% | - |
| XYZ | 15.39 | 8.78 | 16.21 | - |
| YUV | 80.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 112 | 0 | 0.72 | 0.23 | 0.43 | 319.04 | 0.56 | 0.36 |
| Hex | 91 | 29 | 70 | 0 | 48 | 17 | 2B | 13F | 38 | 24 |
| Octal | 221 | 51 | 160 | 0 | 110 | 27 | 53 | 477 | 70 | 44 |
| Binary | 10010001 | 101001 | 1110000 | 0 | 1001000 | 10111 | 101011 | 100111111 | 111000 | 100100 |
Color Harmonies of #912970
Complementary color
Monochromatic Colors of #912970
Black with #912970
Text Example
Text Example
White with #912970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912970; }
p { color: rgb(145,41,112); }
H1.HeaderClassName
{
color: #912970;
}
.AnyTagClassName
{
color: #912970;
}
</style>
background-color css
<style>
a { background-color: #912970; }
a { background-color: rgb(145,41,112); }
div.DivClassName
{
background-color: #912970;
}
.BgClassName
{
background-color: #912970;
}
</style>
border-color css
<style>
span { border-color: #912970; }
span { border-color: rgb(145,41,112); }
td.TdClassName
{
border-color: #912970;
}
.TagClassName
{
border-color: #912970;
}
</style>