Shades of Purple #770672
Tints of Purple #770672
RGB
CMYK
RGB Variations
Color information
#770672 (or 0x770672) is known color: Purple. HEX triplet: 77, 06 and 72. RGB value is (119,6,114). Sum of RGB (Red+Green+Blue) = 119+6+114=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #770672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770672 is #88F98D. Grayscale: #333333. Windows color (decimal): -8976782 or 7472759. OLE color: 7472759.
HSL color Cylindrical-coordinate representation of color #770672: hue angle of 302.65º 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 #770672 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 114 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.53 |
| HSL | 302.65º | 0.9% | 0.25% | - |
| HSV(B) | 302.65º | 0.95% | 0.47% | - |
| XYZ | 10.71 | 5.27 | 16.37 | - |
| YUV | 52.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 114 | 0 | 0.95 | 0.04 | 0.53 | 302.65 | 0.9 | 0.25 |
| Hex | 77 | 6 | 72 | 0 | 5F | 4 | 35 | 12F | 5A | 19 |
| Octal | 167 | 6 | 162 | 0 | 137 | 4 | 65 | 457 | 132 | 31 |
| Binary | 1110111 | 110 | 1110010 | 0 | 1011111 | 100 | 110101 | 100101111 | 1011010 | 11001 |
Color Harmonies of #770672
Complementary color
Monochromatic Colors of #770672
Black with #770672
Text Example
Text Example
White with #770672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770672; }
p { color: rgb(119,6,114); }
H1.HeaderClassName
{
color: #770672;
}
.AnyTagClassName
{
color: #770672;
}
</style>
background-color css
<style>
a { background-color: #770672; }
a { background-color: rgb(119,6,114); }
div.DivClassName
{
background-color: #770672;
}
.BgClassName
{
background-color: #770672;
}
</style>
border-color css
<style>
span { border-color: #770672; }
span { border-color: rgb(119,6,114); }
td.TdClassName
{
border-color: #770672;
}
.TagClassName
{
border-color: #770672;
}
</style>