Shades of Dark Purple #772181
Tints of Dark Purple #772181
RGB
CMYK
RGB Variations
Color information
#772181 (or 0x772181) is known color: Dark Purple. HEX triplet: 77, 21 and 81. RGB value is (119,33,129). Sum of RGB (Red+Green+Blue) = 119+33+129=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #772181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772181 is #88DE7E. Grayscale: #454545. Windows color (decimal): -8969855 or 8462711. OLE color: 8462711.
HSL color Cylindrical-coordinate representation of color #772181: hue angle of 293.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772181 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 33 | 129 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.49 |
| HSL | 293.75º | 0.59% | 0.32% | - |
| HSV(B) | 293.75º | 0.74% | 0.51% | - |
| XYZ | 12.11 | 6.59 | 21.4 | - |
| YUV | 69.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 129 | 0.08 | 0.74 | 0 | 0.49 | 293.75 | 0.59 | 0.32 |
| Hex | 77 | 21 | 81 | 8 | 4A | 0 | 31 | 126 | 3B | 20 |
| Octal | 167 | 41 | 201 | 10 | 112 | 0 | 61 | 446 | 73 | 40 |
| Binary | 1110111 | 100001 | 10000001 | 1000 | 1001010 | 0 | 110001 | 100100110 | 111011 | 100000 |
Color Harmonies of #772181
Complementary color
Monochromatic Colors of #772181
Black with #772181
Text Example
Text Example
White with #772181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772181; }
p { color: rgb(119,33,129); }
H1.HeaderClassName
{
color: #772181;
}
.AnyTagClassName
{
color: #772181;
}
</style>
background-color css
<style>
a { background-color: #772181; }
a { background-color: rgb(119,33,129); }
div.DivClassName
{
background-color: #772181;
}
.BgClassName
{
background-color: #772181;
}
</style>
border-color css
<style>
span { border-color: #772181; }
span { border-color: rgb(119,33,129); }
td.TdClassName
{
border-color: #772181;
}
.TagClassName
{
border-color: #772181;
}
</style>