Shades of Royal Purple #7736A2
Tints of Royal Purple #7736A2
RGB
CMYK
RGB Variations
Color information
#7736A2 (or 0x7736A2) is known color: Royal Purple. HEX triplet: 77, 36 and A2. RGB value is (119,54,162). Sum of RGB (Red+Green+Blue) = 119+54+162=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: blue. Hex color #7736A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7736A2 is #88C95D. Grayscale: #555555. Windows color (decimal): -8964446 or 10630775. OLE color: 10630775.
HSL color Cylindrical-coordinate representation of color #7736A2: hue angle of 276.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7736A2 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 54 | 162 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.36 |
| HSL | 276.11º | 0.5% | 0.42% | - |
| HSV(B) | 276.11º | 0.67% | 0.64% | - |
| XYZ | 15.45 | 9.17 | 35.14 | - |
| YUV | 85.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 162 | 0.27 | 0.67 | 0 | 0.36 | 276.11 | 0.5 | 0.42 |
| Hex | 77 | 36 | A2 | 1B | 43 | 0 | 24 | 114 | 32 | 2A |
| Octal | 167 | 66 | 242 | 33 | 103 | 0 | 44 | 424 | 62 | 52 |
| Binary | 1110111 | 110110 | 10100010 | 11011 | 1000011 | 0 | 100100 | 100010100 | 110010 | 101010 |
Color Harmonies of #7736A2
Complementary color
Monochromatic Colors of #7736A2
Black with #7736A2
Text Example
Text Example
White with #7736A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7736A2; }
p { color: rgb(119,54,162); }
H1.HeaderClassName
{
color: #7736A2;
}
.AnyTagClassName
{
color: #7736A2;
}
</style>
background-color css
<style>
a { background-color: #7736A2; }
a { background-color: rgb(119,54,162); }
div.DivClassName
{
background-color: #7736A2;
}
.BgClassName
{
background-color: #7736A2;
}
</style>
border-color css
<style>
span { border-color: #7736A2; }
span { border-color: rgb(119,54,162); }
td.TdClassName
{
border-color: #7736A2;
}
.TagClassName
{
border-color: #7736A2;
}
</style>