Shades of Royal Purple #741EA6
Tints of Royal Purple #741EA6
RGB
CMYK
RGB Variations
Color information
#741EA6 (or 0x741EA6) is known color: Royal Purple. HEX triplet: 74, 1E and A6. RGB value is (116,30,166). Sum of RGB (Red+Green+Blue) = 116+30+166=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 166 (65.23% from 255 or 53.21% from 312); Max value from RGB is 166 - color contains mainly: blue. Hex color #741EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741EA6 is #8BE159. Grayscale: #464646. Windows color (decimal): -9167194 or 10886772. OLE color: 10886772.
HSL color Cylindrical-coordinate representation of color #741EA6: hue angle of 277.94º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741EA6 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 30 | 166 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.35 |
| HSL | 277.94º | 0.69% | 0.38% | - |
| HSV(B) | 277.94º | 0.82% | 0.65% | - |
| XYZ | 14.55 | 7.39 | 36.74 | - |
| YUV | 71.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 166 | 0.30 | 0.82 | 0 | 0.35 | 277.94 | 0.69 | 0.38 |
| Hex | 74 | 1E | A6 | 1E | 52 | 0 | 23 | 116 | 45 | 26 |
| Octal | 164 | 36 | 246 | 36 | 122 | 0 | 43 | 426 | 105 | 46 |
| Binary | 1110100 | 11110 | 10100110 | 11110 | 1010010 | 0 | 100011 | 100010110 | 1000101 | 100110 |
Color Harmonies of #741EA6
Complementary color
Monochromatic Colors of #741EA6
Black with #741EA6
Text Example
Text Example
White with #741EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EA6; }
p { color: rgb(116,30,166); }
H1.HeaderClassName
{
color: #741EA6;
}
.AnyTagClassName
{
color: #741EA6;
}
</style>
background-color css
<style>
a { background-color: #741EA6; }
a { background-color: rgb(116,30,166); }
div.DivClassName
{
background-color: #741EA6;
}
.BgClassName
{
background-color: #741EA6;
}
</style>
border-color css
<style>
span { border-color: #741EA6; }
span { border-color: rgb(116,30,166); }
td.TdClassName
{
border-color: #741EA6;
}
.TagClassName
{
border-color: #741EA6;
}
</style>