Shades of Royal Purple #7136AF
Tints of Royal Purple #7136AF
RGB
CMYK
RGB Variations
Color information
#7136AF (or 0x7136AF) is known color: Royal Purple. HEX triplet: 71, 36 and AF. RGB value is (113,54,175). Sum of RGB (Red+Green+Blue) = 113+54+175=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #7136AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7136AF is #8EC950. Grayscale: #555555. Windows color (decimal): -9357649 or 11482737. OLE color: 11482737.
HSL color Cylindrical-coordinate representation of color #7136AF: hue angle of 269.26º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7136AF is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 54 | 175 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.31 |
| HSL | 269.26º | 0.53% | 0.45% | - |
| HSV(B) | 269.26º | 0.69% | 0.69% | - |
| XYZ | 15.87 | 9.24 | 41.51 | - |
| YUV | 85.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 175 | 0.35 | 0.69 | 0 | 0.31 | 269.26 | 0.53 | 0.45 |
| Hex | 71 | 36 | AF | 23 | 45 | 0 | 1F | 10D | 35 | 2D |
| Octal | 161 | 66 | 257 | 43 | 105 | 0 | 37 | 415 | 65 | 55 |
| Binary | 1110001 | 110110 | 10101111 | 100011 | 1000101 | 0 | 11111 | 100001101 | 110101 | 101101 |
Color Harmonies of #7136AF
Complementary color
Monochromatic Colors of #7136AF
Black with #7136AF
Text Example
Text Example
White with #7136AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7136AF; }
p { color: rgb(113,54,175); }
H1.HeaderClassName
{
color: #7136AF;
}
.AnyTagClassName
{
color: #7136AF;
}
</style>
background-color css
<style>
a { background-color: #7136AF; }
a { background-color: rgb(113,54,175); }
div.DivClassName
{
background-color: #7136AF;
}
.BgClassName
{
background-color: #7136AF;
}
</style>
border-color css
<style>
span { border-color: #7136AF; }
span { border-color: rgb(113,54,175); }
td.TdClassName
{
border-color: #7136AF;
}
.TagClassName
{
border-color: #7136AF;
}
</style>