Shades of Royal Purple #7435AC
Tints of Royal Purple #7435AC
RGB
CMYK
RGB Variations
Color information
#7435AC (or 0x7435AC) is known color: Royal Purple. HEX triplet: 74, 35 and AC. RGB value is (116,53,172). Sum of RGB (Red+Green+Blue) = 116+53+172=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #7435AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7435AC is #8BCA53. Grayscale: #545454. Windows color (decimal): -9161300 or 11285876. OLE color: 11285876.
HSL color Cylindrical-coordinate representation of color #7435AC: hue angle of 271.76º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7435AC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 53 | 172 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.33 |
| HSL | 271.76º | 0.53% | 0.44% | - |
| HSV(B) | 271.76º | 0.69% | 0.67% | - |
| XYZ | 15.92 | 9.24 | 39.97 | - |
| YUV | 85.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 172 | 0.33 | 0.69 | 0 | 0.33 | 271.76 | 0.53 | 0.44 |
| Hex | 74 | 35 | AC | 21 | 45 | 0 | 21 | 110 | 35 | 2C |
| Octal | 164 | 65 | 254 | 41 | 105 | 0 | 41 | 420 | 65 | 54 |
| Binary | 1110100 | 110101 | 10101100 | 100001 | 1000101 | 0 | 100001 | 100010000 | 110101 | 101100 |
Color Harmonies of #7435AC
Complementary color
Monochromatic Colors of #7435AC
Black with #7435AC
Text Example
Text Example
White with #7435AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435AC; }
p { color: rgb(116,53,172); }
H1.HeaderClassName
{
color: #7435AC;
}
.AnyTagClassName
{
color: #7435AC;
}
</style>
background-color css
<style>
a { background-color: #7435AC; }
a { background-color: rgb(116,53,172); }
div.DivClassName
{
background-color: #7435AC;
}
.BgClassName
{
background-color: #7435AC;
}
</style>
border-color css
<style>
span { border-color: #7435AC; }
span { border-color: rgb(116,53,172); }
td.TdClassName
{
border-color: #7435AC;
}
.TagClassName
{
border-color: #7435AC;
}
</style>