Shades of Royal Purple #742BA6
Tints of Royal Purple #742BA6
RGB
CMYK
RGB Variations
Color information
#742BA6 (or 0x742BA6) is known color: Royal Purple. HEX triplet: 74, 2B and A6. RGB value is (116,43,166). Sum of RGB (Red+Green+Blue) = 116+43+166=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #742BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742BA6 is #8BD459. Grayscale: #4E4E4E. Windows color (decimal): -9163866 or 10890100. OLE color: 10890100.
HSL color Cylindrical-coordinate representation of color #742BA6: hue angle of 275.61º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742BA6 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 43 | 166 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.35 |
| HSL | 275.61º | 0.59% | 0.41% | - |
| HSV(B) | 275.61º | 0.74% | 0.65% | - |
| XYZ | 14.95 | 8.19 | 36.87 | - |
| YUV | 78.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 166 | 0.30 | 0.74 | 0 | 0.35 | 275.61 | 0.59 | 0.41 |
| Hex | 74 | 2B | A6 | 1E | 4A | 0 | 23 | 114 | 3B | 29 |
| Octal | 164 | 53 | 246 | 36 | 112 | 0 | 43 | 424 | 73 | 51 |
| Binary | 1110100 | 101011 | 10100110 | 11110 | 1001010 | 0 | 100011 | 100010100 | 111011 | 101001 |
Color Harmonies of #742BA6
Complementary color
Monochromatic Colors of #742BA6
Black with #742BA6
Text Example
Text Example
White with #742BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BA6; }
p { color: rgb(116,43,166); }
H1.HeaderClassName
{
color: #742BA6;
}
.AnyTagClassName
{
color: #742BA6;
}
</style>
background-color css
<style>
a { background-color: #742BA6; }
a { background-color: rgb(116,43,166); }
div.DivClassName
{
background-color: #742BA6;
}
.BgClassName
{
background-color: #742BA6;
}
</style>
border-color css
<style>
span { border-color: #742BA6; }
span { border-color: rgb(116,43,166); }
td.TdClassName
{
border-color: #742BA6;
}
.TagClassName
{
border-color: #742BA6;
}
</style>