Shades of Purple #770584
Tints of Purple #770584
RGB
CMYK
RGB Variations
Color information
#770584 (or 0x770584) is known color: Purple. HEX triplet: 77, 05 and 84. RGB value is (119,5,132). Sum of RGB (Red+Green+Blue) = 119+5+132=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #770584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770584 is #88FA7B. Grayscale: #353535. Windows color (decimal): -8977020 or 8652151. OLE color: 8652151.
HSL color Cylindrical-coordinate representation of color #770584: hue angle of 293.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770584 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 5 | 132 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.48 |
| HSL | 293.86º | 0.93% | 0.27% | - |
| HSV(B) | 293.86º | 0.96% | 0.52% | - |
| XYZ | 11.83 | 5.7 | 22.31 | - |
| YUV | 53.56 | 172.27 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 132 | 0.10 | 0.96 | 0 | 0.48 | 293.86 | 0.93 | 0.27 |
| Hex | 77 | 5 | 84 | A | 60 | 0 | 30 | 126 | 5D | 1B |
| Octal | 167 | 5 | 204 | 12 | 140 | 0 | 60 | 446 | 135 | 33 |
| Binary | 1110111 | 101 | 10000100 | 1010 | 1100000 | 0 | 110000 | 100100110 | 1011101 | 11011 |
Color Harmonies of #770584
Complementary color
Monochromatic Colors of #770584
Black with #770584
Text Example
Text Example
White with #770584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770584; }
p { color: rgb(119,5,132); }
H1.HeaderClassName
{
color: #770584;
}
.AnyTagClassName
{
color: #770584;
}
</style>
background-color css
<style>
a { background-color: #770584; }
a { background-color: rgb(119,5,132); }
div.DivClassName
{
background-color: #770584;
}
.BgClassName
{
background-color: #770584;
}
</style>
border-color css
<style>
span { border-color: #770584; }
span { border-color: rgb(119,5,132); }
td.TdClassName
{
border-color: #770584;
}
.TagClassName
{
border-color: #770584;
}
</style>