Shades of Purple Heart #713DC0
Tints of Purple Heart #713DC0
RGB
CMYK
RGB Variations
Color information
#713DC0 (or 0x713DC0) is known color: Purple Heart. HEX triplet: 71, 3D and C0. RGB value is (113,61,192). Sum of RGB (Red+Green+Blue) = 113+61+192=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #713DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DC0 is #8EC23F. Grayscale: #5B5B5B. Windows color (decimal): -9355840 or 12598641. OLE color: 12598641.
HSL color Cylindrical-coordinate representation of color #713DC0: hue angle of 263.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713DC0 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 61 | 192 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.25 |
| HSL | 263.82º | 0.52% | 0.5% | - |
| HSV(B) | 263.82º | 0.68% | 0.75% | - |
| XYZ | 17.99 | 10.65 | 50.98 | - |
| YUV | 91.48 | 184.73 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 192 | 0.41 | 0.68 | 0 | 0.25 | 263.82 | 0.52 | 0.5 |
| Hex | 71 | 3D | C0 | 29 | 44 | 0 | 19 | 108 | 34 | 32 |
| Octal | 161 | 75 | 300 | 51 | 104 | 0 | 31 | 410 | 64 | 62 |
| Binary | 1110001 | 111101 | 11000000 | 101001 | 1000100 | 0 | 11001 | 100001000 | 110100 | 110010 |
Color Harmonies of #713DC0
Complementary color
Monochromatic Colors of #713DC0
Black with #713DC0
Text Example
Text Example
White with #713DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DC0; }
p { color: rgb(113,61,192); }
H1.HeaderClassName
{
color: #713DC0;
}
.AnyTagClassName
{
color: #713DC0;
}
</style>
background-color css
<style>
a { background-color: #713DC0; }
a { background-color: rgb(113,61,192); }
div.DivClassName
{
background-color: #713DC0;
}
.BgClassName
{
background-color: #713DC0;
}
</style>
border-color css
<style>
span { border-color: #713DC0; }
span { border-color: rgb(113,61,192); }
td.TdClassName
{
border-color: #713DC0;
}
.TagClassName
{
border-color: #713DC0;
}
</style>