Shades of Purple #900579
Tints of Purple #900579
RGB
CMYK
RGB Variations
Color information
#900579 (or 0x900579) is known color: Purple. HEX triplet: 90, 05 and 79. RGB value is (144,5,121). Sum of RGB (Red+Green+Blue) = 144+5+121=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #900579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900579 is #6FFA86. Grayscale: #3B3B3B. Windows color (decimal): -7338631 or 7931280. OLE color: 7931280.
HSL color Cylindrical-coordinate representation of color #900579: hue angle of 309.93º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900579 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 121 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.44 |
| HSL | 309.93º | 0.93% | 0.29% | - |
| HSV(B) | 309.93º | 0.97% | 0.56% | - |
| XYZ | 15.01 | 7.42 | 18.73 | - |
| YUV | 59.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 121 | 0 | 0.97 | 0.16 | 0.44 | 309.93 | 0.93 | 0.29 |
| Hex | 90 | 5 | 79 | 0 | 61 | 10 | 2C | 136 | 5D | 1D |
| Octal | 220 | 5 | 171 | 0 | 141 | 20 | 54 | 466 | 135 | 35 |
| Binary | 10010000 | 101 | 1111001 | 0 | 1100001 | 10000 | 101100 | 100110110 | 1011101 | 11101 |
Color Harmonies of #900579
Complementary color
Monochromatic Colors of #900579
Black with #900579
Text Example
Text Example
White with #900579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900579; }
p { color: rgb(144,5,121); }
H1.HeaderClassName
{
color: #900579;
}
.AnyTagClassName
{
color: #900579;
}
</style>
background-color css
<style>
a { background-color: #900579; }
a { background-color: rgb(144,5,121); }
div.DivClassName
{
background-color: #900579;
}
.BgClassName
{
background-color: #900579;
}
</style>
border-color css
<style>
span { border-color: #900579; }
span { border-color: rgb(144,5,121); }
td.TdClassName
{
border-color: #900579;
}
.TagClassName
{
border-color: #900579;
}
</style>