Shades of Purple #770582
Tints of Purple #770582
RGB
CMYK
RGB Variations
Color information
#770582 (or 0x770582) is known color: Purple. HEX triplet: 77, 05 and 82. RGB value is (119,5,130). Sum of RGB (Red+Green+Blue) = 119+5+130=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #770582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770582 is #88FA7D. Grayscale: #343434. Windows color (decimal): -8977022 or 8521079. OLE color: 8521079.
HSL color Cylindrical-coordinate representation of color #770582: hue angle of 294.72º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770582 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 5 | 130 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.49 |
| HSL | 294.72º | 0.93% | 0.26% | - |
| HSV(B) | 294.72º | 0.96% | 0.51% | - |
| XYZ | 11.69 | 5.64 | 21.59 | - |
| YUV | 53.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 130 | 0.08 | 0.96 | 0 | 0.49 | 294.72 | 0.93 | 0.26 |
| Hex | 77 | 5 | 82 | 8 | 60 | 0 | 31 | 127 | 5D | 1A |
| Octal | 167 | 5 | 202 | 10 | 140 | 0 | 61 | 447 | 135 | 32 |
| Binary | 1110111 | 101 | 10000010 | 1000 | 1100000 | 0 | 110001 | 100100111 | 1011101 | 11010 |
Color Harmonies of #770582
Complementary color
Monochromatic Colors of #770582
Black with #770582
Text Example
Text Example
White with #770582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770582; }
p { color: rgb(119,5,130); }
H1.HeaderClassName
{
color: #770582;
}
.AnyTagClassName
{
color: #770582;
}
</style>
background-color css
<style>
a { background-color: #770582; }
a { background-color: rgb(119,5,130); }
div.DivClassName
{
background-color: #770582;
}
.BgClassName
{
background-color: #770582;
}
</style>
border-color css
<style>
span { border-color: #770582; }
span { border-color: rgb(119,5,130); }
td.TdClassName
{
border-color: #770582;
}
.TagClassName
{
border-color: #770582;
}
</style>