Shades of Royal Purple #7038AE
Tints of Royal Purple #7038AE
RGB
CMYK
RGB Variations
Color information
#7038AE (or 0x7038AE) is known color: Royal Purple. HEX triplet: 70, 38 and AE. RGB value is (112,56,174). Sum of RGB (Red+Green+Blue) = 112+56+174=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #7038AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7038AE is #8FC751. Grayscale: #555555. Windows color (decimal): -9422674 or 11417712. OLE color: 11417712.
HSL color Cylindrical-coordinate representation of color #7038AE: hue angle of 268.47º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7038AE is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 56 | 174 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.32 |
| HSL | 268.47º | 0.51% | 0.45% | - |
| HSV(B) | 268.47º | 0.68% | 0.68% | - |
| XYZ | 15.74 | 9.33 | 41.02 | - |
| YUV | 86.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 174 | 0.36 | 0.68 | 0 | 0.32 | 268.47 | 0.51 | 0.45 |
| Hex | 70 | 38 | AE | 24 | 44 | 0 | 20 | 10C | 33 | 2D |
| Octal | 160 | 70 | 256 | 44 | 104 | 0 | 40 | 414 | 63 | 55 |
| Binary | 1110000 | 111000 | 10101110 | 100100 | 1000100 | 0 | 100000 | 100001100 | 110011 | 101101 |
Color Harmonies of #7038AE
Complementary color
Monochromatic Colors of #7038AE
Black with #7038AE
Text Example
Text Example
White with #7038AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7038AE; }
p { color: rgb(112,56,174); }
H1.HeaderClassName
{
color: #7038AE;
}
.AnyTagClassName
{
color: #7038AE;
}
</style>
background-color css
<style>
a { background-color: #7038AE; }
a { background-color: rgb(112,56,174); }
div.DivClassName
{
background-color: #7038AE;
}
.BgClassName
{
background-color: #7038AE;
}
</style>
border-color css
<style>
span { border-color: #7038AE; }
span { border-color: rgb(112,56,174); }
td.TdClassName
{
border-color: #7038AE;
}
.TagClassName
{
border-color: #7038AE;
}
</style>