Shades of Royal Purple #74359D
Tints of Royal Purple #74359D
RGB
CMYK
RGB Variations
Color information
#74359D (or 0x74359D) is known color: Royal Purple. HEX triplet: 74, 35 and 9D. RGB value is (116,53,157). Sum of RGB (Red+Green+Blue) = 116+53+157=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #74359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74359D is #8BCA62. Grayscale: #535353. Windows color (decimal): -9161315 or 10302836. OLE color: 10302836.
HSL color Cylindrical-coordinate representation of color #74359D: hue angle of 276.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74359D is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 53 | 157 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.38 |
| HSL | 276.35º | 0.5% | 0.41% | - |
| HSV(B) | 276.35º | 0.66% | 0.62% | - |
| XYZ | 14.56 | 8.69 | 32.81 | - |
| YUV | 83.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 157 | 0.26 | 0.66 | 0 | 0.38 | 276.35 | 0.5 | 0.41 |
| Hex | 74 | 35 | 9D | 1A | 42 | 0 | 26 | 114 | 32 | 29 |
| Octal | 164 | 65 | 235 | 32 | 102 | 0 | 46 | 424 | 62 | 51 |
| Binary | 1110100 | 110101 | 10011101 | 11010 | 1000010 | 0 | 100110 | 100010100 | 110010 | 101001 |
Color Harmonies of #74359D
Complementary color
Monochromatic Colors of #74359D
Black with #74359D
Text Example
Text Example
White with #74359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74359D; }
p { color: rgb(116,53,157); }
H1.HeaderClassName
{
color: #74359D;
}
.AnyTagClassName
{
color: #74359D;
}
</style>
background-color css
<style>
a { background-color: #74359D; }
a { background-color: rgb(116,53,157); }
div.DivClassName
{
background-color: #74359D;
}
.BgClassName
{
background-color: #74359D;
}
</style>
border-color css
<style>
span { border-color: #74359D; }
span { border-color: rgb(116,53,157); }
td.TdClassName
{
border-color: #74359D;
}
.TagClassName
{
border-color: #74359D;
}
</style>