Shades of Purple #77057B
Tints of Purple #77057B
RGB
CMYK
RGB Variations
Color information
#77057B (or 0x77057B) is known color: Purple. HEX triplet: 77, 05 and 7B. RGB value is (119,5,123). Sum of RGB (Red+Green+Blue) = 119+5+123=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #77057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77057B is #88FA84. Grayscale: #343434. Windows color (decimal): -8977029 or 8062327. OLE color: 8062327.
HSL color Cylindrical-coordinate representation of color #77057B: hue angle of 297.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77057B is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 5 | 123 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.52 |
| HSL | 297.97º | 0.92% | 0.25% | - |
| HSV(B) | 297.97º | 0.96% | 0.48% | - |
| XYZ | 11.24 | 5.46 | 19.2 | - |
| YUV | 52.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 123 | 0.03 | 0.96 | 0 | 0.52 | 297.97 | 0.92 | 0.25 |
| Hex | 77 | 5 | 7B | 3 | 60 | 0 | 34 | 12A | 5C | 19 |
| Octal | 167 | 5 | 173 | 3 | 140 | 0 | 64 | 452 | 134 | 31 |
| Binary | 1110111 | 101 | 1111011 | 11 | 1100000 | 0 | 110100 | 100101010 | 1011100 | 11001 |
Color Harmonies of #77057B
Complementary color
Monochromatic Colors of #77057B
Black with #77057B
Text Example
Text Example
White with #77057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77057B; }
p { color: rgb(119,5,123); }
H1.HeaderClassName
{
color: #77057B;
}
.AnyTagClassName
{
color: #77057B;
}
</style>
background-color css
<style>
a { background-color: #77057B; }
a { background-color: rgb(119,5,123); }
div.DivClassName
{
background-color: #77057B;
}
.BgClassName
{
background-color: #77057B;
}
</style>
border-color css
<style>
span { border-color: #77057B; }
span { border-color: rgb(119,5,123); }
td.TdClassName
{
border-color: #77057B;
}
.TagClassName
{
border-color: #77057B;
}
</style>