Shades of Royal Purple #762CA4
Tints of Royal Purple #762CA4
RGB
CMYK
RGB Variations
Color information
#762CA4 (or 0x762CA4) is known color: Royal Purple. HEX triplet: 76, 2C and A4. RGB value is (118,44,164). Sum of RGB (Red+Green+Blue) = 118+44+164=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #762CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762CA4 is #89D35B. Grayscale: #4F4F4F. Windows color (decimal): -9032540 or 10759286. OLE color: 10759286.
HSL color Cylindrical-coordinate representation of color #762CA4: hue angle of 277º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762CA4 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 44 | 164 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.36 |
| HSL | 277º | 0.58% | 0.41% | - |
| HSV(B) | 277º | 0.73% | 0.64% | - |
| XYZ | 15.07 | 8.33 | 35.94 | - |
| YUV | 79.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 164 | 0.28 | 0.73 | 0 | 0.36 | 277 | 0.58 | 0.41 |
| Hex | 76 | 2C | A4 | 1C | 49 | 0 | 24 | 115 | 3A | 29 |
| Octal | 166 | 54 | 244 | 34 | 111 | 0 | 44 | 425 | 72 | 51 |
| Binary | 1110110 | 101100 | 10100100 | 11100 | 1001001 | 0 | 100100 | 100010101 | 111010 | 101001 |
Color Harmonies of #762CA4
Complementary color
Monochromatic Colors of #762CA4
Black with #762CA4
Text Example
Text Example
White with #762CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CA4; }
p { color: rgb(118,44,164); }
H1.HeaderClassName
{
color: #762CA4;
}
.AnyTagClassName
{
color: #762CA4;
}
</style>
background-color css
<style>
a { background-color: #762CA4; }
a { background-color: rgb(118,44,164); }
div.DivClassName
{
background-color: #762CA4;
}
.BgClassName
{
background-color: #762CA4;
}
</style>
border-color css
<style>
span { border-color: #762CA4; }
span { border-color: rgb(118,44,164); }
td.TdClassName
{
border-color: #762CA4;
}
.TagClassName
{
border-color: #762CA4;
}
</style>