Shades of Purple Heart #5826CC
Tints of Purple Heart #5826CC
RGB
CMYK
RGB Variations
Color information
#5826CC (or 0x5826CC) is known color: Purple Heart. HEX triplet: 58, 26 and CC. RGB value is (88,38,204). Sum of RGB (Red+Green+Blue) = 88+38+204=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #5826CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826CC is #A7D933. Grayscale: #474747. Windows color (decimal): -11000116 or 13379160. OLE color: 13379160.
HSL color Cylindrical-coordinate representation of color #5826CC: hue angle of 258.07º degrees, saturation: 0.69, 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 #5826CC is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 38 | 204 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.2 |
| HSL | 258.07º | 0.69% | 0.47% | - |
| HSV(B) | 258.07º | 0.81% | 0.8% | - |
| XYZ | 15.62 | 7.82 | 57.81 | - |
| YUV | 71.87 | 202.57 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 204 | 0.57 | 0.81 | 0 | 0.2 | 258.07 | 0.69 | 0.47 |
| Hex | 58 | 26 | CC | 39 | 51 | 0 | 14 | 102 | 45 | 2F |
| Octal | 130 | 46 | 314 | 71 | 121 | 0 | 24 | 402 | 105 | 57 |
| Binary | 1011000 | 100110 | 11001100 | 111001 | 1010001 | 0 | 10100 | 100000010 | 1000101 | 101111 |
Color Harmonies of #5826CC
Complementary color
Monochromatic Colors of #5826CC
Black with #5826CC
Text Example
Text Example
White with #5826CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826CC; }
p { color: rgb(88,38,204); }
H1.HeaderClassName
{
color: #5826CC;
}
.AnyTagClassName
{
color: #5826CC;
}
</style>
background-color css
<style>
a { background-color: #5826CC; }
a { background-color: rgb(88,38,204); }
div.DivClassName
{
background-color: #5826CC;
}
.BgClassName
{
background-color: #5826CC;
}
</style>
border-color css
<style>
span { border-color: #5826CC; }
span { border-color: rgb(88,38,204); }
td.TdClassName
{
border-color: #5826CC;
}
.TagClassName
{
border-color: #5826CC;
}
</style>