Shades of Royal Purple #742EA5
Tints of Royal Purple #742EA5
RGB
CMYK
RGB Variations
Color information
#742EA5 (or 0x742EA5) is known color: Royal Purple. HEX triplet: 74, 2E and A5. RGB value is (116,46,165). Sum of RGB (Red+Green+Blue) = 116+46+165=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #742EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742EA5 is #8BD15A. Grayscale: #505050. Windows color (decimal): -9163099 or 10825332. OLE color: 10825332.
HSL color Cylindrical-coordinate representation of color #742EA5: hue angle of 275.29º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742EA5 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 46 | 165 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.35 |
| HSL | 275.29º | 0.56% | 0.41% | - |
| HSV(B) | 275.29º | 0.72% | 0.65% | - |
| XYZ | 14.97 | 8.38 | 36.43 | - |
| YUV | 80.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 165 | 0.30 | 0.72 | 0 | 0.35 | 275.29 | 0.56 | 0.41 |
| Hex | 74 | 2E | A5 | 1E | 48 | 0 | 23 | 113 | 38 | 29 |
| Octal | 164 | 56 | 245 | 36 | 110 | 0 | 43 | 423 | 70 | 51 |
| Binary | 1110100 | 101110 | 10100101 | 11110 | 1001000 | 0 | 100011 | 100010011 | 111000 | 101001 |
Color Harmonies of #742EA5
Complementary color
Monochromatic Colors of #742EA5
Black with #742EA5
Text Example
Text Example
White with #742EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742EA5; }
p { color: rgb(116,46,165); }
H1.HeaderClassName
{
color: #742EA5;
}
.AnyTagClassName
{
color: #742EA5;
}
</style>
background-color css
<style>
a { background-color: #742EA5; }
a { background-color: rgb(116,46,165); }
div.DivClassName
{
background-color: #742EA5;
}
.BgClassName
{
background-color: #742EA5;
}
</style>
border-color css
<style>
span { border-color: #742EA5; }
span { border-color: rgb(116,46,165); }
td.TdClassName
{
border-color: #742EA5;
}
.TagClassName
{
border-color: #742EA5;
}
</style>