Shades of Purple #770271
Tints of Purple #770271
RGB
CMYK
RGB Variations
Color information
#770271 (or 0x770271) is known color: Purple. HEX triplet: 77, 02 and 71. RGB value is (119,2,113). Sum of RGB (Red+Green+Blue) = 119+2+113=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #770271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770271 is #88FD8E. Grayscale: #313131. Windows color (decimal): -8977807 or 7406199. OLE color: 7406199.
HSL color Cylindrical-coordinate representation of color #770271: hue angle of 303.08º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770271 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 113 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.53 |
| HSL | 303.08º | 0.97% | 0.24% | - |
| HSV(B) | 303.08º | 0.98% | 0.47% | - |
| XYZ | 10.61 | 5.16 | 16.06 | - |
| YUV | 49.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 113 | 0 | 0.98 | 0.05 | 0.53 | 303.08 | 0.97 | 0.24 |
| Hex | 77 | 2 | 71 | 0 | 62 | 5 | 35 | 12F | 61 | 18 |
| Octal | 167 | 2 | 161 | 0 | 142 | 5 | 65 | 457 | 141 | 30 |
| Binary | 1110111 | 10 | 1110001 | 0 | 1100010 | 101 | 110101 | 100101111 | 1100001 | 11000 |
Color Harmonies of #770271
Complementary color
Monochromatic Colors of #770271
Black with #770271
Text Example
Text Example
White with #770271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770271; }
p { color: rgb(119,2,113); }
H1.HeaderClassName
{
color: #770271;
}
.AnyTagClassName
{
color: #770271;
}
</style>
background-color css
<style>
a { background-color: #770271; }
a { background-color: rgb(119,2,113); }
div.DivClassName
{
background-color: #770271;
}
.BgClassName
{
background-color: #770271;
}
</style>
border-color css
<style>
span { border-color: #770271; }
span { border-color: rgb(119,2,113); }
td.TdClassName
{
border-color: #770271;
}
.TagClassName
{
border-color: #770271;
}
</style>