Shades of Royal Purple #713DB4
Tints of Royal Purple #713DB4
RGB
CMYK
RGB Variations
Color information
#713DB4 (or 0x713DB4) is known color: Royal Purple. HEX triplet: 71, 3D and B4. RGB value is (113,61,180). Sum of RGB (Red+Green+Blue) = 113+61+180=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #713DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DB4 is #8EC24B. Grayscale: #595959. Windows color (decimal): -9355852 or 11812209. OLE color: 11812209.
HSL color Cylindrical-coordinate representation of color #713DB4: hue angle of 266.22º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713DB4 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 61 | 180 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.29 |
| HSL | 266.22º | 0.49% | 0.47% | - |
| HSV(B) | 266.22º | 0.66% | 0.71% | - |
| XYZ | 16.72 | 10.14 | 44.26 | - |
| YUV | 90.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 180 | 0.37 | 0.66 | 0 | 0.29 | 266.22 | 0.49 | 0.47 |
| Hex | 71 | 3D | B4 | 25 | 42 | 0 | 1D | 10A | 31 | 2F |
| Octal | 161 | 75 | 264 | 45 | 102 | 0 | 35 | 412 | 61 | 57 |
| Binary | 1110001 | 111101 | 10110100 | 100101 | 1000010 | 0 | 11101 | 100001010 | 110001 | 101111 |
Color Harmonies of #713DB4
Complementary color
Monochromatic Colors of #713DB4
Black with #713DB4
Text Example
Text Example
White with #713DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DB4; }
p { color: rgb(113,61,180); }
H1.HeaderClassName
{
color: #713DB4;
}
.AnyTagClassName
{
color: #713DB4;
}
</style>
background-color css
<style>
a { background-color: #713DB4; }
a { background-color: rgb(113,61,180); }
div.DivClassName
{
background-color: #713DB4;
}
.BgClassName
{
background-color: #713DB4;
}
</style>
border-color css
<style>
span { border-color: #713DB4; }
span { border-color: rgb(113,61,180); }
td.TdClassName
{
border-color: #713DB4;
}
.TagClassName
{
border-color: #713DB4;
}
</style>