Shades of Purple Heart #503ACF
Tints of Purple Heart #503ACF
RGB
CMYK
RGB Variations
Color information
#503ACF (or 0x503ACF) is known color: Purple Heart. HEX triplet: 50, 3A and CF. RGB value is (80,58,207). Sum of RGB (Red+Green+Blue) = 80+58+207=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #503ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ACF is #AFC530. Grayscale: #505050. Windows color (decimal): -11519281 or 13580880. OLE color: 13580880.
HSL color Cylindrical-coordinate representation of color #503ACF: hue angle of 248.86º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503ACF is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 58 | 207 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.19 |
| HSL | 248.86º | 0.61% | 0.52% | - |
| HSV(B) | 248.86º | 0.72% | 0.81% | - |
| XYZ | 16.08 | 9.24 | 59.97 | - |
| YUV | 81.56 | 198.79 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 207 | 0.61 | 0.72 | 0 | 0.19 | 248.86 | 0.61 | 0.52 |
| Hex | 50 | 3A | CF | 3D | 48 | 0 | 13 | F9 | 3D | 34 |
| Octal | 120 | 72 | 317 | 75 | 110 | 0 | 23 | 371 | 75 | 64 |
| Binary | 1010000 | 111010 | 11001111 | 111101 | 1001000 | 0 | 10011 | 11111001 | 111101 | 110100 |
Color Harmonies of #503ACF
Complementary color
Monochromatic Colors of #503ACF
Black with #503ACF
Text Example
Text Example
White with #503ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503ACF; }
p { color: rgb(80,58,207); }
H1.HeaderClassName
{
color: #503ACF;
}
.AnyTagClassName
{
color: #503ACF;
}
</style>
background-color css
<style>
a { background-color: #503ACF; }
a { background-color: rgb(80,58,207); }
div.DivClassName
{
background-color: #503ACF;
}
.BgClassName
{
background-color: #503ACF;
}
</style>
border-color css
<style>
span { border-color: #503ACF; }
span { border-color: rgb(80,58,207); }
td.TdClassName
{
border-color: #503ACF;
}
.TagClassName
{
border-color: #503ACF;
}
</style>