Shades of Royal Purple #742FA4
Tints of Royal Purple #742FA4
RGB
CMYK
RGB Variations
Color information
#742FA4 (or 0x742FA4) is known color: Royal Purple. HEX triplet: 74, 2F and A4. RGB value is (116,47,164). Sum of RGB (Red+Green+Blue) = 116+47+164=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #742FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742FA4 is #8BD05B. Grayscale: #505050. Windows color (decimal): -9162844 or 10760052. OLE color: 10760052.
HSL color Cylindrical-coordinate representation of color #742FA4: hue angle of 275.38º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742FA4 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 47 | 164 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.36 |
| HSL | 275.38º | 0.55% | 0.41% | - |
| HSV(B) | 275.38º | 0.71% | 0.64% | - |
| XYZ | 14.92 | 8.43 | 35.96 | - |
| YUV | 80.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 164 | 0.29 | 0.71 | 0 | 0.36 | 275.38 | 0.55 | 0.41 |
| Hex | 74 | 2F | A4 | 1D | 47 | 0 | 24 | 113 | 37 | 29 |
| Octal | 164 | 57 | 244 | 35 | 107 | 0 | 44 | 423 | 67 | 51 |
| Binary | 1110100 | 101111 | 10100100 | 11101 | 1000111 | 0 | 100100 | 100010011 | 110111 | 101001 |
Color Harmonies of #742FA4
Complementary color
Monochromatic Colors of #742FA4
Black with #742FA4
Text Example
Text Example
White with #742FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FA4; }
p { color: rgb(116,47,164); }
H1.HeaderClassName
{
color: #742FA4;
}
.AnyTagClassName
{
color: #742FA4;
}
</style>
background-color css
<style>
a { background-color: #742FA4; }
a { background-color: rgb(116,47,164); }
div.DivClassName
{
background-color: #742FA4;
}
.BgClassName
{
background-color: #742FA4;
}
</style>
border-color css
<style>
span { border-color: #742FA4; }
span { border-color: rgb(116,47,164); }
td.TdClassName
{
border-color: #742FA4;
}
.TagClassName
{
border-color: #742FA4;
}
</style>