Shades of Royal Purple #7530A4
Tints of Royal Purple #7530A4
RGB
CMYK
RGB Variations
Color information
#7530A4 (or 0x7530A4) is known color: Royal Purple. HEX triplet: 75, 30 and A4. RGB value is (117,48,164). Sum of RGB (Red+Green+Blue) = 117+48+164=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #7530A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7530A4 is #8ACF5B. Grayscale: #515151. Windows color (decimal): -9097052 or 10760309. OLE color: 10760309.
HSL color Cylindrical-coordinate representation of color #7530A4: hue angle of 275.69º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7530A4 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 48 | 164 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.36 |
| HSL | 275.69º | 0.55% | 0.42% | - |
| HSV(B) | 275.69º | 0.71% | 0.64% | - |
| XYZ | 15.09 | 8.58 | 35.98 | - |
| YUV | 81.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 164 | 0.29 | 0.71 | 0 | 0.36 | 275.69 | 0.55 | 0.42 |
| Hex | 75 | 30 | A4 | 1D | 47 | 0 | 24 | 114 | 37 | 2A |
| Octal | 165 | 60 | 244 | 35 | 107 | 0 | 44 | 424 | 67 | 52 |
| Binary | 1110101 | 110000 | 10100100 | 11101 | 1000111 | 0 | 100100 | 100010100 | 110111 | 101010 |
Color Harmonies of #7530A4
Complementary color
Monochromatic Colors of #7530A4
Black with #7530A4
Text Example
Text Example
White with #7530A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7530A4; }
p { color: rgb(117,48,164); }
H1.HeaderClassName
{
color: #7530A4;
}
.AnyTagClassName
{
color: #7530A4;
}
</style>
background-color css
<style>
a { background-color: #7530A4; }
a { background-color: rgb(117,48,164); }
div.DivClassName
{
background-color: #7530A4;
}
.BgClassName
{
background-color: #7530A4;
}
</style>
border-color css
<style>
span { border-color: #7530A4; }
span { border-color: rgb(117,48,164); }
td.TdClassName
{
border-color: #7530A4;
}
.TagClassName
{
border-color: #7530A4;
}
</style>