Shades of Royal Purple #76379C
Tints of Royal Purple #76379C
RGB
CMYK
RGB Variations
Color information
#76379C (or 0x76379C) is known color: Royal Purple. HEX triplet: 76, 37 and 9C. RGB value is (118,55,156). Sum of RGB (Red+Green+Blue) = 118+55+156=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #76379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76379C is #89C863. Grayscale: #555555. Windows color (decimal): -9029732 or 10237814. OLE color: 10237814.
HSL color Cylindrical-coordinate representation of color #76379C: hue angle of 277.43º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76379C is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 55 | 156 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.39 |
| HSL | 277.43º | 0.48% | 0.41% | - |
| HSV(B) | 277.43º | 0.65% | 0.61% | - |
| XYZ | 14.84 | 8.98 | 32.4 | - |
| YUV | 85.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 156 | 0.24 | 0.65 | 0 | 0.39 | 277.43 | 0.48 | 0.41 |
| Hex | 76 | 37 | 9C | 18 | 41 | 0 | 27 | 115 | 30 | 29 |
| Octal | 166 | 67 | 234 | 30 | 101 | 0 | 47 | 425 | 60 | 51 |
| Binary | 1110110 | 110111 | 10011100 | 11000 | 1000001 | 0 | 100111 | 100010101 | 110000 | 101001 |
Color Harmonies of #76379C
Complementary color
Monochromatic Colors of #76379C
Black with #76379C
Text Example
Text Example
White with #76379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76379C; }
p { color: rgb(118,55,156); }
H1.HeaderClassName
{
color: #76379C;
}
.AnyTagClassName
{
color: #76379C;
}
</style>
background-color css
<style>
a { background-color: #76379C; }
a { background-color: rgb(118,55,156); }
div.DivClassName
{
background-color: #76379C;
}
.BgClassName
{
background-color: #76379C;
}
</style>
border-color css
<style>
span { border-color: #76379C; }
span { border-color: rgb(118,55,156); }
td.TdClassName
{
border-color: #76379C;
}
.TagClassName
{
border-color: #76379C;
}
</style>