Shades of Purple Heart #500ACF
Tints of Purple Heart #500ACF
RGB
CMYK
RGB Variations
Color information
#500ACF (or 0x500ACF) is known color: Purple Heart. HEX triplet: 50, 0A and CF. RGB value is (80,10,207). Sum of RGB (Red+Green+Blue) = 80+10+207=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #500ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ACF is #AFF530. Grayscale: #343434. Windows color (decimal): -11531569 or 13568592. OLE color: 13568592.
HSL color Cylindrical-coordinate representation of color #500ACF: hue angle of 261.32º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500ACF is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 10 | 207 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.19 |
| HSL | 261.32º | 0.91% | 0.43% | - |
| HSV(B) | 261.32º | 0.95% | 0.81% | - |
| XYZ | 14.68 | 6.43 | 59.5 | - |
| YUV | 53.39 | 214.69 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 207 | 0.61 | 0.95 | 0 | 0.19 | 261.32 | 0.91 | 0.43 |
| Hex | 50 | A | CF | 3D | 5F | 0 | 13 | 105 | 5B | 2B |
| Octal | 120 | 12 | 317 | 75 | 137 | 0 | 23 | 405 | 133 | 53 |
| Binary | 1010000 | 1010 | 11001111 | 111101 | 1011111 | 0 | 10011 | 100000101 | 1011011 | 101011 |
Color Harmonies of #500ACF
Complementary color
Monochromatic Colors of #500ACF
Black with #500ACF
Text Example
Text Example
White with #500ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500ACF; }
p { color: rgb(80,10,207); }
H1.HeaderClassName
{
color: #500ACF;
}
.AnyTagClassName
{
color: #500ACF;
}
</style>
background-color css
<style>
a { background-color: #500ACF; }
a { background-color: rgb(80,10,207); }
div.DivClassName
{
background-color: #500ACF;
}
.BgClassName
{
background-color: #500ACF;
}
</style>
border-color css
<style>
span { border-color: #500ACF; }
span { border-color: rgb(80,10,207); }
td.TdClassName
{
border-color: #500ACF;
}
.TagClassName
{
border-color: #500ACF;
}
</style>