Shades of Royal Purple #7128A4
Tints of Royal Purple #7128A4
RGB
CMYK
RGB Variations
Color information
#7128A4 (or 0x7128A4) is known color: Royal Purple. HEX triplet: 71, 28 and A4. RGB value is (113,40,164). Sum of RGB (Red+Green+Blue) = 113+40+164=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 164 (64.45% from 255 or 51.74% from 317); Max value from RGB is 164 - color contains mainly: blue. Hex color #7128A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7128A4 is #8ED75B. Grayscale: #4B4B4B. Windows color (decimal): -9361244 or 10758257. OLE color: 10758257.
HSL color Cylindrical-coordinate representation of color #7128A4: hue angle of 275.32º 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 #7128A4 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 40 | 164 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.36 |
| HSL | 275.32º | 0.61% | 0.4% | - |
| HSV(B) | 275.32º | 0.76% | 0.64% | - |
| XYZ | 14.27 | 7.71 | 35.86 | - |
| YUV | 75.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 164 | 0.31 | 0.76 | 0 | 0.36 | 275.32 | 0.61 | 0.4 |
| Hex | 71 | 28 | A4 | 1F | 4C | 0 | 24 | 113 | 3D | 28 |
| Octal | 161 | 50 | 244 | 37 | 114 | 0 | 44 | 423 | 75 | 50 |
| Binary | 1110001 | 101000 | 10100100 | 11111 | 1001100 | 0 | 100100 | 100010011 | 111101 | 101000 |
Color Harmonies of #7128A4
Complementary color
Monochromatic Colors of #7128A4
Black with #7128A4
Text Example
Text Example
White with #7128A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7128A4; }
p { color: rgb(113,40,164); }
H1.HeaderClassName
{
color: #7128A4;
}
.AnyTagClassName
{
color: #7128A4;
}
</style>
background-color css
<style>
a { background-color: #7128A4; }
a { background-color: rgb(113,40,164); }
div.DivClassName
{
background-color: #7128A4;
}
.BgClassName
{
background-color: #7128A4;
}
</style>
border-color css
<style>
span { border-color: #7128A4; }
span { border-color: rgb(113,40,164); }
td.TdClassName
{
border-color: #7128A4;
}
.TagClassName
{
border-color: #7128A4;
}
</style>