Shades of Royal Purple #7434A4
Tints of Royal Purple #7434A4
RGB
CMYK
RGB Variations
Color information
#7434A4 (or 0x7434A4) is known color: Royal Purple. HEX triplet: 74, 34 and A4. RGB value is (116,52,164). Sum of RGB (Red+Green+Blue) = 116+52+164=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #7434A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7434A4 is #8BCB5B. Grayscale: #535353. Windows color (decimal): -9161564 or 10761332. OLE color: 10761332.
HSL color Cylindrical-coordinate representation of color #7434A4: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7434A4 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 52 | 164 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.36 |
| HSL | 274.29º | 0.52% | 0.42% | - |
| HSV(B) | 274.29º | 0.68% | 0.64% | - |
| XYZ | 15.13 | 8.85 | 36.03 | - |
| YUV | 83.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 164 | 0.29 | 0.68 | 0 | 0.36 | 274.29 | 0.52 | 0.42 |
| Hex | 74 | 34 | A4 | 1D | 44 | 0 | 24 | 112 | 34 | 2A |
| Octal | 164 | 64 | 244 | 35 | 104 | 0 | 44 | 422 | 64 | 52 |
| Binary | 1110100 | 110100 | 10100100 | 11101 | 1000100 | 0 | 100100 | 100010010 | 110100 | 101010 |
Color Harmonies of #7434A4
Complementary color
Monochromatic Colors of #7434A4
Black with #7434A4
Text Example
Text Example
White with #7434A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434A4; }
p { color: rgb(116,52,164); }
H1.HeaderClassName
{
color: #7434A4;
}
.AnyTagClassName
{
color: #7434A4;
}
</style>
background-color css
<style>
a { background-color: #7434A4; }
a { background-color: rgb(116,52,164); }
div.DivClassName
{
background-color: #7434A4;
}
.BgClassName
{
background-color: #7434A4;
}
</style>
border-color css
<style>
span { border-color: #7434A4; }
span { border-color: rgb(116,52,164); }
td.TdClassName
{
border-color: #7434A4;
}
.TagClassName
{
border-color: #7434A4;
}
</style>