Shades of Purple #770387
Tints of Purple #770387
RGB
CMYK
RGB Variations
Color information
#770387 (or 0x770387) is known color: Purple. HEX triplet: 77, 03 and 87. RGB value is (119,3,135). Sum of RGB (Red+Green+Blue) = 119+3+135=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #770387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770387 is #88FC78. Grayscale: #343434. Windows color (decimal): -8977529 or 8848247. OLE color: 8848247.
HSL color Cylindrical-coordinate representation of color #770387: hue angle of 292.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770387 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 3 | 135 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.47 |
| HSL | 292.73º | 0.96% | 0.27% | - |
| HSV(B) | 292.73º | 0.98% | 0.53% | - |
| XYZ | 12.01 | 5.74 | 23.4 | - |
| YUV | 52.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 135 | 0.12 | 0.98 | 0 | 0.47 | 292.73 | 0.96 | 0.27 |
| Hex | 77 | 3 | 87 | C | 62 | 0 | 2F | 125 | 60 | 1B |
| Octal | 167 | 3 | 207 | 14 | 142 | 0 | 57 | 445 | 140 | 33 |
| Binary | 1110111 | 11 | 10000111 | 1100 | 1100010 | 0 | 101111 | 100100101 | 1100000 | 11011 |
Color Harmonies of #770387
Complementary color
Monochromatic Colors of #770387
Black with #770387
Text Example
Text Example
White with #770387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770387; }
p { color: rgb(119,3,135); }
H1.HeaderClassName
{
color: #770387;
}
.AnyTagClassName
{
color: #770387;
}
</style>
background-color css
<style>
a { background-color: #770387; }
a { background-color: rgb(119,3,135); }
div.DivClassName
{
background-color: #770387;
}
.BgClassName
{
background-color: #770387;
}
</style>
border-color css
<style>
span { border-color: #770387; }
span { border-color: rgb(119,3,135); }
td.TdClassName
{
border-color: #770387;
}
.TagClassName
{
border-color: #770387;
}
</style>