Shades of Purple #7A0266
Tints of Purple #7A0266
RGB
CMYK
RGB Variations
Color information
#7A0266 (or 0x7A0266) is known color: Purple. HEX triplet: 7A, 02 and 66. RGB value is (122,2,102). Sum of RGB (Red+Green+Blue) = 122+2+102=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0266 is #85FD99. Grayscale: #313131. Windows color (decimal): -8781210 or 6685306. OLE color: 6685306.
HSL color Cylindrical-coordinate representation of color #7A0266: hue angle of 310º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0266 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 102 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.52 |
| HSL | 310º | 0.97% | 0.24% | - |
| HSV(B) | 310º | 0.98% | 0.48% | - |
| XYZ | 10.45 | 5.14 | 13.01 | - |
| YUV | 49.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 102 | 0 | 0.98 | 0.16 | 0.52 | 310 | 0.97 | 0.24 |
| Hex | 7A | 2 | 66 | 0 | 62 | 10 | 34 | 136 | 61 | 18 |
| Octal | 172 | 2 | 146 | 0 | 142 | 20 | 64 | 466 | 141 | 30 |
| Binary | 1111010 | 10 | 1100110 | 0 | 1100010 | 10000 | 110100 | 100110110 | 1100001 | 11000 |
Color Harmonies of #7A0266
Complementary color
Monochromatic Colors of #7A0266
Black with #7A0266
Text Example
Text Example
White with #7A0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0266; }
p { color: rgb(122,2,102); }
H1.HeaderClassName
{
color: #7A0266;
}
.AnyTagClassName
{
color: #7A0266;
}
</style>
background-color css
<style>
a { background-color: #7A0266; }
a { background-color: rgb(122,2,102); }
div.DivClassName
{
background-color: #7A0266;
}
.BgClassName
{
background-color: #7A0266;
}
</style>
border-color css
<style>
span { border-color: #7A0266; }
span { border-color: rgb(122,2,102); }
td.TdClassName
{
border-color: #7A0266;
}
.TagClassName
{
border-color: #7A0266;
}
</style>