Shades of Purple #770F7B
Tints of Purple #770F7B
RGB
CMYK
RGB Variations
Color information
#770F7B (or 0x770F7B) is known color: Purple. HEX triplet: 77, 0F and 7B. RGB value is (119,15,123). Sum of RGB (Red+Green+Blue) = 119+15+123=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #770F7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F7B is #88F084. Grayscale: #3A3A3A. Windows color (decimal): -8974469 or 8064887. OLE color: 8064887.
HSL color Cylindrical-coordinate representation of color #770F7B: hue angle of 297.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770F7B is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 15 | 123 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.52 |
| HSL | 297.78º | 0.78% | 0.27% | - |
| HSV(B) | 297.78º | 0.88% | 0.48% | - |
| XYZ | 11.35 | 5.69 | 19.24 | - |
| YUV | 58.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 123 | 0.03 | 0.88 | 0 | 0.52 | 297.78 | 0.78 | 0.27 |
| Hex | 77 | F | 7B | 3 | 58 | 0 | 34 | 12A | 4E | 1B |
| Octal | 167 | 17 | 173 | 3 | 130 | 0 | 64 | 452 | 116 | 33 |
| Binary | 1110111 | 1111 | 1111011 | 11 | 1011000 | 0 | 110100 | 100101010 | 1001110 | 11011 |
Color Harmonies of #770F7B
Complementary color
Monochromatic Colors of #770F7B
Black with #770F7B
Text Example
Text Example
White with #770F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F7B; }
p { color: rgb(119,15,123); }
H1.HeaderClassName
{
color: #770F7B;
}
.AnyTagClassName
{
color: #770F7B;
}
</style>
background-color css
<style>
a { background-color: #770F7B; }
a { background-color: rgb(119,15,123); }
div.DivClassName
{
background-color: #770F7B;
}
.BgClassName
{
background-color: #770F7B;
}
</style>
border-color css
<style>
span { border-color: #770F7B; }
span { border-color: rgb(119,15,123); }
td.TdClassName
{
border-color: #770F7B;
}
.TagClassName
{
border-color: #770F7B;
}
</style>