Shades of Purple Heart #5108CC
Tints of Purple Heart #5108CC
RGB
CMYK
RGB Variations
Color information
#5108CC (or 0x5108CC) is known color: Purple Heart. HEX triplet: 51, 08 and CC. RGB value is (81,8,204). Sum of RGB (Red+Green+Blue) = 81+8+204=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #5108CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5108CC is #AEF733. Grayscale: #333333. Windows color (decimal): -11466548 or 13371473. OLE color: 13371473.
HSL color Cylindrical-coordinate representation of color #5108CC: hue angle of 262.35º 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 #5108CC is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 8 | 204 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.2 |
| HSL | 262.35º | 0.92% | 0.42% | - |
| HSV(B) | 262.35º | 0.96% | 0.8% | - |
| XYZ | 14.38 | 6.28 | 57.58 | - |
| YUV | 52.17 | 213.68 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 204 | 0.60 | 0.96 | 0 | 0.2 | 262.35 | 0.92 | 0.42 |
| Hex | 51 | 8 | CC | 3C | 60 | 0 | 14 | 106 | 5C | 2A |
| Octal | 121 | 10 | 314 | 74 | 140 | 0 | 24 | 406 | 134 | 52 |
| Binary | 1010001 | 1000 | 11001100 | 111100 | 1100000 | 0 | 10100 | 100000110 | 1011100 | 101010 |
Color Harmonies of #5108CC
Complementary color
Monochromatic Colors of #5108CC
Black with #5108CC
Text Example
Text Example
White with #5108CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5108CC; }
p { color: rgb(81,8,204); }
H1.HeaderClassName
{
color: #5108CC;
}
.AnyTagClassName
{
color: #5108CC;
}
</style>
background-color css
<style>
a { background-color: #5108CC; }
a { background-color: rgb(81,8,204); }
div.DivClassName
{
background-color: #5108CC;
}
.BgClassName
{
background-color: #5108CC;
}
</style>
border-color css
<style>
span { border-color: #5108CC; }
span { border-color: rgb(81,8,204); }
td.TdClassName
{
border-color: #5108CC;
}
.TagClassName
{
border-color: #5108CC;
}
</style>