Shades of Purple Heart #5826C0
Tints of Purple Heart #5826C0
RGB
CMYK
RGB Variations
Color information
#5826C0 (or 0x5826C0) is known color: Purple Heart. HEX triplet: 58, 26 and C0. RGB value is (88,38,192). Sum of RGB (Red+Green+Blue) = 88+38+192=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #5826C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826C0 is #A7D93F. Grayscale: #454545. Windows color (decimal): -11000128 or 12592728. OLE color: 12592728.
HSL color Cylindrical-coordinate representation of color #5826C0: hue angle of 259.48º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5826C0 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 38 | 192 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.25 |
| HSL | 259.48º | 0.67% | 0.45% | - |
| HSV(B) | 259.48º | 0.8% | 0.75% | - |
| XYZ | 14.23 | 7.27 | 50.52 | - |
| YUV | 70.51 | 196.57 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 192 | 0.54 | 0.80 | 0 | 0.25 | 259.48 | 0.67 | 0.45 |
| Hex | 58 | 26 | C0 | 36 | 50 | 0 | 19 | 103 | 43 | 2D |
| Octal | 130 | 46 | 300 | 66 | 120 | 0 | 31 | 403 | 103 | 55 |
| Binary | 1011000 | 100110 | 11000000 | 110110 | 1010000 | 0 | 11001 | 100000011 | 1000011 | 101101 |
Color Harmonies of #5826C0
Complementary color
Monochromatic Colors of #5826C0
Black with #5826C0
Text Example
Text Example
White with #5826C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826C0; }
p { color: rgb(88,38,192); }
H1.HeaderClassName
{
color: #5826C0;
}
.AnyTagClassName
{
color: #5826C0;
}
</style>
background-color css
<style>
a { background-color: #5826C0; }
a { background-color: rgb(88,38,192); }
div.DivClassName
{
background-color: #5826C0;
}
.BgClassName
{
background-color: #5826C0;
}
</style>
border-color css
<style>
span { border-color: #5826C0; }
span { border-color: rgb(88,38,192); }
td.TdClassName
{
border-color: #5826C0;
}
.TagClassName
{
border-color: #5826C0;
}
</style>