Shades of Royal Purple #7430AA
Tints of Royal Purple #7430AA
RGB
CMYK
RGB Variations
Color information
#7430AA (or 0x7430AA) is known color: Royal Purple. HEX triplet: 74, 30 and AA. RGB value is (116,48,170). Sum of RGB (Red+Green+Blue) = 116+48+170=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #7430AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7430AA is #8BCF55. Grayscale: #515151. Windows color (decimal): -9162582 or 11153524. OLE color: 11153524.
HSL color Cylindrical-coordinate representation of color #7430AA: hue angle of 273.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7430AA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 48 | 170 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.33 |
| HSL | 273.44º | 0.56% | 0.43% | - |
| HSV(B) | 273.44º | 0.72% | 0.67% | - |
| XYZ | 15.52 | 8.73 | 38.9 | - |
| YUV | 82.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 170 | 0.32 | 0.72 | 0 | 0.33 | 273.44 | 0.56 | 0.43 |
| Hex | 74 | 30 | AA | 20 | 48 | 0 | 21 | 111 | 38 | 2B |
| Octal | 164 | 60 | 252 | 40 | 110 | 0 | 41 | 421 | 70 | 53 |
| Binary | 1110100 | 110000 | 10101010 | 100000 | 1001000 | 0 | 100001 | 100010001 | 111000 | 101011 |
Color Harmonies of #7430AA
Complementary color
Monochromatic Colors of #7430AA
Black with #7430AA
Text Example
Text Example
White with #7430AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430AA; }
p { color: rgb(116,48,170); }
H1.HeaderClassName
{
color: #7430AA;
}
.AnyTagClassName
{
color: #7430AA;
}
</style>
background-color css
<style>
a { background-color: #7430AA; }
a { background-color: rgb(116,48,170); }
div.DivClassName
{
background-color: #7430AA;
}
.BgClassName
{
background-color: #7430AA;
}
</style>
border-color css
<style>
span { border-color: #7430AA; }
span { border-color: rgb(116,48,170); }
td.TdClassName
{
border-color: #7430AA;
}
.TagClassName
{
border-color: #7430AA;
}
</style>