Shades of Purple Heart #5815CC
Tints of Purple Heart #5815CC
RGB
CMYK
RGB Variations
Color information
#5815CC (or 0x5815CC) is known color: Purple Heart. HEX triplet: 58, 15 and CC. RGB value is (88,21,204). Sum of RGB (Red+Green+Blue) = 88+21+204=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #5815CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5815CC is #A7EA33. Grayscale: #3D3D3D. Windows color (decimal): -11004468 or 13374808. OLE color: 13374808.
HSL color Cylindrical-coordinate representation of color #5815CC: hue angle of 261.97º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5815CC is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 21 | 204 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.2 |
| HSL | 261.97º | 0.81% | 0.44% | - |
| HSV(B) | 261.97º | 0.9% | 0.8% | - |
| XYZ | 15.19 | 6.97 | 57.67 | - |
| YUV | 61.9 | 208.2 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 204 | 0.57 | 0.90 | 0 | 0.2 | 261.97 | 0.81 | 0.44 |
| Hex | 58 | 15 | CC | 39 | 5A | 0 | 14 | 106 | 51 | 2C |
| Octal | 130 | 25 | 314 | 71 | 132 | 0 | 24 | 406 | 121 | 54 |
| Binary | 1011000 | 10101 | 11001100 | 111001 | 1011010 | 0 | 10100 | 100000110 | 1010001 | 101100 |
Color Harmonies of #5815CC
Complementary color
Monochromatic Colors of #5815CC
Black with #5815CC
Text Example
Text Example
White with #5815CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5815CC; }
p { color: rgb(88,21,204); }
H1.HeaderClassName
{
color: #5815CC;
}
.AnyTagClassName
{
color: #5815CC;
}
</style>
background-color css
<style>
a { background-color: #5815CC; }
a { background-color: rgb(88,21,204); }
div.DivClassName
{
background-color: #5815CC;
}
.BgClassName
{
background-color: #5815CC;
}
</style>
border-color css
<style>
span { border-color: #5815CC; }
span { border-color: rgb(88,21,204); }
td.TdClassName
{
border-color: #5815CC;
}
.TagClassName
{
border-color: #5815CC;
}
</style>