Shades of Purple #77007B
Tints of Purple #77007B
RGB
CMYK
RGB Variations
Color information
#77007B (or 0x77007B) is known color: Purple. HEX triplet: 77, 00 and 7B. RGB value is (119,0,123). Sum of RGB (Red+Green+Blue) = 119+0+123=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #77007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77007B is #88FF84. Grayscale: #313131. Windows color (decimal): -8978309 or 8061047. OLE color: 8061047.
HSL color Cylindrical-coordinate representation of color #77007B: hue angle of 298.05º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77007B is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 0 | 123 | - |
| CMYK | 0.03 | 1 | 0 | 0.52 |
| HSL | 298.05º | 1% | 0.24% | - |
| HSV(B) | 298.05º | 1% | 0.48% | - |
| XYZ | 11.18 | 5.35 | 19.18 | - |
| YUV | 49.6 | 169.42 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 123 | 0.03 | 1 | 0 | 0.52 | 298.05 | 1 | 0.24 |
| Hex | 77 | 0 | 7B | 3 | 64 | 0 | 34 | 12A | 64 | 18 |
| Octal | 167 | 0 | 173 | 3 | 144 | 0 | 64 | 452 | 144 | 30 |
| Binary | 1110111 | 0 | 1111011 | 11 | 1100100 | 0 | 110100 | 100101010 | 1100100 | 11000 |
Color Harmonies of #77007B
Complementary color
Monochromatic Colors of #77007B
Black with #77007B
Text Example
Text Example
White with #77007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77007B; }
p { color: rgb(119,0,123); }
H1.HeaderClassName
{
color: #77007B;
}
.AnyTagClassName
{
color: #77007B;
}
</style>
background-color css
<style>
a { background-color: #77007B; }
a { background-color: rgb(119,0,123); }
div.DivClassName
{
background-color: #77007B;
}
.BgClassName
{
background-color: #77007B;
}
</style>
border-color css
<style>
span { border-color: #77007B; }
span { border-color: rgb(119,0,123); }
td.TdClassName
{
border-color: #77007B;
}
.TagClassName
{
border-color: #77007B;
}
</style>