Shades of Purple #770283
Tints of Purple #770283
RGB
CMYK
RGB Variations
Color information
#770283 (or 0x770283) is known color: Purple. HEX triplet: 77, 02 and 83. RGB value is (119,2,131). Sum of RGB (Red+Green+Blue) = 119+2+131=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #770283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770283 is #88FD7C. Grayscale: #333333. Windows color (decimal): -8977789 or 8585847. OLE color: 8585847.
HSL color Cylindrical-coordinate representation of color #770283: hue angle of 294.42º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770283 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 2 | 131 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.49 |
| HSL | 294.42º | 0.97% | 0.26% | - |
| HSV(B) | 294.42º | 0.98% | 0.51% | - |
| XYZ | 11.73 | 5.6 | 21.94 | - |
| YUV | 51.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 131 | 0.09 | 0.98 | 0 | 0.49 | 294.42 | 0.97 | 0.26 |
| Hex | 77 | 2 | 83 | 9 | 62 | 0 | 31 | 126 | 61 | 1A |
| Octal | 167 | 2 | 203 | 11 | 142 | 0 | 61 | 446 | 141 | 32 |
| Binary | 1110111 | 10 | 10000011 | 1001 | 1100010 | 0 | 110001 | 100100110 | 1100001 | 11010 |
Color Harmonies of #770283
Complementary color
Monochromatic Colors of #770283
Black with #770283
Text Example
Text Example
White with #770283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770283; }
p { color: rgb(119,2,131); }
H1.HeaderClassName
{
color: #770283;
}
.AnyTagClassName
{
color: #770283;
}
</style>
background-color css
<style>
a { background-color: #770283; }
a { background-color: rgb(119,2,131); }
div.DivClassName
{
background-color: #770283;
}
.BgClassName
{
background-color: #770283;
}
</style>
border-color css
<style>
span { border-color: #770283; }
span { border-color: rgb(119,2,131); }
td.TdClassName
{
border-color: #770283;
}
.TagClassName
{
border-color: #770283;
}
</style>