Shades of Purple Heart #5316CA
Tints of Purple Heart #5316CA
RGB
CMYK
RGB Variations
Color information
#5316CA (or 0x5316CA) is known color: Purple Heart. HEX triplet: 53, 16 and CA. RGB value is (83,22,202). Sum of RGB (Red+Green+Blue) = 83+22+202=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #5316CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316CA is #ACE935. Grayscale: #3C3C3C. Windows color (decimal): -11331894 or 13243987. OLE color: 13243987.
HSL color Cylindrical-coordinate representation of color #5316CA: hue angle of 260.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5316CA is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 22 | 202 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.21 |
| HSL | 260.33º | 0.8% | 0.44% | - |
| HSV(B) | 260.33º | 0.89% | 0.79% | - |
| XYZ | 14.51 | 6.68 | 56.4 | - |
| YUV | 60.76 | 207.71 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 202 | 0.59 | 0.89 | 0 | 0.21 | 260.33 | 0.8 | 0.44 |
| Hex | 53 | 16 | CA | 3B | 59 | 0 | 15 | 104 | 50 | 2C |
| Octal | 123 | 26 | 312 | 73 | 131 | 0 | 25 | 404 | 120 | 54 |
| Binary | 1010011 | 10110 | 11001010 | 111011 | 1011001 | 0 | 10101 | 100000100 | 1010000 | 101100 |
Color Harmonies of #5316CA
Complementary color
Monochromatic Colors of #5316CA
Black with #5316CA
Text Example
Text Example
White with #5316CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5316CA; }
p { color: rgb(83,22,202); }
H1.HeaderClassName
{
color: #5316CA;
}
.AnyTagClassName
{
color: #5316CA;
}
</style>
background-color css
<style>
a { background-color: #5316CA; }
a { background-color: rgb(83,22,202); }
div.DivClassName
{
background-color: #5316CA;
}
.BgClassName
{
background-color: #5316CA;
}
</style>
border-color css
<style>
span { border-color: #5316CA; }
span { border-color: rgb(83,22,202); }
td.TdClassName
{
border-color: #5316CA;
}
.TagClassName
{
border-color: #5316CA;
}
</style>