Shades of Purple #77017C
Tints of Purple #77017C
RGB
CMYK
RGB Variations
Color information
#77017C (or 0x77017C) is known color: Purple. HEX triplet: 77, 01 and 7C. RGB value is (119,1,124). Sum of RGB (Red+Green+Blue) = 119+1+124=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #77017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77017C is #88FE83. Grayscale: #313131. Windows color (decimal): -8978052 or 8126839. OLE color: 8126839.
HSL color Cylindrical-coordinate representation of color #77017C: hue angle of 297.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77017C is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 1 | 124 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.51 |
| HSL | 297.56º | 0.98% | 0.25% | - |
| HSV(B) | 297.56º | 0.99% | 0.49% | - |
| XYZ | 11.26 | 5.4 | 19.52 | - |
| YUV | 50.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 124 | 0.04 | 0.99 | 0 | 0.51 | 297.56 | 0.98 | 0.25 |
| Hex | 77 | 1 | 7C | 4 | 63 | 0 | 33 | 12A | 62 | 19 |
| Octal | 167 | 1 | 174 | 4 | 143 | 0 | 63 | 452 | 142 | 31 |
| Binary | 1110111 | 1 | 1111100 | 100 | 1100011 | 0 | 110011 | 100101010 | 1100010 | 11001 |
Color Harmonies of #77017C
Complementary color
Monochromatic Colors of #77017C
Black with #77017C
Text Example
Text Example
White with #77017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77017C; }
p { color: rgb(119,1,124); }
H1.HeaderClassName
{
color: #77017C;
}
.AnyTagClassName
{
color: #77017C;
}
</style>
background-color css
<style>
a { background-color: #77017C; }
a { background-color: rgb(119,1,124); }
div.DivClassName
{
background-color: #77017C;
}
.BgClassName
{
background-color: #77017C;
}
</style>
border-color css
<style>
span { border-color: #77017C; }
span { border-color: rgb(119,1,124); }
td.TdClassName
{
border-color: #77017C;
}
.TagClassName
{
border-color: #77017C;
}
</style>