Shades of Dark Purple #913077
Tints of Dark Purple #913077
RGB
CMYK
RGB Variations
Color information
#913077 (or 0x913077) is known color: Dark Purple. HEX triplet: 91, 30 and 77. RGB value is (145,48,119). Sum of RGB (Red+Green+Blue) = 145+48+119=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #913077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913077 is #6ECF88. Grayscale: #545454. Windows color (decimal): -7262089 or 7811217. OLE color: 7811217.
HSL color Cylindrical-coordinate representation of color #913077: hue angle of 316.08º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913077 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 48 | 119 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.43 |
| HSL | 316.08º | 0.5% | 0.38% | - |
| HSV(B) | 316.08º | 0.67% | 0.57% | - |
| XYZ | 16.06 | 9.47 | 18.43 | - |
| YUV | 85.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 119 | 0 | 0.67 | 0.18 | 0.43 | 316.08 | 0.5 | 0.38 |
| Hex | 91 | 30 | 77 | 0 | 43 | 12 | 2B | 13C | 32 | 26 |
| Octal | 221 | 60 | 167 | 0 | 103 | 22 | 53 | 474 | 62 | 46 |
| Binary | 10010001 | 110000 | 1110111 | 0 | 1000011 | 10010 | 101011 | 100111100 | 110010 | 100110 |
Color Harmonies of #913077
Complementary color
Monochromatic Colors of #913077
Black with #913077
Text Example
Text Example
White with #913077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913077; }
p { color: rgb(145,48,119); }
H1.HeaderClassName
{
color: #913077;
}
.AnyTagClassName
{
color: #913077;
}
</style>
background-color css
<style>
a { background-color: #913077; }
a { background-color: rgb(145,48,119); }
div.DivClassName
{
background-color: #913077;
}
.BgClassName
{
background-color: #913077;
}
</style>
border-color css
<style>
span { border-color: #913077; }
span { border-color: rgb(145,48,119); }
td.TdClassName
{
border-color: #913077;
}
.TagClassName
{
border-color: #913077;
}
</style>