Shades of Royal Purple #742BA7
Tints of Royal Purple #742BA7
RGB
CMYK
RGB Variations
Color information
#742BA7 (or 0x742BA7) is known color: Royal Purple. HEX triplet: 74, 2B and A7. RGB value is (116,43,167). Sum of RGB (Red+Green+Blue) = 116+43+167=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #742BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742BA7 is #8BD458. Grayscale: #4E4E4E. Windows color (decimal): -9163865 or 10955636. OLE color: 10955636.
HSL color Cylindrical-coordinate representation of color #742BA7: hue angle of 275.32º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742BA7 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 43 | 167 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.35 |
| HSL | 275.32º | 0.59% | 0.41% | - |
| HSV(B) | 275.32º | 0.74% | 0.65% | - |
| XYZ | 15.04 | 8.23 | 37.36 | - |
| YUV | 78.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 167 | 0.31 | 0.74 | 0 | 0.35 | 275.32 | 0.59 | 0.41 |
| Hex | 74 | 2B | A7 | 1F | 4A | 0 | 23 | 113 | 3B | 29 |
| Octal | 164 | 53 | 247 | 37 | 112 | 0 | 43 | 423 | 73 | 51 |
| Binary | 1110100 | 101011 | 10100111 | 11111 | 1001010 | 0 | 100011 | 100010011 | 111011 | 101001 |
Color Harmonies of #742BA7
Complementary color
Monochromatic Colors of #742BA7
Black with #742BA7
Text Example
Text Example
White with #742BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BA7; }
p { color: rgb(116,43,167); }
H1.HeaderClassName
{
color: #742BA7;
}
.AnyTagClassName
{
color: #742BA7;
}
</style>
background-color css
<style>
a { background-color: #742BA7; }
a { background-color: rgb(116,43,167); }
div.DivClassName
{
background-color: #742BA7;
}
.BgClassName
{
background-color: #742BA7;
}
</style>
border-color css
<style>
span { border-color: #742BA7; }
span { border-color: rgb(116,43,167); }
td.TdClassName
{
border-color: #742BA7;
}
.TagClassName
{
border-color: #742BA7;
}
</style>