Shades of Royal Purple #742D9D
Tints of Royal Purple #742D9D
RGB
CMYK
RGB Variations
Color information
#742D9D (or 0x742D9D) is known color: Royal Purple. HEX triplet: 74, 2D and 9D. RGB value is (116,45,157). Sum of RGB (Red+Green+Blue) = 116+45+157=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #742D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742D9D is #8BD262. Grayscale: #4E4E4E. Windows color (decimal): -9163363 or 10300788. OLE color: 10300788.
HSL color Cylindrical-coordinate representation of color #742D9D: hue angle of 278.04º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742D9D is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 45 | 157 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.38 |
| HSL | 278.04º | 0.55% | 0.4% | - |
| HSV(B) | 278.04º | 0.71% | 0.62% | - |
| XYZ | 14.23 | 8.02 | 32.7 | - |
| YUV | 79 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 157 | 0.26 | 0.71 | 0 | 0.38 | 278.04 | 0.55 | 0.4 |
| Hex | 74 | 2D | 9D | 1A | 47 | 0 | 26 | 116 | 37 | 28 |
| Octal | 164 | 55 | 235 | 32 | 107 | 0 | 46 | 426 | 67 | 50 |
| Binary | 1110100 | 101101 | 10011101 | 11010 | 1000111 | 0 | 100110 | 100010110 | 110111 | 101000 |
Color Harmonies of #742D9D
Complementary color
Monochromatic Colors of #742D9D
Black with #742D9D
Text Example
Text Example
White with #742D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D9D; }
p { color: rgb(116,45,157); }
H1.HeaderClassName
{
color: #742D9D;
}
.AnyTagClassName
{
color: #742D9D;
}
</style>
background-color css
<style>
a { background-color: #742D9D; }
a { background-color: rgb(116,45,157); }
div.DivClassName
{
background-color: #742D9D;
}
.BgClassName
{
background-color: #742D9D;
}
</style>
border-color css
<style>
span { border-color: #742D9D; }
span { border-color: rgb(116,45,157); }
td.TdClassName
{
border-color: #742D9D;
}
.TagClassName
{
border-color: #742D9D;
}
</style>