Shades of Royal Purple #7A38AF
Tints of Royal Purple #7A38AF
RGB
CMYK
RGB Variations
Color information
#7A38AF (or 0x7A38AF) is known color: Royal Purple. HEX triplet: 7A, 38 and AF. RGB value is (122,56,175). Sum of RGB (Red+Green+Blue) = 122+56+175=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A38AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A38AF is #85C750. Grayscale: #585858. Windows color (decimal): -8767313 or 11483258. OLE color: 11483258.
HSL color Cylindrical-coordinate representation of color #7A38AF: hue angle of 273.28º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A38AF is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 56 | 175 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.31 |
| HSL | 273.28º | 0.52% | 0.45% | - |
| HSV(B) | 273.28º | 0.68% | 0.69% | - |
| XYZ | 17.18 | 10.06 | 41.59 | - |
| YUV | 89.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 175 | 0.30 | 0.68 | 0 | 0.31 | 273.28 | 0.52 | 0.45 |
| Hex | 7A | 38 | AF | 1E | 44 | 0 | 1F | 111 | 34 | 2D |
| Octal | 172 | 70 | 257 | 36 | 104 | 0 | 37 | 421 | 64 | 55 |
| Binary | 1111010 | 111000 | 10101111 | 11110 | 1000100 | 0 | 11111 | 100010001 | 110100 | 101101 |
Color Harmonies of #7A38AF
Complementary color
Monochromatic Colors of #7A38AF
Black with #7A38AF
Text Example
Text Example
White with #7A38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A38AF; }
p { color: rgb(122,56,175); }
H1.HeaderClassName
{
color: #7A38AF;
}
.AnyTagClassName
{
color: #7A38AF;
}
</style>
background-color css
<style>
a { background-color: #7A38AF; }
a { background-color: rgb(122,56,175); }
div.DivClassName
{
background-color: #7A38AF;
}
.BgClassName
{
background-color: #7A38AF;
}
</style>
border-color css
<style>
span { border-color: #7A38AF; }
span { border-color: rgb(122,56,175); }
td.TdClassName
{
border-color: #7A38AF;
}
.TagClassName
{
border-color: #7A38AF;
}
</style>