Shades of Purple #770673
Tints of Purple #770673
RGB
CMYK
RGB Variations
Color information
#770673 (or 0x770673) is known color: Purple. HEX triplet: 77, 06 and 73. RGB value is (119,6,115). Sum of RGB (Red+Green+Blue) = 119+6+115=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #770673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770673 is #88F98C. Grayscale: #333333. Windows color (decimal): -8976781 or 7538295. OLE color: 7538295.
HSL color Cylindrical-coordinate representation of color #770673: hue angle of 302.12º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770673 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 115 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.53 |
| HSL | 302.12º | 0.9% | 0.25% | - |
| HSV(B) | 302.12º | 0.95% | 0.47% | - |
| XYZ | 10.77 | 5.29 | 16.67 | - |
| YUV | 52.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 115 | 0 | 0.95 | 0.03 | 0.53 | 302.12 | 0.9 | 0.25 |
| Hex | 77 | 6 | 73 | 0 | 5F | 3 | 35 | 12E | 5A | 19 |
| Octal | 167 | 6 | 163 | 0 | 137 | 3 | 65 | 456 | 132 | 31 |
| Binary | 1110111 | 110 | 1110011 | 0 | 1011111 | 11 | 110101 | 100101110 | 1011010 | 11001 |
Color Harmonies of #770673
Complementary color
Monochromatic Colors of #770673
Black with #770673
Text Example
Text Example
White with #770673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770673; }
p { color: rgb(119,6,115); }
H1.HeaderClassName
{
color: #770673;
}
.AnyTagClassName
{
color: #770673;
}
</style>
background-color css
<style>
a { background-color: #770673; }
a { background-color: rgb(119,6,115); }
div.DivClassName
{
background-color: #770673;
}
.BgClassName
{
background-color: #770673;
}
</style>
border-color css
<style>
span { border-color: #770673; }
span { border-color: rgb(119,6,115); }
td.TdClassName
{
border-color: #770673;
}
.TagClassName
{
border-color: #770673;
}
</style>