Shades of Purple Heart #503BB3
Tints of Purple Heart #503BB3
RGB
CMYK
RGB Variations
Color information
#503BB3 (or 0x503BB3) is known color: Purple Heart. HEX triplet: 50, 3B and B3. RGB value is (80,59,179). Sum of RGB (Red+Green+Blue) = 80+59+179=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #503BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BB3 is #AFC44C. Grayscale: #4E4E4E. Windows color (decimal): -11519053 or 11746128. OLE color: 11746128.
HSL color Cylindrical-coordinate representation of color #503BB3: hue angle of 250.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503BB3 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 59 | 179 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.30 |
| HSL | 250.5º | 0.5% | 0.47% | - |
| HSV(B) | 250.5º | 0.67% | 0.7% | - |
| XYZ | 13.01 | 8.09 | 43.52 | - |
| YUV | 78.96 | 184.46 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 179 | 0.55 | 0.67 | 0 | 0.30 | 250.5 | 0.5 | 0.47 |
| Hex | 50 | 3B | B3 | 37 | 43 | 0 | 1E | FB | 32 | 2F |
| Octal | 120 | 73 | 263 | 67 | 103 | 0 | 36 | 373 | 62 | 57 |
| Binary | 1010000 | 111011 | 10110011 | 110111 | 1000011 | 0 | 11110 | 11111011 | 110010 | 101111 |
Color Harmonies of #503BB3
Complementary color
Monochromatic Colors of #503BB3
Black with #503BB3
Text Example
Text Example
White with #503BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BB3; }
p { color: rgb(80,59,179); }
H1.HeaderClassName
{
color: #503BB3;
}
.AnyTagClassName
{
color: #503BB3;
}
</style>
background-color css
<style>
a { background-color: #503BB3; }
a { background-color: rgb(80,59,179); }
div.DivClassName
{
background-color: #503BB3;
}
.BgClassName
{
background-color: #503BB3;
}
</style>
border-color css
<style>
span { border-color: #503BB3; }
span { border-color: rgb(80,59,179); }
td.TdClassName
{
border-color: #503BB3;
}
.TagClassName
{
border-color: #503BB3;
}
</style>