Shades of Dark Purple #902971
Tints of Dark Purple #902971
RGB
CMYK
RGB Variations
Color information
#902971 (or 0x902971) is known color: Dark Purple. HEX triplet: 90, 29 and 71. RGB value is (144,41,113). Sum of RGB (Red+Green+Blue) = 144+41+113=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #902971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902971 is #6FD68E. Grayscale: #4F4F4F. Windows color (decimal): -7329423 or 7416208. OLE color: 7416208.
HSL color Cylindrical-coordinate representation of color #902971: hue angle of 318.06º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902971 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 113 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.44 |
| HSL | 318.06º | 0.56% | 0.36% | - |
| HSV(B) | 318.06º | 0.72% | 0.56% | - |
| XYZ | 15.28 | 8.71 | 16.5 | - |
| YUV | 80.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 113 | 0 | 0.72 | 0.22 | 0.44 | 318.06 | 0.56 | 0.36 |
| Hex | 90 | 29 | 71 | 0 | 48 | 16 | 2C | 13E | 38 | 24 |
| Octal | 220 | 51 | 161 | 0 | 110 | 26 | 54 | 476 | 70 | 44 |
| Binary | 10010000 | 101001 | 1110001 | 0 | 1001000 | 10110 | 101100 | 100111110 | 111000 | 100100 |
Color Harmonies of #902971
Complementary color
Monochromatic Colors of #902971
Black with #902971
Text Example
Text Example
White with #902971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902971; }
p { color: rgb(144,41,113); }
H1.HeaderClassName
{
color: #902971;
}
.AnyTagClassName
{
color: #902971;
}
</style>
background-color css
<style>
a { background-color: #902971; }
a { background-color: rgb(144,41,113); }
div.DivClassName
{
background-color: #902971;
}
.BgClassName
{
background-color: #902971;
}
</style>
border-color css
<style>
span { border-color: #902971; }
span { border-color: rgb(144,41,113); }
td.TdClassName
{
border-color: #902971;
}
.TagClassName
{
border-color: #902971;
}
</style>