Shades of Royal Purple #7339AC
Tints of Royal Purple #7339AC
RGB
CMYK
RGB Variations
Color information
#7339AC (or 0x7339AC) is known color: Royal Purple. HEX triplet: 73, 39 and AC. RGB value is (115,57,172). Sum of RGB (Red+Green+Blue) = 115+57+172=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #7339AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7339AC is #8CC653. Grayscale: #575757. Windows color (decimal): -9225812 or 11286899. OLE color: 11286899.
HSL color Cylindrical-coordinate representation of color #7339AC: hue angle of 270.26º degrees, saturation: 0.5, 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 #7339AC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 57 | 172 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.33 |
| HSL | 270.26º | 0.5% | 0.45% | - |
| HSV(B) | 270.26º | 0.67% | 0.67% | - |
| XYZ | 15.98 | 9.55 | 40.03 | - |
| YUV | 87.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 172 | 0.33 | 0.67 | 0 | 0.33 | 270.26 | 0.5 | 0.45 |
| Hex | 73 | 39 | AC | 21 | 43 | 0 | 21 | 10E | 32 | 2D |
| Octal | 163 | 71 | 254 | 41 | 103 | 0 | 41 | 416 | 62 | 55 |
| Binary | 1110011 | 111001 | 10101100 | 100001 | 1000011 | 0 | 100001 | 100001110 | 110010 | 101101 |
Color Harmonies of #7339AC
Complementary color
Monochromatic Colors of #7339AC
Black with #7339AC
Text Example
Text Example
White with #7339AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7339AC; }
p { color: rgb(115,57,172); }
H1.HeaderClassName
{
color: #7339AC;
}
.AnyTagClassName
{
color: #7339AC;
}
</style>
background-color css
<style>
a { background-color: #7339AC; }
a { background-color: rgb(115,57,172); }
div.DivClassName
{
background-color: #7339AC;
}
.BgClassName
{
background-color: #7339AC;
}
</style>
border-color css
<style>
span { border-color: #7339AC; }
span { border-color: rgb(115,57,172); }
td.TdClassName
{
border-color: #7339AC;
}
.TagClassName
{
border-color: #7339AC;
}
</style>