Shades of Royal Purple #74379D
Tints of Royal Purple #74379D
RGB
CMYK
RGB Variations
Color information
#74379D (or 0x74379D) is known color: Royal Purple. HEX triplet: 74, 37 and 9D. RGB value is (116,55,157). Sum of RGB (Red+Green+Blue) = 116+55+157=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #74379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74379D is #8BC862. Grayscale: #545454. Windows color (decimal): -9160803 or 10303348. OLE color: 10303348.
HSL color Cylindrical-coordinate representation of color #74379D: hue angle of 275.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74379D is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 55 | 157 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.38 |
| HSL | 275.88º | 0.48% | 0.42% | - |
| HSV(B) | 275.88º | 0.65% | 0.62% | - |
| XYZ | 14.65 | 8.88 | 32.84 | - |
| YUV | 84.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 157 | 0.26 | 0.65 | 0 | 0.38 | 275.88 | 0.48 | 0.42 |
| Hex | 74 | 37 | 9D | 1A | 41 | 0 | 26 | 114 | 30 | 2A |
| Octal | 164 | 67 | 235 | 32 | 101 | 0 | 46 | 424 | 60 | 52 |
| Binary | 1110100 | 110111 | 10011101 | 11010 | 1000001 | 0 | 100110 | 100010100 | 110000 | 101010 |
Color Harmonies of #74379D
Complementary color
Monochromatic Colors of #74379D
Black with #74379D
Text Example
Text Example
White with #74379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74379D; }
p { color: rgb(116,55,157); }
H1.HeaderClassName
{
color: #74379D;
}
.AnyTagClassName
{
color: #74379D;
}
</style>
background-color css
<style>
a { background-color: #74379D; }
a { background-color: rgb(116,55,157); }
div.DivClassName
{
background-color: #74379D;
}
.BgClassName
{
background-color: #74379D;
}
</style>
border-color css
<style>
span { border-color: #74379D; }
span { border-color: rgb(116,55,157); }
td.TdClassName
{
border-color: #74379D;
}
.TagClassName
{
border-color: #74379D;
}
</style>