Shades of Purple Heart #5303CE
Tints of Purple Heart #5303CE
RGB
CMYK
RGB Variations
Color information
#5303CE (or 0x5303CE) is known color: Purple Heart. HEX triplet: 53, 03 and CE. RGB value is (83,3,206). Sum of RGB (Red+Green+Blue) = 83+3+206=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #5303CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303CE is #ACFC31. Grayscale: #313131. Windows color (decimal): -11336754 or 13501267. OLE color: 13501267.
HSL color Cylindrical-coordinate representation of color #5303CE: hue angle of 263.65º degrees, saturation: 0.97, 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 #5303CE is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 3 | 206 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.19 |
| HSL | 263.65º | 0.97% | 0.41% | - |
| HSV(B) | 263.65º | 0.99% | 0.81% | - |
| XYZ | 14.74 | 6.36 | 58.84 | - |
| YUV | 50.06 | 216 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 206 | 0.60 | 0.99 | 0 | 0.19 | 263.65 | 0.97 | 0.41 |
| Hex | 53 | 3 | CE | 3C | 63 | 0 | 13 | 108 | 61 | 29 |
| Octal | 123 | 3 | 316 | 74 | 143 | 0 | 23 | 410 | 141 | 51 |
| Binary | 1010011 | 11 | 11001110 | 111100 | 1100011 | 0 | 10011 | 100001000 | 1100001 | 101001 |
Color Harmonies of #5303CE
Complementary color
Monochromatic Colors of #5303CE
Black with #5303CE
Text Example
Text Example
White with #5303CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5303CE; }
p { color: rgb(83,3,206); }
H1.HeaderClassName
{
color: #5303CE;
}
.AnyTagClassName
{
color: #5303CE;
}
</style>
background-color css
<style>
a { background-color: #5303CE; }
a { background-color: rgb(83,3,206); }
div.DivClassName
{
background-color: #5303CE;
}
.BgClassName
{
background-color: #5303CE;
}
</style>
border-color css
<style>
span { border-color: #5303CE; }
span { border-color: rgb(83,3,206); }
td.TdClassName
{
border-color: #5303CE;
}
.TagClassName
{
border-color: #5303CE;
}
</style>