Shades of Royal Purple #742DAB
Tints of Royal Purple #742DAB
RGB
CMYK
RGB Variations
Color information
#742DAB (or 0x742DAB) is known color: Royal Purple. HEX triplet: 74, 2D and AB. RGB value is (116,45,171). Sum of RGB (Red+Green+Blue) = 116+45+171=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #742DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742DAB is #8BD254. Grayscale: #505050. Windows color (decimal): -9163349 or 11218292. OLE color: 11218292.
HSL color Cylindrical-coordinate representation of color #742DAB: hue angle of 273.81º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742DAB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 45 | 171 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.33 |
| HSL | 273.81º | 0.58% | 0.42% | - |
| HSV(B) | 273.81º | 0.74% | 0.67% | - |
| XYZ | 15.49 | 8.53 | 39.36 | - |
| YUV | 80.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 171 | 0.32 | 0.74 | 0 | 0.33 | 273.81 | 0.58 | 0.42 |
| Hex | 74 | 2D | AB | 20 | 4A | 0 | 21 | 112 | 3A | 2A |
| Octal | 164 | 55 | 253 | 40 | 112 | 0 | 41 | 422 | 72 | 52 |
| Binary | 1110100 | 101101 | 10101011 | 100000 | 1001010 | 0 | 100001 | 100010010 | 111010 | 101010 |
Color Harmonies of #742DAB
Complementary color
Monochromatic Colors of #742DAB
Black with #742DAB
Text Example
Text Example
White with #742DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DAB; }
p { color: rgb(116,45,171); }
H1.HeaderClassName
{
color: #742DAB;
}
.AnyTagClassName
{
color: #742DAB;
}
</style>
background-color css
<style>
a { background-color: #742DAB; }
a { background-color: rgb(116,45,171); }
div.DivClassName
{
background-color: #742DAB;
}
.BgClassName
{
background-color: #742DAB;
}
</style>
border-color css
<style>
span { border-color: #742DAB; }
span { border-color: rgb(116,45,171); }
td.TdClassName
{
border-color: #742DAB;
}
.TagClassName
{
border-color: #742DAB;
}
</style>