Shades of Purple Heart #513FCB
Tints of Purple Heart #513FCB
RGB
CMYK
RGB Variations
Color information
#513FCB (or 0x513FCB) is known color: Purple Heart. HEX triplet: 51, 3F and CB. RGB value is (81,63,203). Sum of RGB (Red+Green+Blue) = 81+63+203=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #513FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FCB is #AEC034. Grayscale: #535353. Windows color (decimal): -11452469 or 13320017. OLE color: 13320017.
HSL color Cylindrical-coordinate representation of color #513FCB: hue angle of 247.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513FCB is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 63 | 203 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.20 |
| HSL | 247.71º | 0.57% | 0.52% | - |
| HSV(B) | 247.71º | 0.69% | 0.8% | - |
| XYZ | 15.95 | 9.62 | 57.52 | - |
| YUV | 84.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 203 | 0.60 | 0.69 | 0 | 0.20 | 247.71 | 0.57 | 0.52 |
| Hex | 51 | 3F | CB | 3C | 45 | 0 | 14 | F8 | 39 | 34 |
| Octal | 121 | 77 | 313 | 74 | 105 | 0 | 24 | 370 | 71 | 64 |
| Binary | 1010001 | 111111 | 11001011 | 111100 | 1000101 | 0 | 10100 | 11111000 | 111001 | 110100 |
Color Harmonies of #513FCB
Complementary color
Monochromatic Colors of #513FCB
Black with #513FCB
Text Example
Text Example
White with #513FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FCB; }
p { color: rgb(81,63,203); }
H1.HeaderClassName
{
color: #513FCB;
}
.AnyTagClassName
{
color: #513FCB;
}
</style>
background-color css
<style>
a { background-color: #513FCB; }
a { background-color: rgb(81,63,203); }
div.DivClassName
{
background-color: #513FCB;
}
.BgClassName
{
background-color: #513FCB;
}
</style>
border-color css
<style>
span { border-color: #513FCB; }
span { border-color: rgb(81,63,203); }
td.TdClassName
{
border-color: #513FCB;
}
.TagClassName
{
border-color: #513FCB;
}
</style>