Shades of Royal Purple #7635B1
Tints of Royal Purple #7635B1
RGB
CMYK
RGB Variations
Color information
#7635B1 (or 0x7635B1) is known color: Royal Purple. HEX triplet: 76, 35 and B1. RGB value is (118,53,177). Sum of RGB (Red+Green+Blue) = 118+53+177=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #7635B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7635B1 is #89CA4E. Grayscale: #565656. Windows color (decimal): -9030223 or 11613558. OLE color: 11613558.
HSL color Cylindrical-coordinate representation of color #7635B1: hue angle of 271.45º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7635B1 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 53 | 177 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.31 |
| HSL | 271.45º | 0.54% | 0.45% | - |
| HSV(B) | 271.45º | 0.7% | 0.69% | - |
| XYZ | 16.68 | 9.57 | 42.56 | - |
| YUV | 86.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 177 | 0.33 | 0.70 | 0 | 0.31 | 271.45 | 0.54 | 0.45 |
| Hex | 76 | 35 | B1 | 21 | 46 | 0 | 1F | 10F | 36 | 2D |
| Octal | 166 | 65 | 261 | 41 | 106 | 0 | 37 | 417 | 66 | 55 |
| Binary | 1110110 | 110101 | 10110001 | 100001 | 1000110 | 0 | 11111 | 100001111 | 110110 | 101101 |
Color Harmonies of #7635B1
Complementary color
Monochromatic Colors of #7635B1
Black with #7635B1
Text Example
Text Example
White with #7635B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7635B1; }
p { color: rgb(118,53,177); }
H1.HeaderClassName
{
color: #7635B1;
}
.AnyTagClassName
{
color: #7635B1;
}
</style>
background-color css
<style>
a { background-color: #7635B1; }
a { background-color: rgb(118,53,177); }
div.DivClassName
{
background-color: #7635B1;
}
.BgClassName
{
background-color: #7635B1;
}
</style>
border-color css
<style>
span { border-color: #7635B1; }
span { border-color: rgb(118,53,177); }
td.TdClassName
{
border-color: #7635B1;
}
.TagClassName
{
border-color: #7635B1;
}
</style>