Shades of Purple #770392
Tints of Purple #770392
RGB
CMYK
RGB Variations
Color information
#770392 (or 0x770392) is known color: Purple. HEX triplet: 77, 03 and 92. RGB value is (119,3,146). Sum of RGB (Red+Green+Blue) = 119+3+146=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #770392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770392 is #88FC6D. Grayscale: #353535. Windows color (decimal): -8977518 or 9569143. OLE color: 9569143.
HSL color Cylindrical-coordinate representation of color #770392: hue angle of 288.67º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770392 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 3 | 146 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.43 |
| HSL | 288.67º | 0.96% | 0.29% | - |
| HSV(B) | 288.67º | 0.98% | 0.57% | - |
| XYZ | 12.83 | 6.06 | 27.69 | - |
| YUV | 53.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 146 | 0.18 | 0.98 | 0 | 0.43 | 288.67 | 0.96 | 0.29 |
| Hex | 77 | 3 | 92 | 12 | 62 | 0 | 2B | 121 | 60 | 1D |
| Octal | 167 | 3 | 222 | 22 | 142 | 0 | 53 | 441 | 140 | 35 |
| Binary | 1110111 | 11 | 10010010 | 10010 | 1100010 | 0 | 101011 | 100100001 | 1100000 | 11101 |
Color Harmonies of #770392
Complementary color
Monochromatic Colors of #770392
Black with #770392
Text Example
Text Example
White with #770392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770392; }
p { color: rgb(119,3,146); }
H1.HeaderClassName
{
color: #770392;
}
.AnyTagClassName
{
color: #770392;
}
</style>
background-color css
<style>
a { background-color: #770392; }
a { background-color: rgb(119,3,146); }
div.DivClassName
{
background-color: #770392;
}
.BgClassName
{
background-color: #770392;
}
</style>
border-color css
<style>
span { border-color: #770392; }
span { border-color: rgb(119,3,146); }
td.TdClassName
{
border-color: #770392;
}
.TagClassName
{
border-color: #770392;
}
</style>