Shades of Royal Purple #7A38AC
Tints of Royal Purple #7A38AC
RGB
CMYK
RGB Variations
Color information
#7A38AC (or 0x7A38AC) is known color: Royal Purple. HEX triplet: 7A, 38 and AC. RGB value is (122,56,172). Sum of RGB (Red+Green+Blue) = 122+56+172=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A38AC is #85C753. Grayscale: #585858. Windows color (decimal): -8767316 or 11286650. OLE color: 11286650.
HSL color Cylindrical-coordinate representation of color #7A38AC: hue angle of 274.14º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A38AC is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 56 | 172 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.33 |
| HSL | 274.14º | 0.51% | 0.45% | - |
| HSV(B) | 274.14º | 0.67% | 0.67% | - |
| XYZ | 16.89 | 9.94 | 40.06 | - |
| YUV | 88.96 | 174.87 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 172 | 0.29 | 0.67 | 0 | 0.33 | 274.14 | 0.51 | 0.45 |
| Hex | 7A | 38 | AC | 1D | 43 | 0 | 21 | 112 | 33 | 2D |
| Octal | 172 | 70 | 254 | 35 | 103 | 0 | 41 | 422 | 63 | 55 |
| Binary | 1111010 | 111000 | 10101100 | 11101 | 1000011 | 0 | 100001 | 100010010 | 110011 | 101101 |
Color Harmonies of #7A38AC
Complementary color
Monochromatic Colors of #7A38AC
Black with #7A38AC
Text Example
Text Example
White with #7A38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A38AC; }
p { color: rgb(122,56,172); }
H1.HeaderClassName
{
color: #7A38AC;
}
.AnyTagClassName
{
color: #7A38AC;
}
</style>
background-color css
<style>
a { background-color: #7A38AC; }
a { background-color: rgb(122,56,172); }
div.DivClassName
{
background-color: #7A38AC;
}
.BgClassName
{
background-color: #7A38AC;
}
</style>
border-color css
<style>
span { border-color: #7A38AC; }
span { border-color: rgb(122,56,172); }
td.TdClassName
{
border-color: #7A38AC;
}
.TagClassName
{
border-color: #7A38AC;
}
</style>