Shades of Purple Heart #5303CF
Tints of Purple Heart #5303CF
RGB
CMYK
RGB Variations
Color information
#5303CF (or 0x5303CF) is known color: Purple Heart. HEX triplet: 53, 03 and CF. RGB value is (83,3,207). Sum of RGB (Red+Green+Blue) = 83+3+207=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #5303CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303CF is #ACFC30. Grayscale: #313131. Windows color (decimal): -11336753 or 13566803. OLE color: 13566803.
HSL color Cylindrical-coordinate representation of color #5303CF: hue angle of 263.53º 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 #5303CF is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 3 | 207 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.19 |
| HSL | 263.53º | 0.97% | 0.41% | - |
| HSV(B) | 263.53º | 0.99% | 0.81% | - |
| XYZ | 14.86 | 6.41 | 59.49 | - |
| YUV | 50.18 | 216.5 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 207 | 0.60 | 0.99 | 0 | 0.19 | 263.53 | 0.97 | 0.41 |
| Hex | 53 | 3 | CF | 3C | 63 | 0 | 13 | 108 | 61 | 29 |
| Octal | 123 | 3 | 317 | 74 | 143 | 0 | 23 | 410 | 141 | 51 |
| Binary | 1010011 | 11 | 11001111 | 111100 | 1100011 | 0 | 10011 | 100001000 | 1100001 | 101001 |
Color Harmonies of #5303CF
Complementary color
Monochromatic Colors of #5303CF
Black with #5303CF
Text Example
Text Example
White with #5303CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5303CF; }
p { color: rgb(83,3,207); }
H1.HeaderClassName
{
color: #5303CF;
}
.AnyTagClassName
{
color: #5303CF;
}
</style>
background-color css
<style>
a { background-color: #5303CF; }
a { background-color: rgb(83,3,207); }
div.DivClassName
{
background-color: #5303CF;
}
.BgClassName
{
background-color: #5303CF;
}
</style>
border-color css
<style>
span { border-color: #5303CF; }
span { border-color: rgb(83,3,207); }
td.TdClassName
{
border-color: #5303CF;
}
.TagClassName
{
border-color: #5303CF;
}
</style>