Shades of Purple #770379
Tints of Purple #770379
RGB
CMYK
RGB Variations
Color information
#770379 (or 0x770379) is known color: Purple. HEX triplet: 77, 03 and 79. RGB value is (119,3,121). Sum of RGB (Red+Green+Blue) = 119+3+121=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #770379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770379 is #88FC86. Grayscale: #323232. Windows color (decimal): -8977543 or 7930743. OLE color: 7930743.
HSL color Cylindrical-coordinate representation of color #770379: hue angle of 298.98º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770379 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 121 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.53 |
| HSL | 298.98º | 0.95% | 0.24% | - |
| HSV(B) | 298.98º | 0.98% | 0.47% | - |
| XYZ | 11.09 | 5.37 | 18.54 | - |
| YUV | 51.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 121 | 0.02 | 0.98 | 0 | 0.53 | 298.98 | 0.95 | 0.24 |
| Hex | 77 | 3 | 79 | 2 | 62 | 0 | 35 | 12B | 5F | 18 |
| Octal | 167 | 3 | 171 | 2 | 142 | 0 | 65 | 453 | 137 | 30 |
| Binary | 1110111 | 11 | 1111001 | 10 | 1100010 | 0 | 110101 | 100101011 | 1011111 | 11000 |
Color Harmonies of #770379
Complementary color
Monochromatic Colors of #770379
Black with #770379
Text Example
Text Example
White with #770379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770379; }
p { color: rgb(119,3,121); }
H1.HeaderClassName
{
color: #770379;
}
.AnyTagClassName
{
color: #770379;
}
</style>
background-color css
<style>
a { background-color: #770379; }
a { background-color: rgb(119,3,121); }
div.DivClassName
{
background-color: #770379;
}
.BgClassName
{
background-color: #770379;
}
</style>
border-color css
<style>
span { border-color: #770379; }
span { border-color: rgb(119,3,121); }
td.TdClassName
{
border-color: #770379;
}
.TagClassName
{
border-color: #770379;
}
</style>