Shades of Dark Purple #912972
Tints of Dark Purple #912972
RGB
CMYK
RGB Variations
Color information
#912972 (or 0x912972) is known color: Dark Purple. HEX triplet: 91, 29 and 72. RGB value is (145,41,114). Sum of RGB (Red+Green+Blue) = 145+41+114=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #912972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912972 is #6ED68D. Grayscale: #505050. Windows color (decimal): -7263886 or 7481745. OLE color: 7481745.
HSL color Cylindrical-coordinate representation of color #912972: hue angle of 317.88º 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 #912972 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 41 | 114 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.43 |
| HSL | 317.88º | 0.56% | 0.36% | - |
| HSV(B) | 317.88º | 0.72% | 0.57% | - |
| XYZ | 15.51 | 8.82 | 16.8 | - |
| YUV | 80.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 114 | 0 | 0.72 | 0.21 | 0.43 | 317.88 | 0.56 | 0.36 |
| Hex | 91 | 29 | 72 | 0 | 48 | 15 | 2B | 13E | 38 | 24 |
| Octal | 221 | 51 | 162 | 0 | 110 | 25 | 53 | 476 | 70 | 44 |
| Binary | 10010001 | 101001 | 1110010 | 0 | 1001000 | 10101 | 101011 | 100111110 | 111000 | 100100 |
Color Harmonies of #912972
Complementary color
Monochromatic Colors of #912972
Black with #912972
Text Example
Text Example
White with #912972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912972; }
p { color: rgb(145,41,114); }
H1.HeaderClassName
{
color: #912972;
}
.AnyTagClassName
{
color: #912972;
}
</style>
background-color css
<style>
a { background-color: #912972; }
a { background-color: rgb(145,41,114); }
div.DivClassName
{
background-color: #912972;
}
.BgClassName
{
background-color: #912972;
}
</style>
border-color css
<style>
span { border-color: #912972; }
span { border-color: rgb(145,41,114); }
td.TdClassName
{
border-color: #912972;
}
.TagClassName
{
border-color: #912972;
}
</style>