Shades of Royal Purple #7439AA
Tints of Royal Purple #7439AA
RGB
CMYK
RGB Variations
Color information
#7439AA (or 0x7439AA) is known color: Royal Purple. HEX triplet: 74, 39 and AA. RGB value is (116,57,170). Sum of RGB (Red+Green+Blue) = 116+57+170=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #7439AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7439AA is #8BC655. Grayscale: #575757. Windows color (decimal): -9160278 or 11155828. OLE color: 11155828.
HSL color Cylindrical-coordinate representation of color #7439AA: hue angle of 271.33º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7439AA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 57 | 170 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.33 |
| HSL | 271.33º | 0.5% | 0.45% | - |
| HSV(B) | 271.33º | 0.66% | 0.67% | - |
| XYZ | 15.92 | 9.54 | 39.03 | - |
| YUV | 87.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 170 | 0.32 | 0.66 | 0 | 0.33 | 271.33 | 0.5 | 0.45 |
| Hex | 74 | 39 | AA | 20 | 42 | 0 | 21 | 10F | 32 | 2D |
| Octal | 164 | 71 | 252 | 40 | 102 | 0 | 41 | 417 | 62 | 55 |
| Binary | 1110100 | 111001 | 10101010 | 100000 | 1000010 | 0 | 100001 | 100001111 | 110010 | 101101 |
Color Harmonies of #7439AA
Complementary color
Monochromatic Colors of #7439AA
Black with #7439AA
Text Example
Text Example
White with #7439AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7439AA; }
p { color: rgb(116,57,170); }
H1.HeaderClassName
{
color: #7439AA;
}
.AnyTagClassName
{
color: #7439AA;
}
</style>
background-color css
<style>
a { background-color: #7439AA; }
a { background-color: rgb(116,57,170); }
div.DivClassName
{
background-color: #7439AA;
}
.BgClassName
{
background-color: #7439AA;
}
</style>
border-color css
<style>
span { border-color: #7439AA; }
span { border-color: rgb(116,57,170); }
td.TdClassName
{
border-color: #7439AA;
}
.TagClassName
{
border-color: #7439AA;
}
</style>