Shades of Royal Purple #742DAF
Tints of Royal Purple #742DAF
RGB
CMYK
RGB Variations
Color information
#742DAF (or 0x742DAF) is known color: Royal Purple. HEX triplet: 74, 2D and AF. RGB value is (116,45,175). Sum of RGB (Red+Green+Blue) = 116+45+175=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #742DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742DAF is #8BD250. Grayscale: #505050. Windows color (decimal): -9163345 or 11480436. OLE color: 11480436.
HSL color Cylindrical-coordinate representation of color #742DAF: hue angle of 272.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742DAF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 45 | 175 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.31 |
| HSL | 272.77º | 0.59% | 0.43% | - |
| HSV(B) | 272.77º | 0.74% | 0.69% | - |
| XYZ | 15.88 | 8.68 | 41.4 | - |
| YUV | 81.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 175 | 0.34 | 0.74 | 0 | 0.31 | 272.77 | 0.59 | 0.43 |
| Hex | 74 | 2D | AF | 22 | 4A | 0 | 1F | 111 | 3B | 2B |
| Octal | 164 | 55 | 257 | 42 | 112 | 0 | 37 | 421 | 73 | 53 |
| Binary | 1110100 | 101101 | 10101111 | 100010 | 1001010 | 0 | 11111 | 100010001 | 111011 | 101011 |
Color Harmonies of #742DAF
Complementary color
Monochromatic Colors of #742DAF
Black with #742DAF
Text Example
Text Example
White with #742DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DAF; }
p { color: rgb(116,45,175); }
H1.HeaderClassName
{
color: #742DAF;
}
.AnyTagClassName
{
color: #742DAF;
}
</style>
background-color css
<style>
a { background-color: #742DAF; }
a { background-color: rgb(116,45,175); }
div.DivClassName
{
background-color: #742DAF;
}
.BgClassName
{
background-color: #742DAF;
}
</style>
border-color css
<style>
span { border-color: #742DAF; }
span { border-color: rgb(116,45,175); }
td.TdClassName
{
border-color: #742DAF;
}
.TagClassName
{
border-color: #742DAF;
}
</style>