Shades of Purple Heart #5538CC
Tints of Purple Heart #5538CC
RGB
CMYK
RGB Variations
Color information
#5538CC (or 0x5538CC) is known color: Purple Heart. HEX triplet: 55, 38 and CC. RGB value is (85,56,204). Sum of RGB (Red+Green+Blue) = 85+56+204=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #5538CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5538CC is #AAC733. Grayscale: #505050. Windows color (decimal): -11192116 or 13383765. OLE color: 13383765.
HSL color Cylindrical-coordinate representation of color #5538CC: hue angle of 251.76º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5538CC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 56 | 204 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.2 |
| HSL | 251.76º | 0.59% | 0.51% | - |
| HSV(B) | 251.76º | 0.73% | 0.8% | - |
| XYZ | 16.06 | 9.12 | 58.04 | - |
| YUV | 81.54 | 197.11 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 204 | 0.58 | 0.73 | 0 | 0.2 | 251.76 | 0.59 | 0.51 |
| Hex | 55 | 38 | CC | 3A | 49 | 0 | 14 | FC | 3B | 33 |
| Octal | 125 | 70 | 314 | 72 | 111 | 0 | 24 | 374 | 73 | 63 |
| Binary | 1010101 | 111000 | 11001100 | 111010 | 1001001 | 0 | 10100 | 11111100 | 111011 | 110011 |
Color Harmonies of #5538CC
Complementary color
Monochromatic Colors of #5538CC
Black with #5538CC
Text Example
Text Example
White with #5538CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5538CC; }
p { color: rgb(85,56,204); }
H1.HeaderClassName
{
color: #5538CC;
}
.AnyTagClassName
{
color: #5538CC;
}
</style>
background-color css
<style>
a { background-color: #5538CC; }
a { background-color: rgb(85,56,204); }
div.DivClassName
{
background-color: #5538CC;
}
.BgClassName
{
background-color: #5538CC;
}
</style>
border-color css
<style>
span { border-color: #5538CC; }
span { border-color: rgb(85,56,204); }
td.TdClassName
{
border-color: #5538CC;
}
.TagClassName
{
border-color: #5538CC;
}
</style>