Shades of Purple #7A0265
Tints of Purple #7A0265
RGB
CMYK
RGB Variations
Color information
#7A0265 (or 0x7A0265) is known color: Purple. HEX triplet: 7A, 02 and 65. RGB value is (122,2,101). Sum of RGB (Red+Green+Blue) = 122+2+101=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0265 is #85FD9A. Grayscale: #303030. Windows color (decimal): -8781211 or 6619770. OLE color: 6619770.
HSL color Cylindrical-coordinate representation of color #7A0265: hue angle of 310.5º 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 #7A0265 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 101 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.52 |
| HSL | 310.5º | 0.97% | 0.24% | - |
| HSV(B) | 310.5º | 0.98% | 0.48% | - |
| XYZ | 10.4 | 5.12 | 12.75 | - |
| YUV | 49.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 101 | 0 | 0.98 | 0.17 | 0.52 | 310.5 | 0.97 | 0.24 |
| Hex | 7A | 2 | 65 | 0 | 62 | 11 | 34 | 136 | 61 | 18 |
| Octal | 172 | 2 | 145 | 0 | 142 | 21 | 64 | 466 | 141 | 30 |
| Binary | 1111010 | 10 | 1100101 | 0 | 1100010 | 10001 | 110100 | 100110110 | 1100001 | 11000 |
Color Harmonies of #7A0265
Complementary color
Monochromatic Colors of #7A0265
Black with #7A0265
Text Example
Text Example
White with #7A0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0265; }
p { color: rgb(122,2,101); }
H1.HeaderClassName
{
color: #7A0265;
}
.AnyTagClassName
{
color: #7A0265;
}
</style>
background-color css
<style>
a { background-color: #7A0265; }
a { background-color: rgb(122,2,101); }
div.DivClassName
{
background-color: #7A0265;
}
.BgClassName
{
background-color: #7A0265;
}
</style>
border-color css
<style>
span { border-color: #7A0265; }
span { border-color: rgb(122,2,101); }
td.TdClassName
{
border-color: #7A0265;
}
.TagClassName
{
border-color: #7A0265;
}
</style>