Shades of Purple #77016B
Tints of Purple #77016B
RGB
CMYK
RGB Variations
Color information
#77016B (or 0x77016B) is known color: Purple. HEX triplet: 77, 01 and 6B. RGB value is (119,1,107). Sum of RGB (Red+Green+Blue) = 119+1+107=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77016B is #88FE94. Grayscale: #303030. Windows color (decimal): -8978069 or 7012727. OLE color: 7012727.
HSL color Cylindrical-coordinate representation of color #77016B: hue angle of 306.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77016B is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.53 |
| HSL | 306.1º | 0.98% | 0.24% | - |
| HSV(B) | 306.1º | 0.99% | 0.47% | - |
| XYZ | 10.27 | 5.01 | 14.33 | - |
| YUV | 48.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 107 | 0 | 0.99 | 0.10 | 0.53 | 306.1 | 0.98 | 0.24 |
| Hex | 77 | 1 | 6B | 0 | 63 | A | 35 | 132 | 62 | 18 |
| Octal | 167 | 1 | 153 | 0 | 143 | 12 | 65 | 462 | 142 | 30 |
| Binary | 1110111 | 1 | 1101011 | 0 | 1100011 | 1010 | 110101 | 100110010 | 1100010 | 11000 |
Color Harmonies of #77016B
Complementary color
Monochromatic Colors of #77016B
Black with #77016B
Text Example
Text Example
White with #77016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77016B; }
p { color: rgb(119,1,107); }
H1.HeaderClassName
{
color: #77016B;
}
.AnyTagClassName
{
color: #77016B;
}
</style>
background-color css
<style>
a { background-color: #77016B; }
a { background-color: rgb(119,1,107); }
div.DivClassName
{
background-color: #77016B;
}
.BgClassName
{
background-color: #77016B;
}
</style>
border-color css
<style>
span { border-color: #77016B; }
span { border-color: rgb(119,1,107); }
td.TdClassName
{
border-color: #77016B;
}
.TagClassName
{
border-color: #77016B;
}
</style>