Shades of Purple Heart #5303BC
Tints of Purple Heart #5303BC
RGB
CMYK
RGB Variations
Color information
#5303BC (or 0x5303BC) is known color: Purple Heart. HEX triplet: 53, 03 and BC. RGB value is (83,3,188). Sum of RGB (Red+Green+Blue) = 83+3+188=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #5303BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303BC is #ACFC43. Grayscale: #2F2F2F. Windows color (decimal): -11336772 or 12321619. OLE color: 12321619.
HSL color Cylindrical-coordinate representation of color #5303BC: hue angle of 265.95º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5303BC is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 3 | 188 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.26 |
| HSL | 265.95º | 0.97% | 0.37% | - |
| HSV(B) | 265.95º | 0.98% | 0.74% | - |
| XYZ | 12.68 | 5.53 | 47.98 | - |
| YUV | 48.01 | 207 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 188 | 0.56 | 0.98 | 0 | 0.26 | 265.95 | 0.97 | 0.37 |
| Hex | 53 | 3 | BC | 38 | 62 | 0 | 1A | 10A | 61 | 25 |
| Octal | 123 | 3 | 274 | 70 | 142 | 0 | 32 | 412 | 141 | 45 |
| Binary | 1010011 | 11 | 10111100 | 111000 | 1100010 | 0 | 11010 | 100001010 | 1100001 | 100101 |
Color Harmonies of #5303BC
Complementary color
Monochromatic Colors of #5303BC
Black with #5303BC
Text Example
Text Example
White with #5303BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5303BC; }
p { color: rgb(83,3,188); }
H1.HeaderClassName
{
color: #5303BC;
}
.AnyTagClassName
{
color: #5303BC;
}
</style>
background-color css
<style>
a { background-color: #5303BC; }
a { background-color: rgb(83,3,188); }
div.DivClassName
{
background-color: #5303BC;
}
.BgClassName
{
background-color: #5303BC;
}
</style>
border-color css
<style>
span { border-color: #5303BC; }
span { border-color: rgb(83,3,188); }
td.TdClassName
{
border-color: #5303BC;
}
.TagClassName
{
border-color: #5303BC;
}
</style>