Shades of Purple #770665
Tints of Purple #770665
RGB
CMYK
RGB Variations
Color information
#770665 (or 0x770665) is known color: Purple. HEX triplet: 77, 06 and 65. RGB value is (119,6,101). Sum of RGB (Red+Green+Blue) = 119+6+101=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #770665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770665 is #88F99A. Grayscale: #323232. Windows color (decimal): -8976795 or 6620791. OLE color: 6620791.
HSL color Cylindrical-coordinate representation of color #770665: hue angle of 309.56º 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 #770665 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 101 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.53 |
| HSL | 309.56º | 0.9% | 0.25% | - |
| HSV(B) | 309.56º | 0.95% | 0.47% | - |
| XYZ | 10.02 | 4.99 | 12.75 | - |
| YUV | 50.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 101 | 0 | 0.95 | 0.15 | 0.53 | 309.56 | 0.9 | 0.25 |
| Hex | 77 | 6 | 65 | 0 | 5F | F | 35 | 136 | 5A | 19 |
| Octal | 167 | 6 | 145 | 0 | 137 | 17 | 65 | 466 | 132 | 31 |
| Binary | 1110111 | 110 | 1100101 | 0 | 1011111 | 1111 | 110101 | 100110110 | 1011010 | 11001 |
Color Harmonies of #770665
Complementary color
Monochromatic Colors of #770665
Black with #770665
Text Example
Text Example
White with #770665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770665; }
p { color: rgb(119,6,101); }
H1.HeaderClassName
{
color: #770665;
}
.AnyTagClassName
{
color: #770665;
}
</style>
background-color css
<style>
a { background-color: #770665; }
a { background-color: rgb(119,6,101); }
div.DivClassName
{
background-color: #770665;
}
.BgClassName
{
background-color: #770665;
}
</style>
border-color css
<style>
span { border-color: #770665; }
span { border-color: rgb(119,6,101); }
td.TdClassName
{
border-color: #770665;
}
.TagClassName
{
border-color: #770665;
}
</style>