Shades of Royal Purple #713F9C
Tints of Royal Purple #713F9C
RGB
CMYK
RGB Variations
Color information
#713F9C (or 0x713F9C) is known color: Royal Purple. HEX triplet: 71, 3F and 9C. RGB value is (113,63,156). Sum of RGB (Red+Green+Blue) = 113+63+156=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #713F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F9C is #8EC063. Grayscale: #585858. Windows color (decimal): -9355364 or 10239857. OLE color: 10239857.
HSL color Cylindrical-coordinate representation of color #713F9C: hue angle of 272.26º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713F9C is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 63 | 156 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.39 |
| HSL | 272.26º | 0.42% | 0.43% | - |
| HSV(B) | 272.26º | 0.6% | 0.61% | - |
| XYZ | 14.59 | 9.47 | 32.51 | - |
| YUV | 88.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 156 | 0.28 | 0.60 | 0 | 0.39 | 272.26 | 0.42 | 0.43 |
| Hex | 71 | 3F | 9C | 1C | 3C | 0 | 27 | 110 | 2A | 2B |
| Octal | 161 | 77 | 234 | 34 | 74 | 0 | 47 | 420 | 52 | 53 |
| Binary | 1110001 | 111111 | 10011100 | 11100 | 111100 | 0 | 100111 | 100010000 | 101010 | 101011 |
Color Harmonies of #713F9C
Complementary color
Monochromatic Colors of #713F9C
Black with #713F9C
Text Example
Text Example
White with #713F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F9C; }
p { color: rgb(113,63,156); }
H1.HeaderClassName
{
color: #713F9C;
}
.AnyTagClassName
{
color: #713F9C;
}
</style>
background-color css
<style>
a { background-color: #713F9C; }
a { background-color: rgb(113,63,156); }
div.DivClassName
{
background-color: #713F9C;
}
.BgClassName
{
background-color: #713F9C;
}
</style>
border-color css
<style>
span { border-color: #713F9C; }
span { border-color: rgb(113,63,156); }
td.TdClassName
{
border-color: #713F9C;
}
.TagClassName
{
border-color: #713F9C;
}
</style>