Shades of Purple Heart #503BB6
Tints of Purple Heart #503BB6
RGB
CMYK
RGB Variations
Color information
#503BB6 (or 0x503BB6) is known color: Purple Heart. HEX triplet: 50, 3B and B6. RGB value is (80,59,182). Sum of RGB (Red+Green+Blue) = 80+59+182=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #503BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BB6 is #AFC449. Grayscale: #4E4E4E. Windows color (decimal): -11519050 or 11942736. OLE color: 11942736.
HSL color Cylindrical-coordinate representation of color #503BB6: hue angle of 250.24º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503BB6 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 59 | 182 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.29 |
| HSL | 250.24º | 0.51% | 0.47% | - |
| HSV(B) | 250.24º | 0.68% | 0.71% | - |
| XYZ | 13.32 | 8.21 | 45.14 | - |
| YUV | 79.3 | 185.96 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 182 | 0.56 | 0.68 | 0 | 0.29 | 250.24 | 0.51 | 0.47 |
| Hex | 50 | 3B | B6 | 38 | 44 | 0 | 1D | FA | 33 | 2F |
| Octal | 120 | 73 | 266 | 70 | 104 | 0 | 35 | 372 | 63 | 57 |
| Binary | 1010000 | 111011 | 10110110 | 111000 | 1000100 | 0 | 11101 | 11111010 | 110011 | 101111 |
Color Harmonies of #503BB6
Complementary color
Monochromatic Colors of #503BB6
Black with #503BB6
Text Example
Text Example
White with #503BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BB6; }
p { color: rgb(80,59,182); }
H1.HeaderClassName
{
color: #503BB6;
}
.AnyTagClassName
{
color: #503BB6;
}
</style>
background-color css
<style>
a { background-color: #503BB6; }
a { background-color: rgb(80,59,182); }
div.DivClassName
{
background-color: #503BB6;
}
.BgClassName
{
background-color: #503BB6;
}
</style>
border-color css
<style>
span { border-color: #503BB6; }
span { border-color: rgb(80,59,182); }
td.TdClassName
{
border-color: #503BB6;
}
.TagClassName
{
border-color: #503BB6;
}
</style>