Shades of Purple Heart #5302CD
Tints of Purple Heart #5302CD
RGB
CMYK
RGB Variations
Color information
#5302CD (or 0x5302CD) is known color: Purple Heart. HEX triplet: 53, 02 and CD. RGB value is (83,2,205). Sum of RGB (Red+Green+Blue) = 83+2+205=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #5302CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5302CD is #ACFD32. Grayscale: #303030. Windows color (decimal): -11337011 or 13435475. OLE color: 13435475.
HSL color Cylindrical-coordinate representation of color #5302CD: hue angle of 263.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302CD is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 2 | 205 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.20 |
| HSL | 263.94º | 0.98% | 0.41% | - |
| HSV(B) | 263.94º | 0.99% | 0.8% | - |
| XYZ | 14.61 | 6.29 | 58.2 | - |
| YUV | 49.36 | 215.84 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 205 | 0.60 | 0.99 | 0 | 0.20 | 263.94 | 0.98 | 0.41 |
| Hex | 53 | 2 | CD | 3C | 63 | 0 | 14 | 108 | 62 | 29 |
| Octal | 123 | 2 | 315 | 74 | 143 | 0 | 24 | 410 | 142 | 51 |
| Binary | 1010011 | 10 | 11001101 | 111100 | 1100011 | 0 | 10100 | 100001000 | 1100010 | 101001 |
Color Harmonies of #5302CD
Complementary color
Monochromatic Colors of #5302CD
Black with #5302CD
Text Example
Text Example
White with #5302CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5302CD; }
p { color: rgb(83,2,205); }
H1.HeaderClassName
{
color: #5302CD;
}
.AnyTagClassName
{
color: #5302CD;
}
</style>
background-color css
<style>
a { background-color: #5302CD; }
a { background-color: rgb(83,2,205); }
div.DivClassName
{
background-color: #5302CD;
}
.BgClassName
{
background-color: #5302CD;
}
</style>
border-color css
<style>
span { border-color: #5302CD; }
span { border-color: rgb(83,2,205); }
td.TdClassName
{
border-color: #5302CD;
}
.TagClassName
{
border-color: #5302CD;
}
</style>