Shades of Purple #77018A
Tints of Purple #77018A
RGB
CMYK
RGB Variations
Color information
#77018A (or 0x77018A) is known color: Purple. HEX triplet: 77, 01 and 8A. RGB value is (119,1,138). Sum of RGB (Red+Green+Blue) = 119+1+138=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #77018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77018A is #88FE75. Grayscale: #333333. Windows color (decimal): -8978038 or 9044343. OLE color: 9044343.
HSL color Cylindrical-coordinate representation of color #77018A: hue angle of 291.68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77018A is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 1 | 138 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.46 |
| HSL | 291.68º | 0.99% | 0.27% | - |
| HSV(B) | 291.68º | 0.99% | 0.54% | - |
| XYZ | 12.21 | 5.78 | 24.52 | - |
| YUV | 51.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 138 | 0.14 | 0.99 | 0 | 0.46 | 291.68 | 0.99 | 0.27 |
| Hex | 77 | 1 | 8A | E | 63 | 0 | 2E | 124 | 63 | 1B |
| Octal | 167 | 1 | 212 | 16 | 143 | 0 | 56 | 444 | 143 | 33 |
| Binary | 1110111 | 1 | 10001010 | 1110 | 1100011 | 0 | 101110 | 100100100 | 1100011 | 11011 |
Color Harmonies of #77018A
Complementary color
Monochromatic Colors of #77018A
Black with #77018A
Text Example
Text Example
White with #77018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77018A; }
p { color: rgb(119,1,138); }
H1.HeaderClassName
{
color: #77018A;
}
.AnyTagClassName
{
color: #77018A;
}
</style>
background-color css
<style>
a { background-color: #77018A; }
a { background-color: rgb(119,1,138); }
div.DivClassName
{
background-color: #77018A;
}
.BgClassName
{
background-color: #77018A;
}
</style>
border-color css
<style>
span { border-color: #77018A; }
span { border-color: rgb(119,1,138); }
td.TdClassName
{
border-color: #77018A;
}
.TagClassName
{
border-color: #77018A;
}
</style>