Shades of Purple Heart #5003B4
Tints of Purple Heart #5003B4
RGB
CMYK
RGB Variations
Color information
#5003B4 (or 0x5003B4) is known color: Purple Heart. HEX triplet: 50, 03 and B4. RGB value is (80,3,180). Sum of RGB (Red+Green+Blue) = 80+3+180=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 180 (70.70% from 255 or 68.44% from 263); Max value from RGB is 180 - color contains mainly: blue. Hex color #5003B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5003B4 is #AFFC4B. Grayscale: #2D2D2D. Windows color (decimal): -11533388 or 11797328. OLE color: 11797328.
HSL color Cylindrical-coordinate representation of color #5003B4: hue angle of 266.1º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5003B4 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 3 | 180 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.29 |
| HSL | 266.1º | 0.97% | 0.36% | - |
| HSV(B) | 266.1º | 0.98% | 0.71% | - |
| XYZ | 11.58 | 5.07 | 43.55 | - |
| YUV | 46.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 180 | 0.56 | 0.98 | 0 | 0.29 | 266.1 | 0.97 | 0.36 |
| Hex | 50 | 3 | B4 | 38 | 62 | 0 | 1D | 10A | 61 | 24 |
| Octal | 120 | 3 | 264 | 70 | 142 | 0 | 35 | 412 | 141 | 44 |
| Binary | 1010000 | 11 | 10110100 | 111000 | 1100010 | 0 | 11101 | 100001010 | 1100001 | 100100 |
Color Harmonies of #5003B4
Complementary color
Monochromatic Colors of #5003B4
Black with #5003B4
Text Example
Text Example
White with #5003B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003B4; }
p { color: rgb(80,3,180); }
H1.HeaderClassName
{
color: #5003B4;
}
.AnyTagClassName
{
color: #5003B4;
}
</style>
background-color css
<style>
a { background-color: #5003B4; }
a { background-color: rgb(80,3,180); }
div.DivClassName
{
background-color: #5003B4;
}
.BgClassName
{
background-color: #5003B4;
}
</style>
border-color css
<style>
span { border-color: #5003B4; }
span { border-color: rgb(80,3,180); }
td.TdClassName
{
border-color: #5003B4;
}
.TagClassName
{
border-color: #5003B4;
}
</style>