Shades of Royal Purple #7E35B2
Tints of Royal Purple #7E35B2
RGB
CMYK
RGB Variations
Color information
#7E35B2 (or 0x7E35B2) is known color: Royal Purple. HEX triplet: 7E, 35 and B2. RGB value is (126,53,178). Sum of RGB (Red+Green+Blue) = 126+53+178=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #7E35B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E35B2 is #81CA4D. Grayscale: #585858. Windows color (decimal): -8505934 or 11679102. OLE color: 11679102.
HSL color Cylindrical-coordinate representation of color #7E35B2: hue angle of 275.04º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E35B2 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 53 | 178 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.30 |
| HSL | 275.04º | 0.54% | 0.45% | - |
| HSV(B) | 275.04º | 0.7% | 0.7% | - |
| XYZ | 17.91 | 10.2 | 43.14 | - |
| YUV | 89.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 178 | 0.29 | 0.70 | 0 | 0.30 | 275.04 | 0.54 | 0.45 |
| Hex | 7E | 35 | B2 | 1D | 46 | 0 | 1E | 113 | 36 | 2D |
| Octal | 176 | 65 | 262 | 35 | 106 | 0 | 36 | 423 | 66 | 55 |
| Binary | 1111110 | 110101 | 10110010 | 11101 | 1000110 | 0 | 11110 | 100010011 | 110110 | 101101 |
Color Harmonies of #7E35B2
Complementary color
Monochromatic Colors of #7E35B2
Black with #7E35B2
Text Example
Text Example
White with #7E35B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E35B2; }
p { color: rgb(126,53,178); }
H1.HeaderClassName
{
color: #7E35B2;
}
.AnyTagClassName
{
color: #7E35B2;
}
</style>
background-color css
<style>
a { background-color: #7E35B2; }
a { background-color: rgb(126,53,178); }
div.DivClassName
{
background-color: #7E35B2;
}
.BgClassName
{
background-color: #7E35B2;
}
</style>
border-color css
<style>
span { border-color: #7E35B2; }
span { border-color: rgb(126,53,178); }
td.TdClassName
{
border-color: #7E35B2;
}
.TagClassName
{
border-color: #7E35B2;
}
</style>