Shades of Purple Heart #5826DC
Tints of Purple Heart #5826DC
RGB
CMYK
RGB Variations
Color information
#5826DC (or 0x5826DC) is known color: Purple Heart. HEX triplet: 58, 26 and DC. RGB value is (88,38,220). Sum of RGB (Red+Green+Blue) = 88+38+220=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #5826DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826DC is #A7D923. Grayscale: #494949. Windows color (decimal): -11000100 or 14427736. OLE color: 14427736.
HSL color Cylindrical-coordinate representation of color #5826DC: hue angle of 256.48º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5826DC is Cyan = 0.6, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 38 | 220 | - |
| CMYK | 0.6 | 0.83 | 0 | 0.14 |
| HSL | 256.48º | 0.72% | 0.51% | - |
| HSV(B) | 256.48º | 0.83% | 0.86% | - |
| XYZ | 17.64 | 8.63 | 68.45 | - |
| YUV | 73.7 | 210.57 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 220 | 0.6 | 0.83 | 0 | 0.14 | 256.48 | 0.72 | 0.51 |
| Hex | 58 | 26 | DC | 3C | 53 | 0 | E | 100 | 48 | 33 |
| Octal | 130 | 46 | 334 | 74 | 123 | 0 | 16 | 400 | 110 | 63 |
| Binary | 1011000 | 100110 | 11011100 | 111100 | 1010011 | 0 | 1110 | 100000000 | 1001000 | 110011 |
Color Harmonies of #5826DC
Complementary color
Monochromatic Colors of #5826DC
Black with #5826DC
Text Example
Text Example
White with #5826DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826DC; }
p { color: rgb(88,38,220); }
H1.HeaderClassName
{
color: #5826DC;
}
.AnyTagClassName
{
color: #5826DC;
}
</style>
background-color css
<style>
a { background-color: #5826DC; }
a { background-color: rgb(88,38,220); }
div.DivClassName
{
background-color: #5826DC;
}
.BgClassName
{
background-color: #5826DC;
}
</style>
border-color css
<style>
span { border-color: #5826DC; }
span { border-color: rgb(88,38,220); }
td.TdClassName
{
border-color: #5826DC;
}
.TagClassName
{
border-color: #5826DC;
}
</style>