Shades of Purple Heart #5013CC
Tints of Purple Heart #5013CC
RGB
CMYK
RGB Variations
Color information
#5013CC (or 0x5013CC) is known color: Purple Heart. HEX triplet: 50, 13 and CC. RGB value is (80,19,204). Sum of RGB (Red+Green+Blue) = 80+19+204=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #5013CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013CC is #AFEC33. Grayscale: #393939. Windows color (decimal): -11529268 or 13374288. OLE color: 13374288.
HSL color Cylindrical-coordinate representation of color #5013CC: hue angle of 259.78º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5013CC is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 19 | 204 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.2 |
| HSL | 259.78º | 0.83% | 0.44% | - |
| HSV(B) | 259.78º | 0.91% | 0.8% | - |
| XYZ | 14.44 | 6.53 | 57.63 | - |
| YUV | 58.33 | 210.21 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 204 | 0.61 | 0.91 | 0 | 0.2 | 259.78 | 0.83 | 0.44 |
| Hex | 50 | 13 | CC | 3D | 5B | 0 | 14 | 104 | 53 | 2C |
| Octal | 120 | 23 | 314 | 75 | 133 | 0 | 24 | 404 | 123 | 54 |
| Binary | 1010000 | 10011 | 11001100 | 111101 | 1011011 | 0 | 10100 | 100000100 | 1010011 | 101100 |
Color Harmonies of #5013CC
Complementary color
Monochromatic Colors of #5013CC
Black with #5013CC
Text Example
Text Example
White with #5013CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5013CC; }
p { color: rgb(80,19,204); }
H1.HeaderClassName
{
color: #5013CC;
}
.AnyTagClassName
{
color: #5013CC;
}
</style>
background-color css
<style>
a { background-color: #5013CC; }
a { background-color: rgb(80,19,204); }
div.DivClassName
{
background-color: #5013CC;
}
.BgClassName
{
background-color: #5013CC;
}
</style>
border-color css
<style>
span { border-color: #5013CC; }
span { border-color: rgb(80,19,204); }
td.TdClassName
{
border-color: #5013CC;
}
.TagClassName
{
border-color: #5013CC;
}
</style>