Shades of Dark Purple #913578
Tints of Dark Purple #913578
RGB
CMYK
RGB Variations
Color information
#913578 (or 0x913578) is known color: Dark Purple. HEX triplet: 91, 35 and 78. RGB value is (145,53,120). Sum of RGB (Red+Green+Blue) = 145+53+120=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #913578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913578 is #6ECA87. Grayscale: #575757. Windows color (decimal): -7260808 or 7878033. OLE color: 7878033.
HSL color Cylindrical-coordinate representation of color #913578: hue angle of 316.3º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913578 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 120 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.43 |
| HSL | 316.3º | 0.46% | 0.39% | - |
| HSV(B) | 316.3º | 0.63% | 0.57% | - |
| XYZ | 16.34 | 9.92 | 18.82 | - |
| YUV | 88.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 120 | 0 | 0.63 | 0.17 | 0.43 | 316.3 | 0.46 | 0.39 |
| Hex | 91 | 35 | 78 | 0 | 3F | 11 | 2B | 13C | 2E | 27 |
| Octal | 221 | 65 | 170 | 0 | 77 | 21 | 53 | 474 | 56 | 47 |
| Binary | 10010001 | 110101 | 1111000 | 0 | 111111 | 10001 | 101011 | 100111100 | 101110 | 100111 |
Color Harmonies of #913578
Complementary color
Monochromatic Colors of #913578
Black with #913578
Text Example
Text Example
White with #913578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913578; }
p { color: rgb(145,53,120); }
H1.HeaderClassName
{
color: #913578;
}
.AnyTagClassName
{
color: #913578;
}
</style>
background-color css
<style>
a { background-color: #913578; }
a { background-color: rgb(145,53,120); }
div.DivClassName
{
background-color: #913578;
}
.BgClassName
{
background-color: #913578;
}
</style>
border-color css
<style>
span { border-color: #913578; }
span { border-color: rgb(145,53,120); }
td.TdClassName
{
border-color: #913578;
}
.TagClassName
{
border-color: #913578;
}
</style>