Shades of Royal Purple #7728A4
Tints of Royal Purple #7728A4
RGB
CMYK
RGB Variations
Color information
#7728A4 (or 0x7728A4) is known color: Royal Purple. HEX triplet: 77, 28 and A4. RGB value is (119,40,164). Sum of RGB (Red+Green+Blue) = 119+40+164=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #7728A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7728A4 is #88D75B. Grayscale: #4D4D4D. Windows color (decimal): -8968028 or 10758263. OLE color: 10758263.
HSL color Cylindrical-coordinate representation of color #7728A4: hue angle of 278.23º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7728A4 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 40 | 164 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.36 |
| HSL | 278.23º | 0.61% | 0.4% | - |
| HSV(B) | 278.23º | 0.76% | 0.64% | - |
| XYZ | 15.07 | 8.12 | 35.9 | - |
| YUV | 77.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 164 | 0.27 | 0.76 | 0 | 0.36 | 278.23 | 0.61 | 0.4 |
| Hex | 77 | 28 | A4 | 1B | 4C | 0 | 24 | 116 | 3D | 28 |
| Octal | 167 | 50 | 244 | 33 | 114 | 0 | 44 | 426 | 75 | 50 |
| Binary | 1110111 | 101000 | 10100100 | 11011 | 1001100 | 0 | 100100 | 100010110 | 111101 | 101000 |
Color Harmonies of #7728A4
Complementary color
Monochromatic Colors of #7728A4
Black with #7728A4
Text Example
Text Example
White with #7728A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7728A4; }
p { color: rgb(119,40,164); }
H1.HeaderClassName
{
color: #7728A4;
}
.AnyTagClassName
{
color: #7728A4;
}
</style>
background-color css
<style>
a { background-color: #7728A4; }
a { background-color: rgb(119,40,164); }
div.DivClassName
{
background-color: #7728A4;
}
.BgClassName
{
background-color: #7728A4;
}
</style>
border-color css
<style>
span { border-color: #7728A4; }
span { border-color: rgb(119,40,164); }
td.TdClassName
{
border-color: #7728A4;
}
.TagClassName
{
border-color: #7728A4;
}
</style>