Shades of Purple #770D87
Tints of Purple #770D87
RGB
CMYK
RGB Variations
Color information
#770D87 (or 0x770D87) is known color: Purple. HEX triplet: 77, 0D and 87. RGB value is (119,13,135). Sum of RGB (Red+Green+Blue) = 119+13+135=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #770D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770D87 is #88F278. Grayscale: #3A3A3A. Windows color (decimal): -8974969 or 8850807. OLE color: 8850807.
HSL color Cylindrical-coordinate representation of color #770D87: hue angle of 292.13º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770D87 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 13 | 135 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.47 |
| HSL | 292.13º | 0.82% | 0.29% | - |
| HSV(B) | 292.13º | 0.9% | 0.53% | - |
| XYZ | 12.12 | 5.96 | 23.43 | - |
| YUV | 58.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 135 | 0.12 | 0.90 | 0 | 0.47 | 292.13 | 0.82 | 0.29 |
| Hex | 77 | D | 87 | C | 5A | 0 | 2F | 124 | 52 | 1D |
| Octal | 167 | 15 | 207 | 14 | 132 | 0 | 57 | 444 | 122 | 35 |
| Binary | 1110111 | 1101 | 10000111 | 1100 | 1011010 | 0 | 101111 | 100100100 | 1010010 | 11101 |
Color Harmonies of #770D87
Complementary color
Monochromatic Colors of #770D87
Black with #770D87
Text Example
Text Example
White with #770D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D87; }
p { color: rgb(119,13,135); }
H1.HeaderClassName
{
color: #770D87;
}
.AnyTagClassName
{
color: #770D87;
}
</style>
background-color css
<style>
a { background-color: #770D87; }
a { background-color: rgb(119,13,135); }
div.DivClassName
{
background-color: #770D87;
}
.BgClassName
{
background-color: #770D87;
}
</style>
border-color css
<style>
span { border-color: #770D87; }
span { border-color: rgb(119,13,135); }
td.TdClassName
{
border-color: #770D87;
}
.TagClassName
{
border-color: #770D87;
}
</style>