Shades of Royal Purple #7430AF
Tints of Royal Purple #7430AF
RGB
CMYK
RGB Variations
Color information
#7430AF (or 0x7430AF) is known color: Royal Purple. HEX triplet: 74, 30 and AF. RGB value is (116,48,175). Sum of RGB (Red+Green+Blue) = 116+48+175=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #7430AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7430AF is #8BCF50. Grayscale: #525252. Windows color (decimal): -9162577 or 11481204. OLE color: 11481204.
HSL color Cylindrical-coordinate representation of color #7430AF: hue angle of 272.13º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7430AF is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 48 | 175 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.31 |
| HSL | 272.13º | 0.57% | 0.44% | - |
| HSV(B) | 272.13º | 0.73% | 0.69% | - |
| XYZ | 16 | 8.92 | 41.44 | - |
| YUV | 82.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 175 | 0.34 | 0.73 | 0 | 0.31 | 272.13 | 0.57 | 0.44 |
| Hex | 74 | 30 | AF | 22 | 49 | 0 | 1F | 110 | 39 | 2C |
| Octal | 164 | 60 | 257 | 42 | 111 | 0 | 37 | 420 | 71 | 54 |
| Binary | 1110100 | 110000 | 10101111 | 100010 | 1001001 | 0 | 11111 | 100010000 | 111001 | 101100 |
Color Harmonies of #7430AF
Complementary color
Monochromatic Colors of #7430AF
Black with #7430AF
Text Example
Text Example
White with #7430AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430AF; }
p { color: rgb(116,48,175); }
H1.HeaderClassName
{
color: #7430AF;
}
.AnyTagClassName
{
color: #7430AF;
}
</style>
background-color css
<style>
a { background-color: #7430AF; }
a { background-color: rgb(116,48,175); }
div.DivClassName
{
background-color: #7430AF;
}
.BgClassName
{
background-color: #7430AF;
}
</style>
border-color css
<style>
span { border-color: #7430AF; }
span { border-color: rgb(116,48,175); }
td.TdClassName
{
border-color: #7430AF;
}
.TagClassName
{
border-color: #7430AF;
}
</style>