Shades of Royal Purple #7B35AD
Tints of Royal Purple #7B35AD
RGB
CMYK
RGB Variations
Color information
#7B35AD (or 0x7B35AD) is known color: Royal Purple. HEX triplet: 7B, 35 and AD. RGB value is (123,53,173). Sum of RGB (Red+Green+Blue) = 123+53+173=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B35AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B35AD is #84CA52. Grayscale: #575757. Windows color (decimal): -8702547 or 11351419. OLE color: 11351419.
HSL color Cylindrical-coordinate representation of color #7B35AD: hue angle of 275º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B35AD is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 53 | 173 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.32 |
| HSL | 275º | 0.53% | 0.44% | - |
| HSV(B) | 275º | 0.69% | 0.68% | - |
| XYZ | 16.98 | 9.77 | 40.53 | - |
| YUV | 87.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 173 | 0.29 | 0.69 | 0 | 0.32 | 275 | 0.53 | 0.44 |
| Hex | 7B | 35 | AD | 1D | 45 | 0 | 20 | 113 | 35 | 2C |
| Octal | 173 | 65 | 255 | 35 | 105 | 0 | 40 | 423 | 65 | 54 |
| Binary | 1111011 | 110101 | 10101101 | 11101 | 1000101 | 0 | 100000 | 100010011 | 110101 | 101100 |
Color Harmonies of #7B35AD
Complementary color
Monochromatic Colors of #7B35AD
Black with #7B35AD
Text Example
Text Example
White with #7B35AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B35AD; }
p { color: rgb(123,53,173); }
H1.HeaderClassName
{
color: #7B35AD;
}
.AnyTagClassName
{
color: #7B35AD;
}
</style>
background-color css
<style>
a { background-color: #7B35AD; }
a { background-color: rgb(123,53,173); }
div.DivClassName
{
background-color: #7B35AD;
}
.BgClassName
{
background-color: #7B35AD;
}
</style>
border-color css
<style>
span { border-color: #7B35AD; }
span { border-color: rgb(123,53,173); }
td.TdClassName
{
border-color: #7B35AD;
}
.TagClassName
{
border-color: #7B35AD;
}
</style>