Shades of Purple #770568
Tints of Purple #770568
RGB
CMYK
RGB Variations
Color information
#770568 (or 0x770568) is known color: Purple. HEX triplet: 77, 05 and 68. RGB value is (119,5,104). Sum of RGB (Red+Green+Blue) = 119+5+104=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #770568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770568 is #88FA97. Grayscale: #323232. Windows color (decimal): -8977048 or 6817143. OLE color: 6817143.
HSL color Cylindrical-coordinate representation of color #770568: hue angle of 307.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770568 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 104 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.53 |
| HSL | 307.89º | 0.92% | 0.24% | - |
| HSV(B) | 307.89º | 0.96% | 0.47% | - |
| XYZ | 10.16 | 5.03 | 13.53 | - |
| YUV | 50.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 104 | 0 | 0.96 | 0.13 | 0.53 | 307.89 | 0.92 | 0.24 |
| Hex | 77 | 5 | 68 | 0 | 60 | D | 35 | 134 | 5C | 18 |
| Octal | 167 | 5 | 150 | 0 | 140 | 15 | 65 | 464 | 134 | 30 |
| Binary | 1110111 | 101 | 1101000 | 0 | 1100000 | 1101 | 110101 | 100110100 | 1011100 | 11000 |
Color Harmonies of #770568
Complementary color
Monochromatic Colors of #770568
Black with #770568
Text Example
Text Example
White with #770568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770568; }
p { color: rgb(119,5,104); }
H1.HeaderClassName
{
color: #770568;
}
.AnyTagClassName
{
color: #770568;
}
</style>
background-color css
<style>
a { background-color: #770568; }
a { background-color: rgb(119,5,104); }
div.DivClassName
{
background-color: #770568;
}
.BgClassName
{
background-color: #770568;
}
</style>
border-color css
<style>
span { border-color: #770568; }
span { border-color: rgb(119,5,104); }
td.TdClassName
{
border-color: #770568;
}
.TagClassName
{
border-color: #770568;
}
</style>