Shades of Dark Purple #912C71
Tints of Dark Purple #912C71
RGB
CMYK
RGB Variations
Color information
#912C71 (or 0x912C71) is known color: Dark Purple. HEX triplet: 91, 2C and 71. RGB value is (145,44,113). Sum of RGB (Red+Green+Blue) = 145+44+113=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #912C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912C71 is #6ED38E. Grayscale: #515151. Windows color (decimal): -7263119 or 7416977. OLE color: 7416977.
HSL color Cylindrical-coordinate representation of color #912C71: hue angle of 319.01º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #912C71 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 113 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.43 |
| HSL | 319.01º | 0.53% | 0.37% | - |
| HSV(B) | 319.01º | 0.7% | 0.57% | - |
| XYZ | 15.56 | 9.01 | 16.54 | - |
| YUV | 82.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 113 | 0 | 0.70 | 0.22 | 0.43 | 319.01 | 0.53 | 0.37 |
| Hex | 91 | 2C | 71 | 0 | 46 | 16 | 2B | 13F | 35 | 25 |
| Octal | 221 | 54 | 161 | 0 | 106 | 26 | 53 | 477 | 65 | 45 |
| Binary | 10010001 | 101100 | 1110001 | 0 | 1000110 | 10110 | 101011 | 100111111 | 110101 | 100101 |
Color Harmonies of #912C71
Complementary color
Monochromatic Colors of #912C71
Black with #912C71
Text Example
Text Example
White with #912C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C71; }
p { color: rgb(145,44,113); }
H1.HeaderClassName
{
color: #912C71;
}
.AnyTagClassName
{
color: #912C71;
}
</style>
background-color css
<style>
a { background-color: #912C71; }
a { background-color: rgb(145,44,113); }
div.DivClassName
{
background-color: #912C71;
}
.BgClassName
{
background-color: #912C71;
}
</style>
border-color css
<style>
span { border-color: #912C71; }
span { border-color: rgb(145,44,113); }
td.TdClassName
{
border-color: #912C71;
}
.TagClassName
{
border-color: #912C71;
}
</style>