Shades of Royal Purple #742DA3
Tints of Royal Purple #742DA3
RGB
CMYK
RGB Variations
Color information
#742DA3 (or 0x742DA3) is known color: Royal Purple. HEX triplet: 74, 2D and A3. RGB value is (116,45,163). Sum of RGB (Red+Green+Blue) = 116+45+163=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #742DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742DA3 is #8BD25C. Grayscale: #4F4F4F. Windows color (decimal): -9163357 or 10694004. OLE color: 10694004.
HSL color Cylindrical-coordinate representation of color #742DA3: hue angle of 276.1º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742DA3 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 45 | 163 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.36 |
| HSL | 276.1º | 0.57% | 0.41% | - |
| HSV(B) | 276.1º | 0.72% | 0.64% | - |
| XYZ | 14.75 | 8.23 | 35.46 | - |
| YUV | 79.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 163 | 0.29 | 0.72 | 0 | 0.36 | 276.1 | 0.57 | 0.41 |
| Hex | 74 | 2D | A3 | 1D | 48 | 0 | 24 | 114 | 39 | 29 |
| Octal | 164 | 55 | 243 | 35 | 110 | 0 | 44 | 424 | 71 | 51 |
| Binary | 1110100 | 101101 | 10100011 | 11101 | 1001000 | 0 | 100100 | 100010100 | 111001 | 101001 |
Color Harmonies of #742DA3
Complementary color
Monochromatic Colors of #742DA3
Black with #742DA3
Text Example
Text Example
White with #742DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DA3; }
p { color: rgb(116,45,163); }
H1.HeaderClassName
{
color: #742DA3;
}
.AnyTagClassName
{
color: #742DA3;
}
</style>
background-color css
<style>
a { background-color: #742DA3; }
a { background-color: rgb(116,45,163); }
div.DivClassName
{
background-color: #742DA3;
}
.BgClassName
{
background-color: #742DA3;
}
</style>
border-color css
<style>
span { border-color: #742DA3; }
span { border-color: rgb(116,45,163); }
td.TdClassName
{
border-color: #742DA3;
}
.TagClassName
{
border-color: #742DA3;
}
</style>