Shades of Royal Purple #76399F
Tints of Royal Purple #76399F
RGB
CMYK
RGB Variations
Color information
#76399F (or 0x76399F) is known color: Royal Purple. HEX triplet: 76, 39 and 9F. RGB value is (118,57,159). Sum of RGB (Red+Green+Blue) = 118+57+159=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #76399F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76399F is #89C660. Grayscale: #565656. Windows color (decimal): -9029217 or 10434934. OLE color: 10434934.
HSL color Cylindrical-coordinate representation of color #76399F: hue angle of 275.88º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76399F is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 57 | 159 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.38 |
| HSL | 275.88º | 0.47% | 0.42% | - |
| HSV(B) | 275.88º | 0.64% | 0.62% | - |
| XYZ | 15.19 | 9.28 | 33.79 | - |
| YUV | 86.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 159 | 0.26 | 0.64 | 0 | 0.38 | 275.88 | 0.47 | 0.42 |
| Hex | 76 | 39 | 9F | 1A | 40 | 0 | 26 | 114 | 2F | 2A |
| Octal | 166 | 71 | 237 | 32 | 100 | 0 | 46 | 424 | 57 | 52 |
| Binary | 1110110 | 111001 | 10011111 | 11010 | 1000000 | 0 | 100110 | 100010100 | 101111 | 101010 |
Color Harmonies of #76399F
Complementary color
Monochromatic Colors of #76399F
Black with #76399F
Text Example
Text Example
White with #76399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76399F; }
p { color: rgb(118,57,159); }
H1.HeaderClassName
{
color: #76399F;
}
.AnyTagClassName
{
color: #76399F;
}
</style>
background-color css
<style>
a { background-color: #76399F; }
a { background-color: rgb(118,57,159); }
div.DivClassName
{
background-color: #76399F;
}
.BgClassName
{
background-color: #76399F;
}
</style>
border-color css
<style>
span { border-color: #76399F; }
span { border-color: rgb(118,57,159); }
td.TdClassName
{
border-color: #76399F;
}
.TagClassName
{
border-color: #76399F;
}
</style>