Shades of Purple Heart #5023CF
Tints of Purple Heart #5023CF
RGB
CMYK
RGB Variations
Color information
#5023CF (or 0x5023CF) is known color: Purple Heart. HEX triplet: 50, 23 and CF. RGB value is (80,35,207). Sum of RGB (Red+Green+Blue) = 80+35+207=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #5023CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5023CF is #AFDC30. Grayscale: #434343. Windows color (decimal): -11525169 or 13574992. OLE color: 13574992.
HSL color Cylindrical-coordinate representation of color #5023CF: hue angle of 255.7º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5023CF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 35 | 207 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.19 |
| HSL | 255.7º | 0.71% | 0.47% | - |
| HSV(B) | 255.7º | 0.83% | 0.81% | - |
| XYZ | 15.17 | 7.41 | 59.66 | - |
| YUV | 68.06 | 206.41 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 207 | 0.61 | 0.83 | 0 | 0.19 | 255.7 | 0.71 | 0.47 |
| Hex | 50 | 23 | CF | 3D | 53 | 0 | 13 | 100 | 47 | 2F |
| Octal | 120 | 43 | 317 | 75 | 123 | 0 | 23 | 400 | 107 | 57 |
| Binary | 1010000 | 100011 | 11001111 | 111101 | 1010011 | 0 | 10011 | 100000000 | 1000111 | 101111 |
Color Harmonies of #5023CF
Complementary color
Monochromatic Colors of #5023CF
Black with #5023CF
Text Example
Text Example
White with #5023CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5023CF; }
p { color: rgb(80,35,207); }
H1.HeaderClassName
{
color: #5023CF;
}
.AnyTagClassName
{
color: #5023CF;
}
</style>
background-color css
<style>
a { background-color: #5023CF; }
a { background-color: rgb(80,35,207); }
div.DivClassName
{
background-color: #5023CF;
}
.BgClassName
{
background-color: #5023CF;
}
</style>
border-color css
<style>
span { border-color: #5023CF; }
span { border-color: rgb(80,35,207); }
td.TdClassName
{
border-color: #5023CF;
}
.TagClassName
{
border-color: #5023CF;
}
</style>