Shades of Purple #770264
Tints of Purple #770264
RGB
CMYK
RGB Variations
Color information
#770264 (or 0x770264) is known color: Purple. HEX triplet: 77, 02 and 64. RGB value is (119,2,100). Sum of RGB (Red+Green+Blue) = 119+2+100=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770264 is #88FD9B. Grayscale: #2F2F2F. Windows color (decimal): -8977820 or 6554231. OLE color: 6554231.
HSL color Cylindrical-coordinate representation of color #770264: hue angle of 309.74º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770264 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 100 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.53 |
| HSL | 309.74º | 0.97% | 0.24% | - |
| HSV(B) | 309.74º | 0.98% | 0.47% | - |
| XYZ | 9.93 | 4.89 | 12.48 | - |
| YUV | 48.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 100 | 0 | 0.98 | 0.16 | 0.53 | 309.74 | 0.97 | 0.24 |
| Hex | 77 | 2 | 64 | 0 | 62 | 10 | 35 | 136 | 61 | 18 |
| Octal | 167 | 2 | 144 | 0 | 142 | 20 | 65 | 466 | 141 | 30 |
| Binary | 1110111 | 10 | 1100100 | 0 | 1100010 | 10000 | 110101 | 100110110 | 1100001 | 11000 |
Color Harmonies of #770264
Complementary color
Monochromatic Colors of #770264
Black with #770264
Text Example
Text Example
White with #770264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770264; }
p { color: rgb(119,2,100); }
H1.HeaderClassName
{
color: #770264;
}
.AnyTagClassName
{
color: #770264;
}
</style>
background-color css
<style>
a { background-color: #770264; }
a { background-color: rgb(119,2,100); }
div.DivClassName
{
background-color: #770264;
}
.BgClassName
{
background-color: #770264;
}
</style>
border-color css
<style>
span { border-color: #770264; }
span { border-color: rgb(119,2,100); }
td.TdClassName
{
border-color: #770264;
}
.TagClassName
{
border-color: #770264;
}
</style>