Shades of Dark Purple #772572
Tints of Dark Purple #772572
RGB
CMYK
RGB Variations
Color information
#772572 (or 0x772572) is known color: Dark Purple. HEX triplet: 77, 25 and 72. RGB value is (119,37,114). Sum of RGB (Red+Green+Blue) = 119+37+114=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #772572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772572 is #88DA8D. Grayscale: #464646. Windows color (decimal): -8968846 or 7480695. OLE color: 7480695.
HSL color Cylindrical-coordinate representation of color #772572: hue angle of 303.66º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772572 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 37 | 114 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.53 |
| HSL | 303.66º | 0.53% | 0.31% | - |
| HSV(B) | 303.66º | 0.69% | 0.47% | - |
| XYZ | 11.31 | 6.46 | 16.57 | - |
| YUV | 70.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 114 | 0 | 0.69 | 0.04 | 0.53 | 303.66 | 0.53 | 0.31 |
| Hex | 77 | 25 | 72 | 0 | 45 | 4 | 35 | 130 | 35 | 1F |
| Octal | 167 | 45 | 162 | 0 | 105 | 4 | 65 | 460 | 65 | 37 |
| Binary | 1110111 | 100101 | 1110010 | 0 | 1000101 | 100 | 110101 | 100110000 | 110101 | 11111 |
Color Harmonies of #772572
Complementary color
Monochromatic Colors of #772572
Black with #772572
Text Example
Text Example
White with #772572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772572; }
p { color: rgb(119,37,114); }
H1.HeaderClassName
{
color: #772572;
}
.AnyTagClassName
{
color: #772572;
}
</style>
background-color css
<style>
a { background-color: #772572; }
a { background-color: rgb(119,37,114); }
div.DivClassName
{
background-color: #772572;
}
.BgClassName
{
background-color: #772572;
}
</style>
border-color css
<style>
span { border-color: #772572; }
span { border-color: rgb(119,37,114); }
td.TdClassName
{
border-color: #772572;
}
.TagClassName
{
border-color: #772572;
}
</style>