Shades of Purple Heart #5827CB
Tints of Purple Heart #5827CB
RGB
CMYK
RGB Variations
Color information
#5827CB (or 0x5827CB) is known color: Purple Heart. HEX triplet: 58, 27 and CB. RGB value is (88,39,203). Sum of RGB (Red+Green+Blue) = 88+39+203=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #5827CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5827CB is #A7D834. Grayscale: #474747. Windows color (decimal): -10999861 or 13313880. OLE color: 13313880.
HSL color Cylindrical-coordinate representation of color #5827CB: hue angle of 257.93º 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 #5827CB is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 39 | 203 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.20 |
| HSL | 257.93º | 0.68% | 0.47% | - |
| HSV(B) | 257.93º | 0.81% | 0.8% | - |
| XYZ | 15.53 | 7.84 | 57.19 | - |
| YUV | 72.35 | 201.73 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 203 | 0.57 | 0.81 | 0 | 0.20 | 257.93 | 0.68 | 0.47 |
| Hex | 58 | 27 | CB | 39 | 51 | 0 | 14 | 102 | 44 | 2F |
| Octal | 130 | 47 | 313 | 71 | 121 | 0 | 24 | 402 | 104 | 57 |
| Binary | 1011000 | 100111 | 11001011 | 111001 | 1010001 | 0 | 10100 | 100000010 | 1000100 | 101111 |
Color Harmonies of #5827CB
Complementary color
Monochromatic Colors of #5827CB
Black with #5827CB
Text Example
Text Example
White with #5827CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5827CB; }
p { color: rgb(88,39,203); }
H1.HeaderClassName
{
color: #5827CB;
}
.AnyTagClassName
{
color: #5827CB;
}
</style>
background-color css
<style>
a { background-color: #5827CB; }
a { background-color: rgb(88,39,203); }
div.DivClassName
{
background-color: #5827CB;
}
.BgClassName
{
background-color: #5827CB;
}
</style>
border-color css
<style>
span { border-color: #5827CB; }
span { border-color: rgb(88,39,203); }
td.TdClassName
{
border-color: #5827CB;
}
.TagClassName
{
border-color: #5827CB;
}
</style>