Shades of Royal Purple #74349B
Tints of Royal Purple #74349B
RGB
CMYK
RGB Variations
Color information
#74349B (or 0x74349B) is known color: Royal Purple. HEX triplet: 74, 34 and 9B. RGB value is (116,52,155). Sum of RGB (Red+Green+Blue) = 116+52+155=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #74349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74349B is #8BCB64. Grayscale: #525252. Windows color (decimal): -9161573 or 10171508. OLE color: 10171508.
HSL color Cylindrical-coordinate representation of color #74349B: hue angle of 277.28º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74349B is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 52 | 155 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.39 |
| HSL | 277.28º | 0.5% | 0.41% | - |
| HSV(B) | 277.28º | 0.66% | 0.61% | - |
| XYZ | 14.35 | 8.54 | 31.9 | - |
| YUV | 82.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 155 | 0.25 | 0.66 | 0 | 0.39 | 277.28 | 0.5 | 0.41 |
| Hex | 74 | 34 | 9B | 19 | 42 | 0 | 27 | 115 | 32 | 29 |
| Octal | 164 | 64 | 233 | 31 | 102 | 0 | 47 | 425 | 62 | 51 |
| Binary | 1110100 | 110100 | 10011011 | 11001 | 1000010 | 0 | 100111 | 100010101 | 110010 | 101001 |
Color Harmonies of #74349B
Complementary color
Monochromatic Colors of #74349B
Black with #74349B
Text Example
Text Example
White with #74349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74349B; }
p { color: rgb(116,52,155); }
H1.HeaderClassName
{
color: #74349B;
}
.AnyTagClassName
{
color: #74349B;
}
</style>
background-color css
<style>
a { background-color: #74349B; }
a { background-color: rgb(116,52,155); }
div.DivClassName
{
background-color: #74349B;
}
.BgClassName
{
background-color: #74349B;
}
</style>
border-color css
<style>
span { border-color: #74349B; }
span { border-color: rgb(116,52,155); }
td.TdClassName
{
border-color: #74349B;
}
.TagClassName
{
border-color: #74349B;
}
</style>