Shades of Purple Heart #503BCF
Tints of Purple Heart #503BCF
RGB
CMYK
RGB Variations
Color information
#503BCF (or 0x503BCF) is known color: Purple Heart. HEX triplet: 50, 3B and CF. RGB value is (80,59,207). Sum of RGB (Red+Green+Blue) = 80+59+207=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #503BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BCF is #AFC430. Grayscale: #515151. Windows color (decimal): -11519025 or 13581136. OLE color: 13581136.
HSL color Cylindrical-coordinate representation of color #503BCF: hue angle of 248.51º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503BCF is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 59 | 207 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.19 |
| HSL | 248.51º | 0.61% | 0.52% | - |
| HSV(B) | 248.51º | 0.71% | 0.81% | - |
| XYZ | 16.13 | 9.34 | 59.98 | - |
| YUV | 82.15 | 198.46 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 207 | 0.61 | 0.71 | 0 | 0.19 | 248.51 | 0.61 | 0.52 |
| Hex | 50 | 3B | CF | 3D | 47 | 0 | 13 | F9 | 3D | 34 |
| Octal | 120 | 73 | 317 | 75 | 107 | 0 | 23 | 371 | 75 | 64 |
| Binary | 1010000 | 111011 | 11001111 | 111101 | 1000111 | 0 | 10011 | 11111001 | 111101 | 110100 |
Color Harmonies of #503BCF
Complementary color
Monochromatic Colors of #503BCF
Black with #503BCF
Text Example
Text Example
White with #503BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BCF; }
p { color: rgb(80,59,207); }
H1.HeaderClassName
{
color: #503BCF;
}
.AnyTagClassName
{
color: #503BCF;
}
</style>
background-color css
<style>
a { background-color: #503BCF; }
a { background-color: rgb(80,59,207); }
div.DivClassName
{
background-color: #503BCF;
}
.BgClassName
{
background-color: #503BCF;
}
</style>
border-color css
<style>
span { border-color: #503BCF; }
span { border-color: rgb(80,59,207); }
td.TdClassName
{
border-color: #503BCF;
}
.TagClassName
{
border-color: #503BCF;
}
</style>