Shades of Royal Purple #762CAA
Tints of Royal Purple #762CAA
RGB
CMYK
RGB Variations
Color information
#762CAA (or 0x762CAA) is known color: Royal Purple. HEX triplet: 76, 2C and AA. RGB value is (118,44,170). Sum of RGB (Red+Green+Blue) = 118+44+170=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #762CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762CAA is #89D355. Grayscale: #505050. Windows color (decimal): -9032534 or 11152502. OLE color: 11152502.
HSL color Cylindrical-coordinate representation of color #762CAA: hue angle of 275.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762CAA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 44 | 170 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.33 |
| HSL | 275.24º | 0.59% | 0.42% | - |
| HSV(B) | 275.24º | 0.74% | 0.67% | - |
| XYZ | 15.63 | 8.56 | 38.86 | - |
| YUV | 80.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 170 | 0.31 | 0.74 | 0 | 0.33 | 275.24 | 0.59 | 0.42 |
| Hex | 76 | 2C | AA | 1F | 4A | 0 | 21 | 113 | 3B | 2A |
| Octal | 166 | 54 | 252 | 37 | 112 | 0 | 41 | 423 | 73 | 52 |
| Binary | 1110110 | 101100 | 10101010 | 11111 | 1001010 | 0 | 100001 | 100010011 | 111011 | 101010 |
Color Harmonies of #762CAA
Complementary color
Monochromatic Colors of #762CAA
Black with #762CAA
Text Example
Text Example
White with #762CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CAA; }
p { color: rgb(118,44,170); }
H1.HeaderClassName
{
color: #762CAA;
}
.AnyTagClassName
{
color: #762CAA;
}
</style>
background-color css
<style>
a { background-color: #762CAA; }
a { background-color: rgb(118,44,170); }
div.DivClassName
{
background-color: #762CAA;
}
.BgClassName
{
background-color: #762CAA;
}
</style>
border-color css
<style>
span { border-color: #762CAA; }
span { border-color: rgb(118,44,170); }
td.TdClassName
{
border-color: #762CAA;
}
.TagClassName
{
border-color: #762CAA;
}
</style>