Shades of Purple #77127B
Tints of Purple #77127B
RGB
CMYK
RGB Variations
Color information
#77127B (or 0x77127B) is known color: Purple. HEX triplet: 77, 12 and 7B. RGB value is (119,18,123). Sum of RGB (Red+Green+Blue) = 119+18+123=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #77127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77127B is #88ED84. Grayscale: #3B3B3B. Windows color (decimal): -8973701 or 8065655. OLE color: 8065655.
HSL color Cylindrical-coordinate representation of color #77127B: hue angle of 297.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77127B is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 18 | 123 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.52 |
| HSL | 297.71º | 0.74% | 0.28% | - |
| HSV(B) | 297.71º | 0.85% | 0.48% | - |
| XYZ | 11.4 | 5.78 | 19.25 | - |
| YUV | 60.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 123 | 0.03 | 0.85 | 0 | 0.52 | 297.71 | 0.74 | 0.28 |
| Hex | 77 | 12 | 7B | 3 | 55 | 0 | 34 | 12A | 4A | 1C |
| Octal | 167 | 22 | 173 | 3 | 125 | 0 | 64 | 452 | 112 | 34 |
| Binary | 1110111 | 10010 | 1111011 | 11 | 1010101 | 0 | 110100 | 100101010 | 1001010 | 11100 |
Color Harmonies of #77127B
Complementary color
Monochromatic Colors of #77127B
Black with #77127B
Text Example
Text Example
White with #77127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77127B; }
p { color: rgb(119,18,123); }
H1.HeaderClassName
{
color: #77127B;
}
.AnyTagClassName
{
color: #77127B;
}
</style>
background-color css
<style>
a { background-color: #77127B; }
a { background-color: rgb(119,18,123); }
div.DivClassName
{
background-color: #77127B;
}
.BgClassName
{
background-color: #77127B;
}
</style>
border-color css
<style>
span { border-color: #77127B; }
span { border-color: rgb(119,18,123); }
td.TdClassName
{
border-color: #77127B;
}
.TagClassName
{
border-color: #77127B;
}
</style>