Shades of Purple Heart #713BCB
Tints of Purple Heart #713BCB
RGB
CMYK
RGB Variations
Color information
#713BCB (or 0x713BCB) is known color: Purple Heart. HEX triplet: 71, 3B and CB. RGB value is (113,59,203). Sum of RGB (Red+Green+Blue) = 113+59+203=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #713BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BCB is #8EC434. Grayscale: #5B5B5B. Windows color (decimal): -9356341 or 13319025. OLE color: 13319025.
HSL color Cylindrical-coordinate representation of color #713BCB: hue angle of 262.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713BCB is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 59 | 203 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.20 |
| HSL | 262.5º | 0.58% | 0.51% | - |
| HSV(B) | 262.5º | 0.71% | 0.8% | - |
| XYZ | 19.15 | 10.95 | 57.6 | - |
| YUV | 91.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 203 | 0.44 | 0.71 | 0 | 0.20 | 262.5 | 0.58 | 0.51 |
| Hex | 71 | 3B | CB | 2C | 47 | 0 | 14 | 106 | 3A | 33 |
| Octal | 161 | 73 | 313 | 54 | 107 | 0 | 24 | 406 | 72 | 63 |
| Binary | 1110001 | 111011 | 11001011 | 101100 | 1000111 | 0 | 10100 | 100000110 | 111010 | 110011 |
Color Harmonies of #713BCB
Complementary color
Monochromatic Colors of #713BCB
Black with #713BCB
Text Example
Text Example
White with #713BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BCB; }
p { color: rgb(113,59,203); }
H1.HeaderClassName
{
color: #713BCB;
}
.AnyTagClassName
{
color: #713BCB;
}
</style>
background-color css
<style>
a { background-color: #713BCB; }
a { background-color: rgb(113,59,203); }
div.DivClassName
{
background-color: #713BCB;
}
.BgClassName
{
background-color: #713BCB;
}
</style>
border-color css
<style>
span { border-color: #713BCB; }
span { border-color: rgb(113,59,203); }
td.TdClassName
{
border-color: #713BCB;
}
.TagClassName
{
border-color: #713BCB;
}
</style>