Shades of Royal Purple #742BA9
Tints of Royal Purple #742BA9
RGB
CMYK
RGB Variations
Color information
#742BA9 (or 0x742BA9) is known color: Royal Purple. HEX triplet: 74, 2B and A9. RGB value is (116,43,169). Sum of RGB (Red+Green+Blue) = 116+43+169=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #742BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742BA9 is #8BD456. Grayscale: #4E4E4E. Windows color (decimal): -9163863 or 11086708. OLE color: 11086708.
HSL color Cylindrical-coordinate representation of color #742BA9: hue angle of 274.76º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742BA9 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 43 | 169 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.34 |
| HSL | 274.76º | 0.59% | 0.42% | - |
| HSV(B) | 274.76º | 0.75% | 0.66% | - |
| XYZ | 15.23 | 8.31 | 38.34 | - |
| YUV | 79.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 169 | 0.31 | 0.75 | 0 | 0.34 | 274.76 | 0.59 | 0.42 |
| Hex | 74 | 2B | A9 | 1F | 4B | 0 | 22 | 113 | 3B | 2A |
| Octal | 164 | 53 | 251 | 37 | 113 | 0 | 42 | 423 | 73 | 52 |
| Binary | 1110100 | 101011 | 10101001 | 11111 | 1001011 | 0 | 100010 | 100010011 | 111011 | 101010 |
Color Harmonies of #742BA9
Complementary color
Monochromatic Colors of #742BA9
Black with #742BA9
Text Example
Text Example
White with #742BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BA9; }
p { color: rgb(116,43,169); }
H1.HeaderClassName
{
color: #742BA9;
}
.AnyTagClassName
{
color: #742BA9;
}
</style>
background-color css
<style>
a { background-color: #742BA9; }
a { background-color: rgb(116,43,169); }
div.DivClassName
{
background-color: #742BA9;
}
.BgClassName
{
background-color: #742BA9;
}
</style>
border-color css
<style>
span { border-color: #742BA9; }
span { border-color: rgb(116,43,169); }
td.TdClassName
{
border-color: #742BA9;
}
.TagClassName
{
border-color: #742BA9;
}
</style>