Shades of Dark Purple #902572
Tints of Dark Purple #902572
RGB
CMYK
RGB Variations
Color information
#902572 (or 0x902572) is known color: Dark Purple. HEX triplet: 90, 25 and 72. RGB value is (144,37,114). Sum of RGB (Red+Green+Blue) = 144+37+114=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #902572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902572 is #6FDA8D. Grayscale: #4D4D4D. Windows color (decimal): -7330446 or 7480720. OLE color: 7480720.
HSL color Cylindrical-coordinate representation of color #902572: hue angle of 316.82º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902572 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 114 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.44 |
| HSL | 316.82º | 0.59% | 0.35% | - |
| HSV(B) | 316.82º | 0.74% | 0.56% | - |
| XYZ | 15.2 | 8.47 | 16.75 | - |
| YUV | 77.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 114 | 0 | 0.74 | 0.21 | 0.44 | 316.82 | 0.59 | 0.35 |
| Hex | 90 | 25 | 72 | 0 | 4A | 15 | 2C | 13D | 3B | 23 |
| Octal | 220 | 45 | 162 | 0 | 112 | 25 | 54 | 475 | 73 | 43 |
| Binary | 10010000 | 100101 | 1110010 | 0 | 1001010 | 10101 | 101100 | 100111101 | 111011 | 100011 |
Color Harmonies of #902572
Complementary color
Monochromatic Colors of #902572
Black with #902572
Text Example
Text Example
White with #902572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902572; }
p { color: rgb(144,37,114); }
H1.HeaderClassName
{
color: #902572;
}
.AnyTagClassName
{
color: #902572;
}
</style>
background-color css
<style>
a { background-color: #902572; }
a { background-color: rgb(144,37,114); }
div.DivClassName
{
background-color: #902572;
}
.BgClassName
{
background-color: #902572;
}
</style>
border-color css
<style>
span { border-color: #902572; }
span { border-color: rgb(144,37,114); }
td.TdClassName
{
border-color: #902572;
}
.TagClassName
{
border-color: #902572;
}
</style>