Shades of Purple #77036B
Tints of Purple #77036B
RGB
CMYK
RGB Variations
Color information
#77036B (or 0x77036B) is known color: Purple. HEX triplet: 77, 03 and 6B. RGB value is (119,3,107). Sum of RGB (Red+Green+Blue) = 119+3+107=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77036B is #88FC94. Grayscale: #313131. Windows color (decimal): -8977557 or 7013239. OLE color: 7013239.
HSL color Cylindrical-coordinate representation of color #77036B: hue angle of 306.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77036B is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 107 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.53 |
| HSL | 306.21º | 0.95% | 0.24% | - |
| HSV(B) | 306.21º | 0.97% | 0.47% | - |
| XYZ | 10.29 | 5.05 | 14.34 | - |
| YUV | 49.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 107 | 0 | 0.97 | 0.10 | 0.53 | 306.21 | 0.95 | 0.24 |
| Hex | 77 | 3 | 6B | 0 | 61 | A | 35 | 132 | 5F | 18 |
| Octal | 167 | 3 | 153 | 0 | 141 | 12 | 65 | 462 | 137 | 30 |
| Binary | 1110111 | 11 | 1101011 | 0 | 1100001 | 1010 | 110101 | 100110010 | 1011111 | 11000 |
Color Harmonies of #77036B
Complementary color
Monochromatic Colors of #77036B
Black with #77036B
Text Example
Text Example
White with #77036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77036B; }
p { color: rgb(119,3,107); }
H1.HeaderClassName
{
color: #77036B;
}
.AnyTagClassName
{
color: #77036B;
}
</style>
background-color css
<style>
a { background-color: #77036B; }
a { background-color: rgb(119,3,107); }
div.DivClassName
{
background-color: #77036B;
}
.BgClassName
{
background-color: #77036B;
}
</style>
border-color css
<style>
span { border-color: #77036B; }
span { border-color: rgb(119,3,107); }
td.TdClassName
{
border-color: #77036B;
}
.TagClassName
{
border-color: #77036B;
}
</style>