Shades of Purple Heart #5002CD
Tints of Purple Heart #5002CD
RGB
CMYK
RGB Variations
Color information
#5002CD (or 0x5002CD) is known color: Purple Heart. HEX triplet: 50, 02 and CD. RGB value is (80,2,205). Sum of RGB (Red+Green+Blue) = 80+2+205=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #5002CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5002CD is #AFFD32. Grayscale: #2F2F2F. Windows color (decimal): -11533619 or 13435472. OLE color: 13435472.
HSL color Cylindrical-coordinate representation of color #5002CD: hue angle of 263.05º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5002CD is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 2 | 205 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.20 |
| HSL | 263.05º | 0.98% | 0.41% | - |
| HSV(B) | 263.05º | 0.99% | 0.8% | - |
| XYZ | 14.35 | 6.16 | 58.19 | - |
| YUV | 48.46 | 216.34 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 205 | 0.61 | 0.99 | 0 | 0.20 | 263.05 | 0.98 | 0.41 |
| Hex | 50 | 2 | CD | 3D | 63 | 0 | 14 | 107 | 62 | 29 |
| Octal | 120 | 2 | 315 | 75 | 143 | 0 | 24 | 407 | 142 | 51 |
| Binary | 1010000 | 10 | 11001101 | 111101 | 1100011 | 0 | 10100 | 100000111 | 1100010 | 101001 |
Color Harmonies of #5002CD
Complementary color
Monochromatic Colors of #5002CD
Black with #5002CD
Text Example
Text Example
White with #5002CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5002CD; }
p { color: rgb(80,2,205); }
H1.HeaderClassName
{
color: #5002CD;
}
.AnyTagClassName
{
color: #5002CD;
}
</style>
background-color css
<style>
a { background-color: #5002CD; }
a { background-color: rgb(80,2,205); }
div.DivClassName
{
background-color: #5002CD;
}
.BgClassName
{
background-color: #5002CD;
}
</style>
border-color css
<style>
span { border-color: #5002CD; }
span { border-color: rgb(80,2,205); }
td.TdClassName
{
border-color: #5002CD;
}
.TagClassName
{
border-color: #5002CD;
}
</style>