Shades of Purple Heart #5538D4
Tints of Purple Heart #5538D4
RGB
CMYK
RGB Variations
Color information
#5538D4 (or 0x5538D4) is known color: Purple Heart. HEX triplet: 55, 38 and D4. RGB value is (85,56,212). Sum of RGB (Red+Green+Blue) = 85+56+212=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 212 (83.20% from 255 or 60.06% from 353); Max value from RGB is 212 - color contains mainly: blue. Hex color #5538D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5538D4 is #AAC72B. Grayscale: #515151. Windows color (decimal): -11192108 or 13908053. OLE color: 13908053.
HSL color Cylindrical-coordinate representation of color #5538D4: hue angle of 251.15º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5538D4 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 56 | 212 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.17 |
| HSL | 251.15º | 0.64% | 0.53% | - |
| HSV(B) | 251.15º | 0.74% | 0.83% | - |
| XYZ | 17.04 | 9.51 | 63.23 | - |
| YUV | 82.46 | 201.11 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 212 | 0.60 | 0.74 | 0 | 0.17 | 251.15 | 0.64 | 0.53 |
| Hex | 55 | 38 | D4 | 3C | 4A | 0 | 11 | FB | 40 | 35 |
| Octal | 125 | 70 | 324 | 74 | 112 | 0 | 21 | 373 | 100 | 65 |
| Binary | 1010101 | 111000 | 11010100 | 111100 | 1001010 | 0 | 10001 | 11111011 | 1000000 | 110101 |
Color Harmonies of #5538D4
Complementary color
Monochromatic Colors of #5538D4
Black with #5538D4
Text Example
Text Example
White with #5538D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5538D4; }
p { color: rgb(85,56,212); }
H1.HeaderClassName
{
color: #5538D4;
}
.AnyTagClassName
{
color: #5538D4;
}
</style>
background-color css
<style>
a { background-color: #5538D4; }
a { background-color: rgb(85,56,212); }
div.DivClassName
{
background-color: #5538D4;
}
.BgClassName
{
background-color: #5538D4;
}
</style>
border-color css
<style>
span { border-color: #5538D4; }
span { border-color: rgb(85,56,212); }
td.TdClassName
{
border-color: #5538D4;
}
.TagClassName
{
border-color: #5538D4;
}
</style>