Shades of Royal Purple #742CA1
Tints of Royal Purple #742CA1
RGB
CMYK
RGB Variations
Color information
#742CA1 (or 0x742CA1) is known color: Royal Purple. HEX triplet: 74, 2C and A1. RGB value is (116,44,161). Sum of RGB (Red+Green+Blue) = 116+44+161=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #742CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742CA1 is #8BD35E. Grayscale: #4E4E4E. Windows color (decimal): -9163615 or 10562676. OLE color: 10562676.
HSL color Cylindrical-coordinate representation of color #742CA1: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742CA1 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 44 | 161 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.37 |
| HSL | 276.92º | 0.57% | 0.4% | - |
| HSV(B) | 276.92º | 0.73% | 0.63% | - |
| XYZ | 14.54 | 8.09 | 34.51 | - |
| YUV | 78.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 161 | 0.28 | 0.73 | 0 | 0.37 | 276.92 | 0.57 | 0.4 |
| Hex | 74 | 2C | A1 | 1C | 49 | 0 | 25 | 115 | 39 | 28 |
| Octal | 164 | 54 | 241 | 34 | 111 | 0 | 45 | 425 | 71 | 50 |
| Binary | 1110100 | 101100 | 10100001 | 11100 | 1001001 | 0 | 100101 | 100010101 | 111001 | 101000 |
Color Harmonies of #742CA1
Complementary color
Monochromatic Colors of #742CA1
Black with #742CA1
Text Example
Text Example
White with #742CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CA1; }
p { color: rgb(116,44,161); }
H1.HeaderClassName
{
color: #742CA1;
}
.AnyTagClassName
{
color: #742CA1;
}
</style>
background-color css
<style>
a { background-color: #742CA1; }
a { background-color: rgb(116,44,161); }
div.DivClassName
{
background-color: #742CA1;
}
.BgClassName
{
background-color: #742CA1;
}
</style>
border-color css
<style>
span { border-color: #742CA1; }
span { border-color: rgb(116,44,161); }
td.TdClassName
{
border-color: #742CA1;
}
.TagClassName
{
border-color: #742CA1;
}
</style>