Shades of Purple Heart #5003B6
Tints of Purple Heart #5003B6
RGB
CMYK
RGB Variations
Color information
#5003B6 (or 0x5003B6) is known color: Purple Heart. HEX triplet: 50, 03 and B6. RGB value is (80,3,182). Sum of RGB (Red+Green+Blue) = 80+3+182=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 182 (71.48% from 255 or 68.68% from 265); Max value from RGB is 182 - color contains mainly: blue. Hex color #5003B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5003B6 is #AFFC49. Grayscale: #2D2D2D. Windows color (decimal): -11533386 or 11928400. OLE color: 11928400.
HSL color Cylindrical-coordinate representation of color #5003B6: hue angle of 265.81º 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 #5003B6 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 3 | 182 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.29 |
| HSL | 265.81º | 0.97% | 0.36% | - |
| HSV(B) | 265.81º | 0.98% | 0.71% | - |
| XYZ | 11.78 | 5.15 | 44.63 | - |
| YUV | 46.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 182 | 0.56 | 0.98 | 0 | 0.29 | 265.81 | 0.97 | 0.36 |
| Hex | 50 | 3 | B6 | 38 | 62 | 0 | 1D | 10A | 61 | 24 |
| Octal | 120 | 3 | 266 | 70 | 142 | 0 | 35 | 412 | 141 | 44 |
| Binary | 1010000 | 11 | 10110110 | 111000 | 1100010 | 0 | 11101 | 100001010 | 1100001 | 100100 |
Color Harmonies of #5003B6
Complementary color
Monochromatic Colors of #5003B6
Black with #5003B6
Text Example
Text Example
White with #5003B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003B6; }
p { color: rgb(80,3,182); }
H1.HeaderClassName
{
color: #5003B6;
}
.AnyTagClassName
{
color: #5003B6;
}
</style>
background-color css
<style>
a { background-color: #5003B6; }
a { background-color: rgb(80,3,182); }
div.DivClassName
{
background-color: #5003B6;
}
.BgClassName
{
background-color: #5003B6;
}
</style>
border-color css
<style>
span { border-color: #5003B6; }
span { border-color: rgb(80,3,182); }
td.TdClassName
{
border-color: #5003B6;
}
.TagClassName
{
border-color: #5003B6;
}
</style>