Shades of Purple #770D81
Tints of Purple #770D81
RGB
CMYK
RGB Variations
Color information
#770D81 (or 0x770D81) is known color: Purple. HEX triplet: 77, 0D and 81. RGB value is (119,13,129). Sum of RGB (Red+Green+Blue) = 119+13+129=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #770D81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770D81 is #88F27E. Grayscale: #393939. Windows color (decimal): -8974975 or 8457591. OLE color: 8457591.
HSL color Cylindrical-coordinate representation of color #770D81: hue angle of 294.83º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770D81 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 13 | 129 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.49 |
| HSL | 294.83º | 0.82% | 0.28% | - |
| HSV(B) | 294.83º | 0.9% | 0.51% | - |
| XYZ | 11.71 | 5.79 | 21.27 | - |
| YUV | 57.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 129 | 0.08 | 0.90 | 0 | 0.49 | 294.83 | 0.82 | 0.28 |
| Hex | 77 | D | 81 | 8 | 5A | 0 | 31 | 127 | 52 | 1C |
| Octal | 167 | 15 | 201 | 10 | 132 | 0 | 61 | 447 | 122 | 34 |
| Binary | 1110111 | 1101 | 10000001 | 1000 | 1011010 | 0 | 110001 | 100100111 | 1010010 | 11100 |
Color Harmonies of #770D81
Complementary color
Monochromatic Colors of #770D81
Black with #770D81
Text Example
Text Example
White with #770D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D81; }
p { color: rgb(119,13,129); }
H1.HeaderClassName
{
color: #770D81;
}
.AnyTagClassName
{
color: #770D81;
}
</style>
background-color css
<style>
a { background-color: #770D81; }
a { background-color: rgb(119,13,129); }
div.DivClassName
{
background-color: #770D81;
}
.BgClassName
{
background-color: #770D81;
}
</style>
border-color css
<style>
span { border-color: #770D81; }
span { border-color: rgb(119,13,129); }
td.TdClassName
{
border-color: #770D81;
}
.TagClassName
{
border-color: #770D81;
}
</style>