Shades of Royal Purple #743FAE
Tints of Royal Purple #743FAE
RGB
CMYK
RGB Variations
Color information
#743FAE (or 0x743FAE) is known color: Royal Purple. HEX triplet: 74, 3F and AE. RGB value is (116,63,174). Sum of RGB (Red+Green+Blue) = 116+63+174=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #743FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743FAE is #8BC051. Grayscale: #5B5B5B. Windows color (decimal): -9158738 or 11419508. OLE color: 11419508.
HSL color Cylindrical-coordinate representation of color #743FAE: hue angle of 268.65º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743FAE is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 63 | 174 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.32 |
| HSL | 268.65º | 0.47% | 0.46% | - |
| HSV(B) | 268.65º | 0.64% | 0.68% | - |
| XYZ | 16.62 | 10.32 | 41.16 | - |
| YUV | 91.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 174 | 0.33 | 0.64 | 0 | 0.32 | 268.65 | 0.47 | 0.46 |
| Hex | 74 | 3F | AE | 21 | 40 | 0 | 20 | 10D | 2F | 2E |
| Octal | 164 | 77 | 256 | 41 | 100 | 0 | 40 | 415 | 57 | 56 |
| Binary | 1110100 | 111111 | 10101110 | 100001 | 1000000 | 0 | 100000 | 100001101 | 101111 | 101110 |
Color Harmonies of #743FAE
Complementary color
Monochromatic Colors of #743FAE
Black with #743FAE
Text Example
Text Example
White with #743FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FAE; }
p { color: rgb(116,63,174); }
H1.HeaderClassName
{
color: #743FAE;
}
.AnyTagClassName
{
color: #743FAE;
}
</style>
background-color css
<style>
a { background-color: #743FAE; }
a { background-color: rgb(116,63,174); }
div.DivClassName
{
background-color: #743FAE;
}
.BgClassName
{
background-color: #743FAE;
}
</style>
border-color css
<style>
span { border-color: #743FAE; }
span { border-color: rgb(116,63,174); }
td.TdClassName
{
border-color: #743FAE;
}
.TagClassName
{
border-color: #743FAE;
}
</style>