Shades of Royal Purple #713CA4
Tints of Royal Purple #713CA4
RGB
CMYK
RGB Variations
Color information
#713CA4 (or 0x713CA4) is known color: Royal Purple. HEX triplet: 71, 3C and A4. RGB value is (113,60,164). Sum of RGB (Red+Green+Blue) = 113+60+164=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #713CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713CA4 is #8EC35B. Grayscale: #575757. Windows color (decimal): -9356124 or 10763377. OLE color: 10763377.
HSL color Cylindrical-coordinate representation of color #713CA4: hue angle of 270.58º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713CA4 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 60 | 164 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.36 |
| HSL | 270.58º | 0.46% | 0.44% | - |
| HSV(B) | 270.58º | 0.63% | 0.64% | - |
| XYZ | 15.13 | 9.42 | 36.14 | - |
| YUV | 87.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 164 | 0.31 | 0.63 | 0 | 0.36 | 270.58 | 0.46 | 0.44 |
| Hex | 71 | 3C | A4 | 1F | 3F | 0 | 24 | 10F | 2E | 2C |
| Octal | 161 | 74 | 244 | 37 | 77 | 0 | 44 | 417 | 56 | 54 |
| Binary | 1110001 | 111100 | 10100100 | 11111 | 111111 | 0 | 100100 | 100001111 | 101110 | 101100 |
Color Harmonies of #713CA4
Complementary color
Monochromatic Colors of #713CA4
Black with #713CA4
Text Example
Text Example
White with #713CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CA4; }
p { color: rgb(113,60,164); }
H1.HeaderClassName
{
color: #713CA4;
}
.AnyTagClassName
{
color: #713CA4;
}
</style>
background-color css
<style>
a { background-color: #713CA4; }
a { background-color: rgb(113,60,164); }
div.DivClassName
{
background-color: #713CA4;
}
.BgClassName
{
background-color: #713CA4;
}
</style>
border-color css
<style>
span { border-color: #713CA4; }
span { border-color: rgb(113,60,164); }
td.TdClassName
{
border-color: #713CA4;
}
.TagClassName
{
border-color: #713CA4;
}
</style>