Shades of Purple #77087B
Tints of Purple #77087B
RGB
CMYK
RGB Variations
Color information
#77087B (or 0x77087B) is known color: Purple. HEX triplet: 77, 08 and 7B. RGB value is (119,8,123). Sum of RGB (Red+Green+Blue) = 119+8+123=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #77087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77087B is #88F784. Grayscale: #353535. Windows color (decimal): -8976261 or 8063095. OLE color: 8063095.
HSL color Cylindrical-coordinate representation of color #77087B: hue angle of 297.91º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77087B is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 8 | 123 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.52 |
| HSL | 297.91º | 0.88% | 0.26% | - |
| HSV(B) | 297.91º | 0.93% | 0.48% | - |
| XYZ | 11.27 | 5.53 | 19.21 | - |
| YUV | 54.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 123 | 0.03 | 0.93 | 0 | 0.52 | 297.91 | 0.88 | 0.26 |
| Hex | 77 | 8 | 7B | 3 | 5D | 0 | 34 | 12A | 58 | 1A |
| Octal | 167 | 10 | 173 | 3 | 135 | 0 | 64 | 452 | 130 | 32 |
| Binary | 1110111 | 1000 | 1111011 | 11 | 1011101 | 0 | 110100 | 100101010 | 1011000 | 11010 |
Color Harmonies of #77087B
Complementary color
Monochromatic Colors of #77087B
Black with #77087B
Text Example
Text Example
White with #77087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77087B; }
p { color: rgb(119,8,123); }
H1.HeaderClassName
{
color: #77087B;
}
.AnyTagClassName
{
color: #77087B;
}
</style>
background-color css
<style>
a { background-color: #77087B; }
a { background-color: rgb(119,8,123); }
div.DivClassName
{
background-color: #77087B;
}
.BgClassName
{
background-color: #77087B;
}
</style>
border-color css
<style>
span { border-color: #77087B; }
span { border-color: rgb(119,8,123); }
td.TdClassName
{
border-color: #77087B;
}
.TagClassName
{
border-color: #77087B;
}
</style>