Shades of Purple #770388
Tints of Purple #770388
RGB
CMYK
RGB Variations
Color information
#770388 (or 0x770388) is known color: Purple. HEX triplet: 77, 03 and 88. RGB value is (119,3,136). Sum of RGB (Red+Green+Blue) = 119+3+136=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #770388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770388 is #88FC77. Grayscale: #343434. Windows color (decimal): -8977528 or 8913783. OLE color: 8913783.
HSL color Cylindrical-coordinate representation of color #770388: hue angle of 292.33º 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 #770388 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 3 | 136 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.47 |
| HSL | 292.33º | 0.96% | 0.27% | - |
| HSV(B) | 292.33º | 0.98% | 0.53% | - |
| XYZ | 12.08 | 5.76 | 23.77 | - |
| YUV | 52.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 136 | 0.12 | 0.98 | 0 | 0.47 | 292.33 | 0.96 | 0.27 |
| Hex | 77 | 3 | 88 | C | 62 | 0 | 2F | 124 | 60 | 1B |
| Octal | 167 | 3 | 210 | 14 | 142 | 0 | 57 | 444 | 140 | 33 |
| Binary | 1110111 | 11 | 10001000 | 1100 | 1100010 | 0 | 101111 | 100100100 | 1100000 | 11011 |
Color Harmonies of #770388
Complementary color
Monochromatic Colors of #770388
Black with #770388
Text Example
Text Example
White with #770388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770388; }
p { color: rgb(119,3,136); }
H1.HeaderClassName
{
color: #770388;
}
.AnyTagClassName
{
color: #770388;
}
</style>
background-color css
<style>
a { background-color: #770388; }
a { background-color: rgb(119,3,136); }
div.DivClassName
{
background-color: #770388;
}
.BgClassName
{
background-color: #770388;
}
</style>
border-color css
<style>
span { border-color: #770388; }
span { border-color: rgb(119,3,136); }
td.TdClassName
{
border-color: #770388;
}
.TagClassName
{
border-color: #770388;
}
</style>