Shades of Royal Purple #713BA4
Tints of Royal Purple #713BA4
RGB
CMYK
RGB Variations
Color information
#713BA4 (or 0x713BA4) is known color: Royal Purple. HEX triplet: 71, 3B and A4. RGB value is (113,59,164). Sum of RGB (Red+Green+Blue) = 113+59+164=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #713BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713BA4 is #8EC45B. Grayscale: #565656. Windows color (decimal): -9356380 or 10763121. OLE color: 10763121.
HSL color Cylindrical-coordinate representation of color #713BA4: hue angle of 270.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713BA4 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 59 | 164 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.36 |
| HSL | 270.86º | 0.47% | 0.44% | - |
| HSV(B) | 270.86º | 0.64% | 0.64% | - |
| XYZ | 15.07 | 9.32 | 36.13 | - |
| YUV | 87.12 | 171.39 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 164 | 0.31 | 0.64 | 0 | 0.36 | 270.86 | 0.47 | 0.44 |
| Hex | 71 | 3B | A4 | 1F | 40 | 0 | 24 | 10F | 2F | 2C |
| Octal | 161 | 73 | 244 | 37 | 100 | 0 | 44 | 417 | 57 | 54 |
| Binary | 1110001 | 111011 | 10100100 | 11111 | 1000000 | 0 | 100100 | 100001111 | 101111 | 101100 |
Color Harmonies of #713BA4
Complementary color
Monochromatic Colors of #713BA4
Black with #713BA4
Text Example
Text Example
White with #713BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BA4; }
p { color: rgb(113,59,164); }
H1.HeaderClassName
{
color: #713BA4;
}
.AnyTagClassName
{
color: #713BA4;
}
</style>
background-color css
<style>
a { background-color: #713BA4; }
a { background-color: rgb(113,59,164); }
div.DivClassName
{
background-color: #713BA4;
}
.BgClassName
{
background-color: #713BA4;
}
</style>
border-color css
<style>
span { border-color: #713BA4; }
span { border-color: rgb(113,59,164); }
td.TdClassName
{
border-color: #713BA4;
}
.TagClassName
{
border-color: #713BA4;
}
</style>