Shades of Purple Heart #5314CB
Tints of Purple Heart #5314CB
RGB
CMYK
RGB Variations
Color information
#5314CB (or 0x5314CB) is known color: Purple Heart. HEX triplet: 53, 14 and CB. RGB value is (83,20,203). Sum of RGB (Red+Green+Blue) = 83+20+203=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #5314CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5314CB is #ACEB34. Grayscale: #3B3B3B. Windows color (decimal): -11332405 or 13309011. OLE color: 13309011.
HSL color Cylindrical-coordinate representation of color #5314CB: hue angle of 260.66º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5314CB is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 20 | 203 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.20 |
| HSL | 260.66º | 0.82% | 0.44% | - |
| HSV(B) | 260.66º | 0.9% | 0.8% | - |
| XYZ | 14.6 | 6.65 | 57.01 | - |
| YUV | 59.7 | 208.87 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 203 | 0.59 | 0.90 | 0 | 0.20 | 260.66 | 0.82 | 0.44 |
| Hex | 53 | 14 | CB | 3B | 5A | 0 | 14 | 105 | 52 | 2C |
| Octal | 123 | 24 | 313 | 73 | 132 | 0 | 24 | 405 | 122 | 54 |
| Binary | 1010011 | 10100 | 11001011 | 111011 | 1011010 | 0 | 10100 | 100000101 | 1010010 | 101100 |
Color Harmonies of #5314CB
Complementary color
Monochromatic Colors of #5314CB
Black with #5314CB
Text Example
Text Example
White with #5314CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5314CB; }
p { color: rgb(83,20,203); }
H1.HeaderClassName
{
color: #5314CB;
}
.AnyTagClassName
{
color: #5314CB;
}
</style>
background-color css
<style>
a { background-color: #5314CB; }
a { background-color: rgb(83,20,203); }
div.DivClassName
{
background-color: #5314CB;
}
.BgClassName
{
background-color: #5314CB;
}
</style>
border-color css
<style>
span { border-color: #5314CB; }
span { border-color: rgb(83,20,203); }
td.TdClassName
{
border-color: #5314CB;
}
.TagClassName
{
border-color: #5314CB;
}
</style>