Shades of Dark Purple #912C70
Tints of Dark Purple #912C70
RGB
CMYK
RGB Variations
Color information
#912C70 (or 0x912C70) is known color: Dark Purple. HEX triplet: 91, 2C and 70. RGB value is (145,44,112). Sum of RGB (Red+Green+Blue) = 145+44+112=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #912C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912C70 is #6ED38F. Grayscale: #515151. Windows color (decimal): -7263120 or 7351441. OLE color: 7351441.
HSL color Cylindrical-coordinate representation of color #912C70: hue angle of 319.6º 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 #912C70 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 112 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.43 |
| HSL | 319.6º | 0.53% | 0.37% | - |
| HSV(B) | 319.6º | 0.7% | 0.57% | - |
| XYZ | 15.5 | 8.99 | 16.25 | - |
| YUV | 81.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 112 | 0 | 0.70 | 0.23 | 0.43 | 319.6 | 0.53 | 0.37 |
| Hex | 91 | 2C | 70 | 0 | 46 | 17 | 2B | 140 | 35 | 25 |
| Octal | 221 | 54 | 160 | 0 | 106 | 27 | 53 | 500 | 65 | 45 |
| Binary | 10010001 | 101100 | 1110000 | 0 | 1000110 | 10111 | 101011 | 101000000 | 110101 | 100101 |
Color Harmonies of #912C70
Complementary color
Monochromatic Colors of #912C70
Black with #912C70
Text Example
Text Example
White with #912C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C70; }
p { color: rgb(145,44,112); }
H1.HeaderClassName
{
color: #912C70;
}
.AnyTagClassName
{
color: #912C70;
}
</style>
background-color css
<style>
a { background-color: #912C70; }
a { background-color: rgb(145,44,112); }
div.DivClassName
{
background-color: #912C70;
}
.BgClassName
{
background-color: #912C70;
}
</style>
border-color css
<style>
span { border-color: #912C70; }
span { border-color: rgb(145,44,112); }
td.TdClassName
{
border-color: #912C70;
}
.TagClassName
{
border-color: #912C70;
}
</style>