Shades of Purple #900778
Tints of Purple #900778
RGB
CMYK
RGB Variations
Color information
#900778 (or 0x900778) is known color: Purple. HEX triplet: 90, 07 and 78. RGB value is (144,7,120). Sum of RGB (Red+Green+Blue) = 144+7+120=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #900778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900778 is #6FF887. Grayscale: #3C3C3C. Windows color (decimal): -7338120 or 7866256. OLE color: 7866256.
HSL color Cylindrical-coordinate representation of color #900778: hue angle of 310.51º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900778 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 120 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.44 |
| HSL | 310.51º | 0.91% | 0.3% | - |
| HSV(B) | 310.51º | 0.95% | 0.56% | - |
| XYZ | 14.97 | 7.44 | 18.42 | - |
| YUV | 60.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 120 | 0 | 0.95 | 0.17 | 0.44 | 310.51 | 0.91 | 0.3 |
| Hex | 90 | 7 | 78 | 0 | 5F | 11 | 2C | 137 | 5B | 1E |
| Octal | 220 | 7 | 170 | 0 | 137 | 21 | 54 | 467 | 133 | 36 |
| Binary | 10010000 | 111 | 1111000 | 0 | 1011111 | 10001 | 101100 | 100110111 | 1011011 | 11110 |
Color Harmonies of #900778
Complementary color
Monochromatic Colors of #900778
Black with #900778
Text Example
Text Example
White with #900778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900778; }
p { color: rgb(144,7,120); }
H1.HeaderClassName
{
color: #900778;
}
.AnyTagClassName
{
color: #900778;
}
</style>
background-color css
<style>
a { background-color: #900778; }
a { background-color: rgb(144,7,120); }
div.DivClassName
{
background-color: #900778;
}
.BgClassName
{
background-color: #900778;
}
</style>
border-color css
<style>
span { border-color: #900778; }
span { border-color: rgb(144,7,120); }
td.TdClassName
{
border-color: #900778;
}
.TagClassName
{
border-color: #900778;
}
</style>