Shades of Purple #770267
Tints of Purple #770267
RGB
CMYK
RGB Variations
Color information
#770267 (or 0x770267) is known color: Purple. HEX triplet: 77, 02 and 67. RGB value is (119,2,103). Sum of RGB (Red+Green+Blue) = 119+2+103=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770267 is #88FD98. Grayscale: #303030. Windows color (decimal): -8977817 or 6750839. OLE color: 6750839.
HSL color Cylindrical-coordinate representation of color #770267: hue angle of 308.21º 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 #770267 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 103 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.53 |
| HSL | 308.21º | 0.97% | 0.24% | - |
| HSV(B) | 308.21º | 0.98% | 0.47% | - |
| XYZ | 10.08 | 4.94 | 13.26 | - |
| YUV | 48.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 103 | 0 | 0.98 | 0.13 | 0.53 | 308.21 | 0.97 | 0.24 |
| Hex | 77 | 2 | 67 | 0 | 62 | D | 35 | 134 | 61 | 18 |
| Octal | 167 | 2 | 147 | 0 | 142 | 15 | 65 | 464 | 141 | 30 |
| Binary | 1110111 | 10 | 1100111 | 0 | 1100010 | 1101 | 110101 | 100110100 | 1100001 | 11000 |
Color Harmonies of #770267
Complementary color
Monochromatic Colors of #770267
Black with #770267
Text Example
Text Example
White with #770267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770267; }
p { color: rgb(119,2,103); }
H1.HeaderClassName
{
color: #770267;
}
.AnyTagClassName
{
color: #770267;
}
</style>
background-color css
<style>
a { background-color: #770267; }
a { background-color: rgb(119,2,103); }
div.DivClassName
{
background-color: #770267;
}
.BgClassName
{
background-color: #770267;
}
</style>
border-color css
<style>
span { border-color: #770267; }
span { border-color: rgb(119,2,103); }
td.TdClassName
{
border-color: #770267;
}
.TagClassName
{
border-color: #770267;
}
</style>