Shades of Royal Purple #742FAD
Tints of Royal Purple #742FAD
RGB
CMYK
RGB Variations
Color information
#742FAD (or 0x742FAD) is known color: Royal Purple. HEX triplet: 74, 2F and AD. RGB value is (116,47,173). Sum of RGB (Red+Green+Blue) = 116+47+173=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #742FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742FAD is #8BD052. Grayscale: #515151. Windows color (decimal): -9162835 or 11349876. OLE color: 11349876.
HSL color Cylindrical-coordinate representation of color #742FAD: hue angle of 272.86º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742FAD is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 47 | 173 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.32 |
| HSL | 272.86º | 0.57% | 0.43% | - |
| HSV(B) | 272.86º | 0.73% | 0.68% | - |
| XYZ | 15.76 | 8.76 | 40.4 | - |
| YUV | 82 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 173 | 0.33 | 0.73 | 0 | 0.32 | 272.86 | 0.57 | 0.43 |
| Hex | 74 | 2F | AD | 21 | 49 | 0 | 20 | 111 | 39 | 2B |
| Octal | 164 | 57 | 255 | 41 | 111 | 0 | 40 | 421 | 71 | 53 |
| Binary | 1110100 | 101111 | 10101101 | 100001 | 1001001 | 0 | 100000 | 100010001 | 111001 | 101011 |
Color Harmonies of #742FAD
Complementary color
Monochromatic Colors of #742FAD
Black with #742FAD
Text Example
Text Example
White with #742FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FAD; }
p { color: rgb(116,47,173); }
H1.HeaderClassName
{
color: #742FAD;
}
.AnyTagClassName
{
color: #742FAD;
}
</style>
background-color css
<style>
a { background-color: #742FAD; }
a { background-color: rgb(116,47,173); }
div.DivClassName
{
background-color: #742FAD;
}
.BgClassName
{
background-color: #742FAD;
}
</style>
border-color css
<style>
span { border-color: #742FAD; }
span { border-color: rgb(116,47,173); }
td.TdClassName
{
border-color: #742FAD;
}
.TagClassName
{
border-color: #742FAD;
}
</style>