Shades of Purple #770293
Tints of Purple #770293
RGB
CMYK
RGB Variations
Color information
#770293 (or 0x770293) is known color: Purple. HEX triplet: 77, 02 and 93. RGB value is (119,2,147). Sum of RGB (Red+Green+Blue) = 119+2+147=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #770293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770293 is #88FD6C. Grayscale: #353535. Windows color (decimal): -8977773 or 9634423. OLE color: 9634423.
HSL color Cylindrical-coordinate representation of color #770293: hue angle of 288.41º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770293 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 2 | 147 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.42 |
| HSL | 288.41º | 0.97% | 0.29% | - |
| HSV(B) | 288.41º | 0.99% | 0.58% | - |
| XYZ | 12.9 | 6.07 | 28.1 | - |
| YUV | 53.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 147 | 0.19 | 0.99 | 0 | 0.42 | 288.41 | 0.97 | 0.29 |
| Hex | 77 | 2 | 93 | 13 | 63 | 0 | 2A | 120 | 61 | 1D |
| Octal | 167 | 2 | 223 | 23 | 143 | 0 | 52 | 440 | 141 | 35 |
| Binary | 1110111 | 10 | 10010011 | 10011 | 1100011 | 0 | 101010 | 100100000 | 1100001 | 11101 |
Color Harmonies of #770293
Complementary color
Monochromatic Colors of #770293
Black with #770293
Text Example
Text Example
White with #770293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770293; }
p { color: rgb(119,2,147); }
H1.HeaderClassName
{
color: #770293;
}
.AnyTagClassName
{
color: #770293;
}
</style>
background-color css
<style>
a { background-color: #770293; }
a { background-color: rgb(119,2,147); }
div.DivClassName
{
background-color: #770293;
}
.BgClassName
{
background-color: #770293;
}
</style>
border-color css
<style>
span { border-color: #770293; }
span { border-color: rgb(119,2,147); }
td.TdClassName
{
border-color: #770293;
}
.TagClassName
{
border-color: #770293;
}
</style>