Shades of Royal Purple #7427AC
Tints of Royal Purple #7427AC
RGB
CMYK
RGB Variations
Color information
#7427AC (or 0x7427AC) is known color: Royal Purple. HEX triplet: 74, 27 and AC. RGB value is (116,39,172). Sum of RGB (Red+Green+Blue) = 116+39+172=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #7427AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7427AC is #8BD853. Grayscale: #4C4C4C. Windows color (decimal): -9164884 or 11282292. OLE color: 11282292.
HSL color Cylindrical-coordinate representation of color #7427AC: hue angle of 274.74º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7427AC is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 39 | 172 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.33 |
| HSL | 274.74º | 0.63% | 0.41% | - |
| HSV(B) | 274.74º | 0.77% | 0.67% | - |
| XYZ | 15.37 | 8.14 | 39.79 | - |
| YUV | 77.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 172 | 0.33 | 0.77 | 0 | 0.33 | 274.74 | 0.63 | 0.41 |
| Hex | 74 | 27 | AC | 21 | 4D | 0 | 21 | 113 | 3F | 29 |
| Octal | 164 | 47 | 254 | 41 | 115 | 0 | 41 | 423 | 77 | 51 |
| Binary | 1110100 | 100111 | 10101100 | 100001 | 1001101 | 0 | 100001 | 100010011 | 111111 | 101001 |
Color Harmonies of #7427AC
Complementary color
Monochromatic Colors of #7427AC
Black with #7427AC
Text Example
Text Example
White with #7427AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7427AC; }
p { color: rgb(116,39,172); }
H1.HeaderClassName
{
color: #7427AC;
}
.AnyTagClassName
{
color: #7427AC;
}
</style>
background-color css
<style>
a { background-color: #7427AC; }
a { background-color: rgb(116,39,172); }
div.DivClassName
{
background-color: #7427AC;
}
.BgClassName
{
background-color: #7427AC;
}
</style>
border-color css
<style>
span { border-color: #7427AC; }
span { border-color: rgb(116,39,172); }
td.TdClassName
{
border-color: #7427AC;
}
.TagClassName
{
border-color: #7427AC;
}
</style>