Shades of Royal Purple #743BA6
Tints of Royal Purple #743BA6
RGB
CMYK
RGB Variations
Color information
#743BA6 (or 0x743BA6) is known color: Royal Purple. HEX triplet: 74, 3B and A6. RGB value is (116,59,166). Sum of RGB (Red+Green+Blue) = 116+59+166=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #743BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743BA6 is #8BC459. Grayscale: #575757. Windows color (decimal): -9159770 or 10894196. OLE color: 10894196.
HSL color Cylindrical-coordinate representation of color #743BA6: hue angle of 271.96º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743BA6 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 59 | 166 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.35 |
| HSL | 271.96º | 0.48% | 0.44% | - |
| HSV(B) | 271.96º | 0.64% | 0.65% | - |
| XYZ | 15.65 | 9.59 | 37.1 | - |
| YUV | 88.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 166 | 0.30 | 0.64 | 0 | 0.35 | 271.96 | 0.48 | 0.44 |
| Hex | 74 | 3B | A6 | 1E | 40 | 0 | 23 | 110 | 30 | 2C |
| Octal | 164 | 73 | 246 | 36 | 100 | 0 | 43 | 420 | 60 | 54 |
| Binary | 1110100 | 111011 | 10100110 | 11110 | 1000000 | 0 | 100011 | 100010000 | 110000 | 101100 |
Color Harmonies of #743BA6
Complementary color
Monochromatic Colors of #743BA6
Black with #743BA6
Text Example
Text Example
White with #743BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743BA6; }
p { color: rgb(116,59,166); }
H1.HeaderClassName
{
color: #743BA6;
}
.AnyTagClassName
{
color: #743BA6;
}
</style>
background-color css
<style>
a { background-color: #743BA6; }
a { background-color: rgb(116,59,166); }
div.DivClassName
{
background-color: #743BA6;
}
.BgClassName
{
background-color: #743BA6;
}
</style>
border-color css
<style>
span { border-color: #743BA6; }
span { border-color: rgb(116,59,166); }
td.TdClassName
{
border-color: #743BA6;
}
.TagClassName
{
border-color: #743BA6;
}
</style>