Shades of Purple #7A0368
Tints of Purple #7A0368
RGB
CMYK
RGB Variations
Color information
#7A0368 (or 0x7A0368) is known color: Purple. HEX triplet: 7A, 03 and 68. RGB value is (122,3,104). Sum of RGB (Red+Green+Blue) = 122+3+104=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0368 is #85FC97. Grayscale: #313131. Windows color (decimal): -8780952 or 6816634. OLE color: 6816634.
HSL color Cylindrical-coordinate representation of color #7A0368: hue angle of 309.08º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0368 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 104 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.52 |
| HSL | 309.08º | 0.95% | 0.25% | - |
| HSV(B) | 309.08º | 0.98% | 0.48% | - |
| XYZ | 10.56 | 5.2 | 13.54 | - |
| YUV | 50.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 104 | 0 | 0.98 | 0.15 | 0.52 | 309.08 | 0.95 | 0.25 |
| Hex | 7A | 3 | 68 | 0 | 62 | F | 34 | 135 | 5F | 19 |
| Octal | 172 | 3 | 150 | 0 | 142 | 17 | 64 | 465 | 137 | 31 |
| Binary | 1111010 | 11 | 1101000 | 0 | 1100010 | 1111 | 110100 | 100110101 | 1011111 | 11001 |
Color Harmonies of #7A0368
Complementary color
Monochromatic Colors of #7A0368
Black with #7A0368
Text Example
Text Example
White with #7A0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0368; }
p { color: rgb(122,3,104); }
H1.HeaderClassName
{
color: #7A0368;
}
.AnyTagClassName
{
color: #7A0368;
}
</style>
background-color css
<style>
a { background-color: #7A0368; }
a { background-color: rgb(122,3,104); }
div.DivClassName
{
background-color: #7A0368;
}
.BgClassName
{
background-color: #7A0368;
}
</style>
border-color css
<style>
span { border-color: #7A0368; }
span { border-color: rgb(122,3,104); }
td.TdClassName
{
border-color: #7A0368;
}
.TagClassName
{
border-color: #7A0368;
}
</style>