Shades of Purple Heart #5826CB
Tints of Purple Heart #5826CB
RGB
CMYK
RGB Variations
Color information
#5826CB (or 0x5826CB) is known color: Purple Heart. HEX triplet: 58, 26 and CB. RGB value is (88,38,203). Sum of RGB (Red+Green+Blue) = 88+38+203=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #5826CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826CB is #A7D934. Grayscale: #474747. Windows color (decimal): -11000117 or 13313624. OLE color: 13313624.
HSL color Cylindrical-coordinate representation of color #5826CB: hue angle of 258.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5826CB is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 38 | 203 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.20 |
| HSL | 258.18º | 0.68% | 0.47% | - |
| HSV(B) | 258.18º | 0.81% | 0.8% | - |
| XYZ | 15.5 | 7.77 | 57.18 | - |
| YUV | 71.76 | 202.07 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 203 | 0.57 | 0.81 | 0 | 0.20 | 258.18 | 0.68 | 0.47 |
| Hex | 58 | 26 | CB | 39 | 51 | 0 | 14 | 102 | 44 | 2F |
| Octal | 130 | 46 | 313 | 71 | 121 | 0 | 24 | 402 | 104 | 57 |
| Binary | 1011000 | 100110 | 11001011 | 111001 | 1010001 | 0 | 10100 | 100000010 | 1000100 | 101111 |
Color Harmonies of #5826CB
Complementary color
Monochromatic Colors of #5826CB
Black with #5826CB
Text Example
Text Example
White with #5826CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826CB; }
p { color: rgb(88,38,203); }
H1.HeaderClassName
{
color: #5826CB;
}
.AnyTagClassName
{
color: #5826CB;
}
</style>
background-color css
<style>
a { background-color: #5826CB; }
a { background-color: rgb(88,38,203); }
div.DivClassName
{
background-color: #5826CB;
}
.BgClassName
{
background-color: #5826CB;
}
</style>
border-color css
<style>
span { border-color: #5826CB; }
span { border-color: rgb(88,38,203); }
td.TdClassName
{
border-color: #5826CB;
}
.TagClassName
{
border-color: #5826CB;
}
</style>