Shades of Royal Purple #743CAC
Tints of Royal Purple #743CAC
RGB
CMYK
RGB Variations
Color information
#743CAC (or 0x743CAC) is known color: Royal Purple. HEX triplet: 74, 3C and AC. RGB value is (116,60,172). Sum of RGB (Red+Green+Blue) = 116+60+172=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #743CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743CAC is #8BC353. Grayscale: #595959. Windows color (decimal): -9159508 or 11287668. OLE color: 11287668.
HSL color Cylindrical-coordinate representation of color #743CAC: hue angle of 270º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743CAC is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 60 | 172 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.33 |
| HSL | 270º | 0.48% | 0.45% | - |
| HSV(B) | 270º | 0.65% | 0.67% | - |
| XYZ | 16.26 | 9.92 | 40.09 | - |
| YUV | 89.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 172 | 0.33 | 0.65 | 0 | 0.33 | 270 | 0.48 | 0.45 |
| Hex | 74 | 3C | AC | 21 | 41 | 0 | 21 | 10E | 30 | 2D |
| Octal | 164 | 74 | 254 | 41 | 101 | 0 | 41 | 416 | 60 | 55 |
| Binary | 1110100 | 111100 | 10101100 | 100001 | 1000001 | 0 | 100001 | 100001110 | 110000 | 101101 |
Color Harmonies of #743CAC
Complementary color
Monochromatic Colors of #743CAC
Black with #743CAC
Text Example
Text Example
White with #743CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743CAC; }
p { color: rgb(116,60,172); }
H1.HeaderClassName
{
color: #743CAC;
}
.AnyTagClassName
{
color: #743CAC;
}
</style>
background-color css
<style>
a { background-color: #743CAC; }
a { background-color: rgb(116,60,172); }
div.DivClassName
{
background-color: #743CAC;
}
.BgClassName
{
background-color: #743CAC;
}
</style>
border-color css
<style>
span { border-color: #743CAC; }
span { border-color: rgb(116,60,172); }
td.TdClassName
{
border-color: #743CAC;
}
.TagClassName
{
border-color: #743CAC;
}
</style>