Shades of Purple Heart #500CCD
Tints of Purple Heart #500CCD
RGB
CMYK
RGB Variations
Color information
#500CCD (or 0x500CCD) is known color: Purple Heart. HEX triplet: 50, 0C and CD. RGB value is (80,12,205). Sum of RGB (Red+Green+Blue) = 80+12+205=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #500CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CCD is #AFF332. Grayscale: #353535. Windows color (decimal): -11531059 or 13438032. OLE color: 13438032.
HSL color Cylindrical-coordinate representation of color #500CCD: hue angle of 261.14º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500CCD is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 12 | 205 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.20 |
| HSL | 261.14º | 0.89% | 0.43% | - |
| HSV(B) | 261.14º | 0.94% | 0.8% | - |
| XYZ | 14.46 | 6.38 | 58.23 | - |
| YUV | 54.33 | 213.03 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 205 | 0.61 | 0.94 | 0 | 0.20 | 261.14 | 0.89 | 0.43 |
| Hex | 50 | C | CD | 3D | 5E | 0 | 14 | 105 | 59 | 2B |
| Octal | 120 | 14 | 315 | 75 | 136 | 0 | 24 | 405 | 131 | 53 |
| Binary | 1010000 | 1100 | 11001101 | 111101 | 1011110 | 0 | 10100 | 100000101 | 1011001 | 101011 |
Color Harmonies of #500CCD
Complementary color
Monochromatic Colors of #500CCD
Black with #500CCD
Text Example
Text Example
White with #500CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CCD; }
p { color: rgb(80,12,205); }
H1.HeaderClassName
{
color: #500CCD;
}
.AnyTagClassName
{
color: #500CCD;
}
</style>
background-color css
<style>
a { background-color: #500CCD; }
a { background-color: rgb(80,12,205); }
div.DivClassName
{
background-color: #500CCD;
}
.BgClassName
{
background-color: #500CCD;
}
</style>
border-color css
<style>
span { border-color: #500CCD; }
span { border-color: rgb(80,12,205); }
td.TdClassName
{
border-color: #500CCD;
}
.TagClassName
{
border-color: #500CCD;
}
</style>