Shades of Royal Purple #762AAF
Tints of Royal Purple #762AAF
RGB
CMYK
RGB Variations
Color information
#762AAF (or 0x762AAF) is known color: Royal Purple. HEX triplet: 76, 2A and AF. RGB value is (118,42,175). Sum of RGB (Red+Green+Blue) = 118+42+175=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #762AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762AAF is #89D550. Grayscale: #4F4F4F. Windows color (decimal): -9033041 or 11479670. OLE color: 11479670.
HSL color Cylindrical-coordinate representation of color #762AAF: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762AAF is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 42 | 175 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.31 |
| HSL | 274.29º | 0.61% | 0.43% | - |
| HSV(B) | 274.29º | 0.76% | 0.69% | - |
| XYZ | 16.04 | 8.6 | 41.37 | - |
| YUV | 79.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 175 | 0.33 | 0.76 | 0 | 0.31 | 274.29 | 0.61 | 0.43 |
| Hex | 76 | 2A | AF | 21 | 4C | 0 | 1F | 112 | 3D | 2B |
| Octal | 166 | 52 | 257 | 41 | 114 | 0 | 37 | 422 | 75 | 53 |
| Binary | 1110110 | 101010 | 10101111 | 100001 | 1001100 | 0 | 11111 | 100010010 | 111101 | 101011 |
Color Harmonies of #762AAF
Complementary color
Monochromatic Colors of #762AAF
Black with #762AAF
Text Example
Text Example
White with #762AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762AAF; }
p { color: rgb(118,42,175); }
H1.HeaderClassName
{
color: #762AAF;
}
.AnyTagClassName
{
color: #762AAF;
}
</style>
background-color css
<style>
a { background-color: #762AAF; }
a { background-color: rgb(118,42,175); }
div.DivClassName
{
background-color: #762AAF;
}
.BgClassName
{
background-color: #762AAF;
}
</style>
border-color css
<style>
span { border-color: #762AAF; }
span { border-color: rgb(118,42,175); }
td.TdClassName
{
border-color: #762AAF;
}
.TagClassName
{
border-color: #762AAF;
}
</style>