Shades of Purple Heart #5838CB
Tints of Purple Heart #5838CB
RGB
CMYK
RGB Variations
Color information
#5838CB (or 0x5838CB) is known color: Purple Heart. HEX triplet: 58, 38 and CB. RGB value is (88,56,203). Sum of RGB (Red+Green+Blue) = 88+56+203=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #5838CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5838CB is #A7C734. Grayscale: #515151. Windows color (decimal): -10995509 or 13318232. OLE color: 13318232.
HSL color Cylindrical-coordinate representation of color #5838CB: hue angle of 253.06º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5838CB is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 56 | 203 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.20 |
| HSL | 253.06º | 0.59% | 0.51% | - |
| HSV(B) | 253.06º | 0.72% | 0.8% | - |
| XYZ | 16.22 | 9.21 | 57.42 | - |
| YUV | 82.33 | 196.1 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 203 | 0.57 | 0.72 | 0 | 0.20 | 253.06 | 0.59 | 0.51 |
| Hex | 58 | 38 | CB | 39 | 48 | 0 | 14 | FD | 3B | 33 |
| Octal | 130 | 70 | 313 | 71 | 110 | 0 | 24 | 375 | 73 | 63 |
| Binary | 1011000 | 111000 | 11001011 | 111001 | 1001000 | 0 | 10100 | 11111101 | 111011 | 110011 |
Color Harmonies of #5838CB
Complementary color
Monochromatic Colors of #5838CB
Black with #5838CB
Text Example
Text Example
White with #5838CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5838CB; }
p { color: rgb(88,56,203); }
H1.HeaderClassName
{
color: #5838CB;
}
.AnyTagClassName
{
color: #5838CB;
}
</style>
background-color css
<style>
a { background-color: #5838CB; }
a { background-color: rgb(88,56,203); }
div.DivClassName
{
background-color: #5838CB;
}
.BgClassName
{
background-color: #5838CB;
}
</style>
border-color css
<style>
span { border-color: #5838CB; }
span { border-color: rgb(88,56,203); }
td.TdClassName
{
border-color: #5838CB;
}
.TagClassName
{
border-color: #5838CB;
}
</style>