Shades of Purple Heart #5302CF
Tints of Purple Heart #5302CF
RGB
CMYK
RGB Variations
Color information
#5302CF (or 0x5302CF) is known color: Purple Heart. HEX triplet: 53, 02 and CF. RGB value is (83,2,207). Sum of RGB (Red+Green+Blue) = 83+2+207=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #5302CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5302CF is #ACFD30. Grayscale: #303030. Windows color (decimal): -11337009 or 13566547. OLE color: 13566547.
HSL color Cylindrical-coordinate representation of color #5302CF: hue angle of 263.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302CF is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 2 | 207 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.19 |
| HSL | 263.71º | 0.98% | 0.41% | - |
| HSV(B) | 263.71º | 0.99% | 0.81% | - |
| XYZ | 14.85 | 6.39 | 59.48 | - |
| YUV | 49.59 | 216.84 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 207 | 0.60 | 0.99 | 0 | 0.19 | 263.71 | 0.98 | 0.41 |
| Hex | 53 | 2 | CF | 3C | 63 | 0 | 13 | 108 | 62 | 29 |
| Octal | 123 | 2 | 317 | 74 | 143 | 0 | 23 | 410 | 142 | 51 |
| Binary | 1010011 | 10 | 11001111 | 111100 | 1100011 | 0 | 10011 | 100001000 | 1100010 | 101001 |
Color Harmonies of #5302CF
Complementary color
Monochromatic Colors of #5302CF
Black with #5302CF
Text Example
Text Example
White with #5302CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5302CF; }
p { color: rgb(83,2,207); }
H1.HeaderClassName
{
color: #5302CF;
}
.AnyTagClassName
{
color: #5302CF;
}
</style>
background-color css
<style>
a { background-color: #5302CF; }
a { background-color: rgb(83,2,207); }
div.DivClassName
{
background-color: #5302CF;
}
.BgClassName
{
background-color: #5302CF;
}
</style>
border-color css
<style>
span { border-color: #5302CF; }
span { border-color: rgb(83,2,207); }
td.TdClassName
{
border-color: #5302CF;
}
.TagClassName
{
border-color: #5302CF;
}
</style>