Shades of Royal Purple #7337AF
Tints of Royal Purple #7337AF
RGB
CMYK
RGB Variations
Color information
#7337AF (or 0x7337AF) is known color: Royal Purple. HEX triplet: 73, 37 and AF. RGB value is (115,55,175). Sum of RGB (Red+Green+Blue) = 115+55+175=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #7337AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7337AF is #8CC850. Grayscale: #565656. Windows color (decimal): -9226321 or 11482995. OLE color: 11482995.
HSL color Cylindrical-coordinate representation of color #7337AF: hue angle of 270º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7337AF is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 55 | 175 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.31 |
| HSL | 270º | 0.52% | 0.45% | - |
| HSV(B) | 270º | 0.69% | 0.69% | - |
| XYZ | 16.17 | 9.47 | 41.53 | - |
| YUV | 86.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 175 | 0.34 | 0.69 | 0 | 0.31 | 270 | 0.52 | 0.45 |
| Hex | 73 | 37 | AF | 22 | 45 | 0 | 1F | 10E | 34 | 2D |
| Octal | 163 | 67 | 257 | 42 | 105 | 0 | 37 | 416 | 64 | 55 |
| Binary | 1110011 | 110111 | 10101111 | 100010 | 1000101 | 0 | 11111 | 100001110 | 110100 | 101101 |
Color Harmonies of #7337AF
Complementary color
Monochromatic Colors of #7337AF
Black with #7337AF
Text Example
Text Example
White with #7337AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337AF; }
p { color: rgb(115,55,175); }
H1.HeaderClassName
{
color: #7337AF;
}
.AnyTagClassName
{
color: #7337AF;
}
</style>
background-color css
<style>
a { background-color: #7337AF; }
a { background-color: rgb(115,55,175); }
div.DivClassName
{
background-color: #7337AF;
}
.BgClassName
{
background-color: #7337AF;
}
</style>
border-color css
<style>
span { border-color: #7337AF; }
span { border-color: rgb(115,55,175); }
td.TdClassName
{
border-color: #7337AF;
}
.TagClassName
{
border-color: #7337AF;
}
</style>