Shades of Purple #77147B
Tints of Purple #77147B
RGB
CMYK
RGB Variations
Color information
#77147B (or 0x77147B) is known color: Purple. HEX triplet: 77, 14 and 7B. RGB value is (119,20,123). Sum of RGB (Red+Green+Blue) = 119+20+123=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #77147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77147B is #88EB84. Grayscale: #3D3D3D. Windows color (decimal): -8973189 or 8066167. OLE color: 8066167.
HSL color Cylindrical-coordinate representation of color #77147B: hue angle of 297.67º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77147B is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 20 | 123 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.52 |
| HSL | 297.67º | 0.72% | 0.28% | - |
| HSV(B) | 297.67º | 0.84% | 0.48% | - |
| XYZ | 11.43 | 5.85 | 19.27 | - |
| YUV | 61.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 123 | 0.03 | 0.84 | 0 | 0.52 | 297.67 | 0.72 | 0.28 |
| Hex | 77 | 14 | 7B | 3 | 54 | 0 | 34 | 12A | 48 | 1C |
| Octal | 167 | 24 | 173 | 3 | 124 | 0 | 64 | 452 | 110 | 34 |
| Binary | 1110111 | 10100 | 1111011 | 11 | 1010100 | 0 | 110100 | 100101010 | 1001000 | 11100 |
Color Harmonies of #77147B
Complementary color
Monochromatic Colors of #77147B
Black with #77147B
Text Example
Text Example
White with #77147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77147B; }
p { color: rgb(119,20,123); }
H1.HeaderClassName
{
color: #77147B;
}
.AnyTagClassName
{
color: #77147B;
}
</style>
background-color css
<style>
a { background-color: #77147B; }
a { background-color: rgb(119,20,123); }
div.DivClassName
{
background-color: #77147B;
}
.BgClassName
{
background-color: #77147B;
}
</style>
border-color css
<style>
span { border-color: #77147B; }
span { border-color: rgb(119,20,123); }
td.TdClassName
{
border-color: #77147B;
}
.TagClassName
{
border-color: #77147B;
}
</style>