Shades of Royal Purple #713AB0
Tints of Royal Purple #713AB0
RGB
CMYK
RGB Variations
Color information
#713AB0 (or 0x713AB0) is known color: Royal Purple. HEX triplet: 71, 3A and B0. RGB value is (113,58,176). Sum of RGB (Red+Green+Blue) = 113+58+176=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 176 (69.14% from 255 or 50.72% from 347); Max value from RGB is 176 - color contains mainly: blue. Hex color #713AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713AB0 is #8EC54F. Grayscale: #575757. Windows color (decimal): -9356624 or 11549297. OLE color: 11549297.
HSL color Cylindrical-coordinate representation of color #713AB0: hue angle of 267.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713AB0 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 58 | 176 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.31 |
| HSL | 267.97º | 0.5% | 0.46% | - |
| HSV(B) | 267.97º | 0.67% | 0.69% | - |
| XYZ | 16.16 | 9.67 | 42.09 | - |
| YUV | 87.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 176 | 0.36 | 0.67 | 0 | 0.31 | 267.97 | 0.5 | 0.46 |
| Hex | 71 | 3A | B0 | 24 | 43 | 0 | 1F | 10C | 32 | 2E |
| Octal | 161 | 72 | 260 | 44 | 103 | 0 | 37 | 414 | 62 | 56 |
| Binary | 1110001 | 111010 | 10110000 | 100100 | 1000011 | 0 | 11111 | 100001100 | 110010 | 101110 |
Color Harmonies of #713AB0
Complementary color
Monochromatic Colors of #713AB0
Black with #713AB0
Text Example
Text Example
White with #713AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713AB0; }
p { color: rgb(113,58,176); }
H1.HeaderClassName
{
color: #713AB0;
}
.AnyTagClassName
{
color: #713AB0;
}
</style>
background-color css
<style>
a { background-color: #713AB0; }
a { background-color: rgb(113,58,176); }
div.DivClassName
{
background-color: #713AB0;
}
.BgClassName
{
background-color: #713AB0;
}
</style>
border-color css
<style>
span { border-color: #713AB0; }
span { border-color: rgb(113,58,176); }
td.TdClassName
{
border-color: #713AB0;
}
.TagClassName
{
border-color: #713AB0;
}
</style>