Shades of Royal Purple #713BB0
Tints of Royal Purple #713BB0
RGB
CMYK
RGB Variations
Color information
#713BB0 (or 0x713BB0) is known color: Royal Purple. HEX triplet: 71, 3B and B0. RGB value is (113,59,176). Sum of RGB (Red+Green+Blue) = 113+59+176=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #713BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713BB0 is #8EC44F. Grayscale: #585858. Windows color (decimal): -9356368 or 11549553. OLE color: 11549553.
HSL color Cylindrical-coordinate representation of color #713BB0: hue angle of 267.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713BB0 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 59 | 176 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.31 |
| HSL | 267.69º | 0.5% | 0.46% | - |
| HSV(B) | 267.69º | 0.66% | 0.69% | - |
| XYZ | 16.21 | 9.77 | 42.11 | - |
| YUV | 88.48 | 177.39 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 176 | 0.36 | 0.66 | 0 | 0.31 | 267.69 | 0.5 | 0.46 |
| Hex | 71 | 3B | B0 | 24 | 42 | 0 | 1F | 10C | 32 | 2E |
| Octal | 161 | 73 | 260 | 44 | 102 | 0 | 37 | 414 | 62 | 56 |
| Binary | 1110001 | 111011 | 10110000 | 100100 | 1000010 | 0 | 11111 | 100001100 | 110010 | 101110 |
Color Harmonies of #713BB0
Complementary color
Monochromatic Colors of #713BB0
Black with #713BB0
Text Example
Text Example
White with #713BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BB0; }
p { color: rgb(113,59,176); }
H1.HeaderClassName
{
color: #713BB0;
}
.AnyTagClassName
{
color: #713BB0;
}
</style>
background-color css
<style>
a { background-color: #713BB0; }
a { background-color: rgb(113,59,176); }
div.DivClassName
{
background-color: #713BB0;
}
.BgClassName
{
background-color: #713BB0;
}
</style>
border-color css
<style>
span { border-color: #713BB0; }
span { border-color: rgb(113,59,176); }
td.TdClassName
{
border-color: #713BB0;
}
.TagClassName
{
border-color: #713BB0;
}
</style>