Shades of Purple Heart #5337CA
Tints of Purple Heart #5337CA
RGB
CMYK
RGB Variations
Color information
#5337CA (or 0x5337CA) is known color: Purple Heart. HEX triplet: 53, 37 and CA. RGB value is (83,55,202). Sum of RGB (Red+Green+Blue) = 83+55+202=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #5337CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5337CA is #ACC835. Grayscale: #4F4F4F. Windows color (decimal): -11323446 or 13252435. OLE color: 13252435.
HSL color Cylindrical-coordinate representation of color #5337CA: hue angle of 251.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5337CA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 55 | 202 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.21 |
| HSL | 251.43º | 0.58% | 0.5% | - |
| HSV(B) | 251.43º | 0.73% | 0.79% | - |
| XYZ | 15.59 | 8.84 | 56.76 | - |
| YUV | 80.13 | 196.78 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 202 | 0.59 | 0.73 | 0 | 0.21 | 251.43 | 0.58 | 0.5 |
| Hex | 53 | 37 | CA | 3B | 49 | 0 | 15 | FB | 3A | 32 |
| Octal | 123 | 67 | 312 | 73 | 111 | 0 | 25 | 373 | 72 | 62 |
| Binary | 1010011 | 110111 | 11001010 | 111011 | 1001001 | 0 | 10101 | 11111011 | 111010 | 110010 |
Color Harmonies of #5337CA
Complementary color
Monochromatic Colors of #5337CA
Black with #5337CA
Text Example
Text Example
White with #5337CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5337CA; }
p { color: rgb(83,55,202); }
H1.HeaderClassName
{
color: #5337CA;
}
.AnyTagClassName
{
color: #5337CA;
}
</style>
background-color css
<style>
a { background-color: #5337CA; }
a { background-color: rgb(83,55,202); }
div.DivClassName
{
background-color: #5337CA;
}
.BgClassName
{
background-color: #5337CA;
}
</style>
border-color css
<style>
span { border-color: #5337CA; }
span { border-color: rgb(83,55,202); }
td.TdClassName
{
border-color: #5337CA;
}
.TagClassName
{
border-color: #5337CA;
}
</style>