Shades of Purple #77027F
Tints of Purple #77027F
RGB
CMYK
RGB Variations
Color information
#77027F (or 0x77027F) is known color: Purple. HEX triplet: 77, 02 and 7F. RGB value is (119,2,127). Sum of RGB (Red+Green+Blue) = 119+2+127=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #77027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77027F is #88FD80. Grayscale: #323232. Windows color (decimal): -8977793 or 8323703. OLE color: 8323703.
HSL color Cylindrical-coordinate representation of color #77027F: hue angle of 296.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77027F is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 2 | 127 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.50 |
| HSL | 296.16º | 0.97% | 0.25% | - |
| HSV(B) | 296.16º | 0.98% | 0.5% | - |
| XYZ | 11.46 | 5.5 | 20.54 | - |
| YUV | 51.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 127 | 0.06 | 0.98 | 0 | 0.50 | 296.16 | 0.97 | 0.25 |
| Hex | 77 | 2 | 7F | 6 | 62 | 0 | 32 | 128 | 61 | 19 |
| Octal | 167 | 2 | 177 | 6 | 142 | 0 | 62 | 450 | 141 | 31 |
| Binary | 1110111 | 10 | 1111111 | 110 | 1100010 | 0 | 110010 | 100101000 | 1100001 | 11001 |
Color Harmonies of #77027F
Complementary color
Monochromatic Colors of #77027F
Black with #77027F
Text Example
Text Example
White with #77027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77027F; }
p { color: rgb(119,2,127); }
H1.HeaderClassName
{
color: #77027F;
}
.AnyTagClassName
{
color: #77027F;
}
</style>
background-color css
<style>
a { background-color: #77027F; }
a { background-color: rgb(119,2,127); }
div.DivClassName
{
background-color: #77027F;
}
.BgClassName
{
background-color: #77027F;
}
</style>
border-color css
<style>
span { border-color: #77027F; }
span { border-color: rgb(119,2,127); }
td.TdClassName
{
border-color: #77027F;
}
.TagClassName
{
border-color: #77027F;
}
</style>