Shades of Purple Heart #5538CB
Tints of Purple Heart #5538CB
RGB
CMYK
RGB Variations
Color information
#5538CB (or 0x5538CB) is known color: Purple Heart. HEX triplet: 55, 38 and CB. RGB value is (85,56,203). Sum of RGB (Red+Green+Blue) = 85+56+203=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #5538CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5538CB is #AAC734. Grayscale: #505050. Windows color (decimal): -11192117 or 13318229. OLE color: 13318229.
HSL color Cylindrical-coordinate representation of color #5538CB: hue angle of 251.84º 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 #5538CB is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 56 | 203 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.20 |
| HSL | 251.84º | 0.59% | 0.51% | - |
| HSV(B) | 251.84º | 0.72% | 0.8% | - |
| XYZ | 15.94 | 9.07 | 57.41 | - |
| YUV | 81.43 | 196.61 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 203 | 0.58 | 0.72 | 0 | 0.20 | 251.84 | 0.59 | 0.51 |
| Hex | 55 | 38 | CB | 3A | 48 | 0 | 14 | FC | 3B | 33 |
| Octal | 125 | 70 | 313 | 72 | 110 | 0 | 24 | 374 | 73 | 63 |
| Binary | 1010101 | 111000 | 11001011 | 111010 | 1001000 | 0 | 10100 | 11111100 | 111011 | 110011 |
Color Harmonies of #5538CB
Complementary color
Monochromatic Colors of #5538CB
Black with #5538CB
Text Example
Text Example
White with #5538CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5538CB; }
p { color: rgb(85,56,203); }
H1.HeaderClassName
{
color: #5538CB;
}
.AnyTagClassName
{
color: #5538CB;
}
</style>
background-color css
<style>
a { background-color: #5538CB; }
a { background-color: rgb(85,56,203); }
div.DivClassName
{
background-color: #5538CB;
}
.BgClassName
{
background-color: #5538CB;
}
</style>
border-color css
<style>
span { border-color: #5538CB; }
span { border-color: rgb(85,56,203); }
td.TdClassName
{
border-color: #5538CB;
}
.TagClassName
{
border-color: #5538CB;
}
</style>