Shades of Purple #77038F
Tints of Purple #77038F
RGB
CMYK
RGB Variations
Color information
#77038F (or 0x77038F) is known color: Purple. HEX triplet: 77, 03 and 8F. RGB value is (119,3,143). Sum of RGB (Red+Green+Blue) = 119+3+143=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #77038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77038F is #88FC70. Grayscale: #353535. Windows color (decimal): -8977521 or 9372535. OLE color: 9372535.
HSL color Cylindrical-coordinate representation of color #77038F: hue angle of 289.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77038F is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 3 | 143 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.44 |
| HSL | 289.71º | 0.96% | 0.29% | - |
| HSV(B) | 289.71º | 0.98% | 0.56% | - |
| XYZ | 12.6 | 5.97 | 26.47 | - |
| YUV | 53.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 143 | 0.17 | 0.98 | 0 | 0.44 | 289.71 | 0.96 | 0.29 |
| Hex | 77 | 3 | 8F | 11 | 62 | 0 | 2C | 122 | 60 | 1D |
| Octal | 167 | 3 | 217 | 21 | 142 | 0 | 54 | 442 | 140 | 35 |
| Binary | 1110111 | 11 | 10001111 | 10001 | 1100010 | 0 | 101100 | 100100010 | 1100000 | 11101 |
Color Harmonies of #77038F
Complementary color
Monochromatic Colors of #77038F
Black with #77038F
Text Example
Text Example
White with #77038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77038F; }
p { color: rgb(119,3,143); }
H1.HeaderClassName
{
color: #77038F;
}
.AnyTagClassName
{
color: #77038F;
}
</style>
background-color css
<style>
a { background-color: #77038F; }
a { background-color: rgb(119,3,143); }
div.DivClassName
{
background-color: #77038F;
}
.BgClassName
{
background-color: #77038F;
}
</style>
border-color css
<style>
span { border-color: #77038F; }
span { border-color: rgb(119,3,143); }
td.TdClassName
{
border-color: #77038F;
}
.TagClassName
{
border-color: #77038F;
}
</style>