Shades of Royal Purple #7435AB
Tints of Royal Purple #7435AB
RGB
CMYK
RGB Variations
Color information
#7435AB (or 0x7435AB) is known color: Royal Purple. HEX triplet: 74, 35 and AB. RGB value is (116,53,171). Sum of RGB (Red+Green+Blue) = 116+53+171=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #7435AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7435AB is #8BCA54. Grayscale: #545454. Windows color (decimal): -9161301 or 11220340. OLE color: 11220340.
HSL color Cylindrical-coordinate representation of color #7435AB: hue angle of 272.03º 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 #7435AB is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 53 | 171 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.33 |
| HSL | 272.03º | 0.53% | 0.44% | - |
| HSV(B) | 272.03º | 0.69% | 0.67% | - |
| XYZ | 15.83 | 9.2 | 39.47 | - |
| YUV | 85.29 | 176.37 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 171 | 0.32 | 0.69 | 0 | 0.33 | 272.03 | 0.53 | 0.44 |
| Hex | 74 | 35 | AB | 20 | 45 | 0 | 21 | 110 | 35 | 2C |
| Octal | 164 | 65 | 253 | 40 | 105 | 0 | 41 | 420 | 65 | 54 |
| Binary | 1110100 | 110101 | 10101011 | 100000 | 1000101 | 0 | 100001 | 100010000 | 110101 | 101100 |
Color Harmonies of #7435AB
Complementary color
Monochromatic Colors of #7435AB
Black with #7435AB
Text Example
Text Example
White with #7435AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435AB; }
p { color: rgb(116,53,171); }
H1.HeaderClassName
{
color: #7435AB;
}
.AnyTagClassName
{
color: #7435AB;
}
</style>
background-color css
<style>
a { background-color: #7435AB; }
a { background-color: rgb(116,53,171); }
div.DivClassName
{
background-color: #7435AB;
}
.BgClassName
{
background-color: #7435AB;
}
</style>
border-color css
<style>
span { border-color: #7435AB; }
span { border-color: rgb(116,53,171); }
td.TdClassName
{
border-color: #7435AB;
}
.TagClassName
{
border-color: #7435AB;
}
</style>