Shades of Royal Purple #76379F
Tints of Royal Purple #76379F
RGB
CMYK
RGB Variations
Color information
#76379F (or 0x76379F) is known color: Royal Purple. HEX triplet: 76, 37 and 9F. RGB value is (118,55,159). Sum of RGB (Red+Green+Blue) = 118+55+159=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #76379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76379F is #89C860. Grayscale: #555555. Windows color (decimal): -9029729 or 10434422. OLE color: 10434422.
HSL color Cylindrical-coordinate representation of color #76379F: hue angle of 276.35º degrees, saturation: 0.49, 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 #76379F is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 55 | 159 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.38 |
| HSL | 276.35º | 0.49% | 0.42% | - |
| HSV(B) | 276.35º | 0.65% | 0.62% | - |
| XYZ | 15.1 | 9.09 | 33.76 | - |
| YUV | 85.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 159 | 0.26 | 0.65 | 0 | 0.38 | 276.35 | 0.49 | 0.42 |
| Hex | 76 | 37 | 9F | 1A | 41 | 0 | 26 | 114 | 31 | 2A |
| Octal | 166 | 67 | 237 | 32 | 101 | 0 | 46 | 424 | 61 | 52 |
| Binary | 1110110 | 110111 | 10011111 | 11010 | 1000001 | 0 | 100110 | 100010100 | 110001 | 101010 |
Color Harmonies of #76379F
Complementary color
Monochromatic Colors of #76379F
Black with #76379F
Text Example
Text Example
White with #76379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76379F; }
p { color: rgb(118,55,159); }
H1.HeaderClassName
{
color: #76379F;
}
.AnyTagClassName
{
color: #76379F;
}
</style>
background-color css
<style>
a { background-color: #76379F; }
a { background-color: rgb(118,55,159); }
div.DivClassName
{
background-color: #76379F;
}
.BgClassName
{
background-color: #76379F;
}
</style>
border-color css
<style>
span { border-color: #76379F; }
span { border-color: rgb(118,55,159); }
td.TdClassName
{
border-color: #76379F;
}
.TagClassName
{
border-color: #76379F;
}
</style>