Shades of Purple Heart #503BCB
Tints of Purple Heart #503BCB
RGB
CMYK
RGB Variations
Color information
#503BCB (or 0x503BCB) is known color: Purple Heart. HEX triplet: 50, 3B and CB. RGB value is (80,59,203). Sum of RGB (Red+Green+Blue) = 80+59+203=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #503BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BCB is #AFC434. Grayscale: #515151. Windows color (decimal): -11519029 or 13318992. OLE color: 13318992.
HSL color Cylindrical-coordinate representation of color #503BCB: hue angle of 248.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503BCB is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 59 | 203 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.20 |
| HSL | 248.75º | 0.58% | 0.51% | - |
| HSV(B) | 248.75º | 0.71% | 0.8% | - |
| XYZ | 15.65 | 9.15 | 57.44 | - |
| YUV | 81.7 | 196.46 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 203 | 0.61 | 0.71 | 0 | 0.20 | 248.75 | 0.58 | 0.51 |
| Hex | 50 | 3B | CB | 3D | 47 | 0 | 14 | F9 | 3A | 33 |
| Octal | 120 | 73 | 313 | 75 | 107 | 0 | 24 | 371 | 72 | 63 |
| Binary | 1010000 | 111011 | 11001011 | 111101 | 1000111 | 0 | 10100 | 11111001 | 111010 | 110011 |
Color Harmonies of #503BCB
Complementary color
Monochromatic Colors of #503BCB
Black with #503BCB
Text Example
Text Example
White with #503BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BCB; }
p { color: rgb(80,59,203); }
H1.HeaderClassName
{
color: #503BCB;
}
.AnyTagClassName
{
color: #503BCB;
}
</style>
background-color css
<style>
a { background-color: #503BCB; }
a { background-color: rgb(80,59,203); }
div.DivClassName
{
background-color: #503BCB;
}
.BgClassName
{
background-color: #503BCB;
}
</style>
border-color css
<style>
span { border-color: #503BCB; }
span { border-color: rgb(80,59,203); }
td.TdClassName
{
border-color: #503BCB;
}
.TagClassName
{
border-color: #503BCB;
}
</style>