Shades of Purple Heart #5008C3
Tints of Purple Heart #5008C3
RGB
CMYK
RGB Variations
Color information
#5008C3 (or 0x5008C3) is known color: Purple Heart. HEX triplet: 50, 08 and C3. RGB value is (80,8,195). Sum of RGB (Red+Green+Blue) = 80+8+195=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 195 (76.56% from 255 or 68.90% from 283); Max value from RGB is 195 - color contains mainly: blue. Hex color #5008C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5008C3 is #AFF73C. Grayscale: #323232. Windows color (decimal): -11532093 or 12781648. OLE color: 12781648.
HSL color Cylindrical-coordinate representation of color #5008C3: hue angle of 263.1º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5008C3 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 8 | 195 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.24 |
| HSL | 263.1º | 0.92% | 0.4% | - |
| HSV(B) | 263.1º | 0.96% | 0.76% | - |
| XYZ | 13.25 | 5.82 | 52.05 | - |
| YUV | 50.85 | 209.35 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 195 | 0.59 | 0.96 | 0 | 0.24 | 263.1 | 0.92 | 0.4 |
| Hex | 50 | 8 | C3 | 3B | 60 | 0 | 18 | 107 | 5C | 28 |
| Octal | 120 | 10 | 303 | 73 | 140 | 0 | 30 | 407 | 134 | 50 |
| Binary | 1010000 | 1000 | 11000011 | 111011 | 1100000 | 0 | 11000 | 100000111 | 1011100 | 101000 |
Color Harmonies of #5008C3
Complementary color
Monochromatic Colors of #5008C3
Black with #5008C3
Text Example
Text Example
White with #5008C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5008C3; }
p { color: rgb(80,8,195); }
H1.HeaderClassName
{
color: #5008C3;
}
.AnyTagClassName
{
color: #5008C3;
}
</style>
background-color css
<style>
a { background-color: #5008C3; }
a { background-color: rgb(80,8,195); }
div.DivClassName
{
background-color: #5008C3;
}
.BgClassName
{
background-color: #5008C3;
}
</style>
border-color css
<style>
span { border-color: #5008C3; }
span { border-color: rgb(80,8,195); }
td.TdClassName
{
border-color: #5008C3;
}
.TagClassName
{
border-color: #5008C3;
}
</style>