Shades of Purple #770085
Tints of Purple #770085
RGB
CMYK
RGB Variations
Color information
#770085 (or 0x770085) is known color: Purple. HEX triplet: 77, 00 and 85. RGB value is (119,0,133). Sum of RGB (Red+Green+Blue) = 119+0+133=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #770085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770085 is #88FF7A. Grayscale: #323232. Windows color (decimal): -8978299 or 8716407. OLE color: 8716407.
HSL color Cylindrical-coordinate representation of color #770085: hue angle of 293.68º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770085 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 0 | 133 | - |
| CMYK | 0.11 | 1 | 0 | 0.48 |
| HSL | 293.68º | 1% | 0.26% | - |
| HSV(B) | 293.68º | 1% | 0.52% | - |
| XYZ | 11.84 | 5.62 | 22.65 | - |
| YUV | 50.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 133 | 0.11 | 1 | 0 | 0.48 | 293.68 | 1 | 0.26 |
| Hex | 77 | 0 | 85 | B | 64 | 0 | 30 | 126 | 64 | 1A |
| Octal | 167 | 0 | 205 | 13 | 144 | 0 | 60 | 446 | 144 | 32 |
| Binary | 1110111 | 0 | 10000101 | 1011 | 1100100 | 0 | 110000 | 100100110 | 1100100 | 11010 |
Color Harmonies of #770085
Complementary color
Monochromatic Colors of #770085
Black with #770085
Text Example
Text Example
White with #770085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770085; }
p { color: rgb(119,0,133); }
H1.HeaderClassName
{
color: #770085;
}
.AnyTagClassName
{
color: #770085;
}
</style>
background-color css
<style>
a { background-color: #770085; }
a { background-color: rgb(119,0,133); }
div.DivClassName
{
background-color: #770085;
}
.BgClassName
{
background-color: #770085;
}
</style>
border-color css
<style>
span { border-color: #770085; }
span { border-color: rgb(119,0,133); }
td.TdClassName
{
border-color: #770085;
}
.TagClassName
{
border-color: #770085;
}
</style>