Shades of Purple #770675
Tints of Purple #770675
RGB
CMYK
RGB Variations
Color information
#770675 (or 0x770675) is known color: Purple. HEX triplet: 77, 06 and 75. RGB value is (119,6,117). Sum of RGB (Red+Green+Blue) = 119+6+117=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #770675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770675 is #88F98A. Grayscale: #343434. Windows color (decimal): -8976779 or 7669367. OLE color: 7669367.
HSL color Cylindrical-coordinate representation of color #770675: hue angle of 301.06º 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 #770675 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 117 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.53 |
| HSL | 301.06º | 0.9% | 0.25% | - |
| HSV(B) | 301.06º | 0.95% | 0.47% | - |
| XYZ | 10.88 | 5.34 | 17.29 | - |
| YUV | 52.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 117 | 0 | 0.95 | 0.02 | 0.53 | 301.06 | 0.9 | 0.25 |
| Hex | 77 | 6 | 75 | 0 | 5F | 2 | 35 | 12D | 5A | 19 |
| Octal | 167 | 6 | 165 | 0 | 137 | 2 | 65 | 455 | 132 | 31 |
| Binary | 1110111 | 110 | 1110101 | 0 | 1011111 | 10 | 110101 | 100101101 | 1011010 | 11001 |
Color Harmonies of #770675
Complementary color
Monochromatic Colors of #770675
Black with #770675
Text Example
Text Example
White with #770675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770675; }
p { color: rgb(119,6,117); }
H1.HeaderClassName
{
color: #770675;
}
.AnyTagClassName
{
color: #770675;
}
</style>
background-color css
<style>
a { background-color: #770675; }
a { background-color: rgb(119,6,117); }
div.DivClassName
{
background-color: #770675;
}
.BgClassName
{
background-color: #770675;
}
</style>
border-color css
<style>
span { border-color: #770675; }
span { border-color: rgb(119,6,117); }
td.TdClassName
{
border-color: #770675;
}
.TagClassName
{
border-color: #770675;
}
</style>