Shades of Royal Purple #743AAB
Tints of Royal Purple #743AAB
RGB
CMYK
RGB Variations
Color information
#743AAB (or 0x743AAB) is known color: Royal Purple. HEX triplet: 74, 3A and AB. RGB value is (116,58,171). Sum of RGB (Red+Green+Blue) = 116+58+171=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #743AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743AAB is #8BC554. Grayscale: #575757. Windows color (decimal): -9160021 or 11221620. OLE color: 11221620.
HSL color Cylindrical-coordinate representation of color #743AAB: hue angle of 270.8º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743AAB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 58 | 171 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.33 |
| HSL | 270.8º | 0.49% | 0.45% | - |
| HSV(B) | 270.8º | 0.66% | 0.67% | - |
| XYZ | 16.07 | 9.68 | 39.55 | - |
| YUV | 88.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 171 | 0.32 | 0.66 | 0 | 0.33 | 270.8 | 0.49 | 0.45 |
| Hex | 74 | 3A | AB | 20 | 42 | 0 | 21 | 10F | 31 | 2D |
| Octal | 164 | 72 | 253 | 40 | 102 | 0 | 41 | 417 | 61 | 55 |
| Binary | 1110100 | 111010 | 10101011 | 100000 | 1000010 | 0 | 100001 | 100001111 | 110001 | 101101 |
Color Harmonies of #743AAB
Complementary color
Monochromatic Colors of #743AAB
Black with #743AAB
Text Example
Text Example
White with #743AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AAB; }
p { color: rgb(116,58,171); }
H1.HeaderClassName
{
color: #743AAB;
}
.AnyTagClassName
{
color: #743AAB;
}
</style>
background-color css
<style>
a { background-color: #743AAB; }
a { background-color: rgb(116,58,171); }
div.DivClassName
{
background-color: #743AAB;
}
.BgClassName
{
background-color: #743AAB;
}
</style>
border-color css
<style>
span { border-color: #743AAB; }
span { border-color: rgb(116,58,171); }
td.TdClassName
{
border-color: #743AAB;
}
.TagClassName
{
border-color: #743AAB;
}
</style>