Shades of Purple Heart #5008CC
Tints of Purple Heart #5008CC
RGB
CMYK
RGB Variations
Color information
#5008CC (or 0x5008CC) is known color: Purple Heart. HEX triplet: 50, 08 and CC. RGB value is (80,8,204). Sum of RGB (Red+Green+Blue) = 80+8+204=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #5008CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5008CC is #AFF733. Grayscale: #333333. Windows color (decimal): -11532084 or 13371472. OLE color: 13371472.
HSL color Cylindrical-coordinate representation of color #5008CC: hue angle of 262.04º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5008CC is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 8 | 204 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.2 |
| HSL | 262.04º | 0.92% | 0.42% | - |
| HSV(B) | 262.04º | 0.96% | 0.8% | - |
| XYZ | 14.29 | 6.24 | 57.58 | - |
| YUV | 51.87 | 213.85 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 204 | 0.61 | 0.96 | 0 | 0.2 | 262.04 | 0.92 | 0.42 |
| Hex | 50 | 8 | CC | 3D | 60 | 0 | 14 | 106 | 5C | 2A |
| Octal | 120 | 10 | 314 | 75 | 140 | 0 | 24 | 406 | 134 | 52 |
| Binary | 1010000 | 1000 | 11001100 | 111101 | 1100000 | 0 | 10100 | 100000110 | 1011100 | 101010 |
Color Harmonies of #5008CC
Complementary color
Monochromatic Colors of #5008CC
Black with #5008CC
Text Example
Text Example
White with #5008CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5008CC; }
p { color: rgb(80,8,204); }
H1.HeaderClassName
{
color: #5008CC;
}
.AnyTagClassName
{
color: #5008CC;
}
</style>
background-color css
<style>
a { background-color: #5008CC; }
a { background-color: rgb(80,8,204); }
div.DivClassName
{
background-color: #5008CC;
}
.BgClassName
{
background-color: #5008CC;
}
</style>
border-color css
<style>
span { border-color: #5008CC; }
span { border-color: rgb(80,8,204); }
td.TdClassName
{
border-color: #5008CC;
}
.TagClassName
{
border-color: #5008CC;
}
</style>