Shades of Purple Heart #5330CA
Tints of Purple Heart #5330CA
RGB
CMYK
RGB Variations
Color information
#5330CA (or 0x5330CA) is known color: Purple Heart. HEX triplet: 53, 30 and CA. RGB value is (83,48,202). Sum of RGB (Red+Green+Blue) = 83+48+202=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #5330CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330CA is #ACCF35. Grayscale: #4B4B4B. Windows color (decimal): -11325238 or 13250643. OLE color: 13250643.
HSL color Cylindrical-coordinate representation of color #5330CA: hue angle of 253.64º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5330CA is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 48 | 202 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.21 |
| HSL | 253.64º | 0.62% | 0.49% | - |
| HSV(B) | 253.64º | 0.76% | 0.79% | - |
| XYZ | 15.28 | 8.22 | 56.66 | - |
| YUV | 76.02 | 199.1 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 202 | 0.59 | 0.76 | 0 | 0.21 | 253.64 | 0.62 | 0.49 |
| Hex | 53 | 30 | CA | 3B | 4C | 0 | 15 | FE | 3E | 31 |
| Octal | 123 | 60 | 312 | 73 | 114 | 0 | 25 | 376 | 76 | 61 |
| Binary | 1010011 | 110000 | 11001010 | 111011 | 1001100 | 0 | 10101 | 11111110 | 111110 | 110001 |
Color Harmonies of #5330CA
Complementary color
Monochromatic Colors of #5330CA
Black with #5330CA
Text Example
Text Example
White with #5330CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330CA; }
p { color: rgb(83,48,202); }
H1.HeaderClassName
{
color: #5330CA;
}
.AnyTagClassName
{
color: #5330CA;
}
</style>
background-color css
<style>
a { background-color: #5330CA; }
a { background-color: rgb(83,48,202); }
div.DivClassName
{
background-color: #5330CA;
}
.BgClassName
{
background-color: #5330CA;
}
</style>
border-color css
<style>
span { border-color: #5330CA; }
span { border-color: rgb(83,48,202); }
td.TdClassName
{
border-color: #5330CA;
}
.TagClassName
{
border-color: #5330CA;
}
</style>