Shades of Royal Purple #743D97
Tints of Royal Purple #743D97
RGB
CMYK
RGB Variations
Color information
#743D97 (or 0x743D97) is known color: Royal Purple. HEX triplet: 74, 3D and 97. RGB value is (116,61,151). Sum of RGB (Red+Green+Blue) = 116+61+151=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #743D97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743D97 is #8BC268. Grayscale: #575757. Windows color (decimal): -9159273 or 9911668. OLE color: 9911668.
HSL color Cylindrical-coordinate representation of color #743D97: hue angle of 276.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743D97 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 61 | 151 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.41 |
| HSL | 276.67º | 0.42% | 0.42% | - |
| HSV(B) | 276.67º | 0.6% | 0.59% | - |
| XYZ | 14.46 | 9.28 | 30.31 | - |
| YUV | 87.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 151 | 0.23 | 0.60 | 0 | 0.41 | 276.67 | 0.42 | 0.42 |
| Hex | 74 | 3D | 97 | 17 | 3C | 0 | 29 | 115 | 2A | 2A |
| Octal | 164 | 75 | 227 | 27 | 74 | 0 | 51 | 425 | 52 | 52 |
| Binary | 1110100 | 111101 | 10010111 | 10111 | 111100 | 0 | 101001 | 100010101 | 101010 | 101010 |
Color Harmonies of #743D97
Complementary color
Monochromatic Colors of #743D97
Black with #743D97
Text Example
Text Example
White with #743D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D97; }
p { color: rgb(116,61,151); }
H1.HeaderClassName
{
color: #743D97;
}
.AnyTagClassName
{
color: #743D97;
}
</style>
background-color css
<style>
a { background-color: #743D97; }
a { background-color: rgb(116,61,151); }
div.DivClassName
{
background-color: #743D97;
}
.BgClassName
{
background-color: #743D97;
}
</style>
border-color css
<style>
span { border-color: #743D97; }
span { border-color: rgb(116,61,151); }
td.TdClassName
{
border-color: #743D97;
}
.TagClassName
{
border-color: #743D97;
}
</style>