Shades of Purple #770291
Tints of Purple #770291
RGB
CMYK
RGB Variations
Color information
#770291 (or 0x770291) is known color: Purple. HEX triplet: 77, 02 and 91. RGB value is (119,2,145). Sum of RGB (Red+Green+Blue) = 119+2+145=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #770291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770291 is #88FD6E. Grayscale: #343434. Windows color (decimal): -8977775 or 9503351. OLE color: 9503351.
HSL color Cylindrical-coordinate representation of color #770291: hue angle of 289.09º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770291 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 2 | 145 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.43 |
| HSL | 289.09º | 0.97% | 0.29% | - |
| HSV(B) | 289.09º | 0.99% | 0.57% | - |
| XYZ | 12.74 | 6.01 | 27.28 | - |
| YUV | 53.29 | 179.76 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 145 | 0.18 | 0.99 | 0 | 0.43 | 289.09 | 0.97 | 0.29 |
| Hex | 77 | 2 | 91 | 12 | 63 | 0 | 2B | 121 | 61 | 1D |
| Octal | 167 | 2 | 221 | 22 | 143 | 0 | 53 | 441 | 141 | 35 |
| Binary | 1110111 | 10 | 10010001 | 10010 | 1100011 | 0 | 101011 | 100100001 | 1100001 | 11101 |
Color Harmonies of #770291
Complementary color
Monochromatic Colors of #770291
Black with #770291
Text Example
Text Example
White with #770291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770291; }
p { color: rgb(119,2,145); }
H1.HeaderClassName
{
color: #770291;
}
.AnyTagClassName
{
color: #770291;
}
</style>
background-color css
<style>
a { background-color: #770291; }
a { background-color: rgb(119,2,145); }
div.DivClassName
{
background-color: #770291;
}
.BgClassName
{
background-color: #770291;
}
</style>
border-color css
<style>
span { border-color: #770291; }
span { border-color: rgb(119,2,145); }
td.TdClassName
{
border-color: #770291;
}
.TagClassName
{
border-color: #770291;
}
</style>