Shades of Purple Heart #5532D2
Tints of Purple Heart #5532D2
RGB
CMYK
RGB Variations
Color information
#5532D2 (or 0x5532D2) is known color: Purple Heart. HEX triplet: 55, 32 and D2. RGB value is (85,50,210). Sum of RGB (Red+Green+Blue) = 85+50+210=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 210 (82.42% from 255 or 60.87% from 345); Max value from RGB is 210 - color contains mainly: blue. Hex color #5532D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5532D2 is #AACD2D. Grayscale: #4E4E4E. Windows color (decimal): -11193646 or 13775445. OLE color: 13775445.
HSL color Cylindrical-coordinate representation of color #5532D2: hue angle of 253.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5532D2 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 50 | 210 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.18 |
| HSL | 253.13º | 0.64% | 0.51% | - |
| HSV(B) | 253.13º | 0.76% | 0.82% | - |
| XYZ | 16.52 | 8.87 | 61.81 | - |
| YUV | 78.71 | 202.1 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 210 | 0.60 | 0.76 | 0 | 0.18 | 253.13 | 0.64 | 0.51 |
| Hex | 55 | 32 | D2 | 3C | 4C | 0 | 12 | FD | 40 | 33 |
| Octal | 125 | 62 | 322 | 74 | 114 | 0 | 22 | 375 | 100 | 63 |
| Binary | 1010101 | 110010 | 11010010 | 111100 | 1001100 | 0 | 10010 | 11111101 | 1000000 | 110011 |
Color Harmonies of #5532D2
Complementary color
Monochromatic Colors of #5532D2
Black with #5532D2
Text Example
Text Example
White with #5532D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5532D2; }
p { color: rgb(85,50,210); }
H1.HeaderClassName
{
color: #5532D2;
}
.AnyTagClassName
{
color: #5532D2;
}
</style>
background-color css
<style>
a { background-color: #5532D2; }
a { background-color: rgb(85,50,210); }
div.DivClassName
{
background-color: #5532D2;
}
.BgClassName
{
background-color: #5532D2;
}
</style>
border-color css
<style>
span { border-color: #5532D2; }
span { border-color: rgb(85,50,210); }
td.TdClassName
{
border-color: #5532D2;
}
.TagClassName
{
border-color: #5532D2;
}
</style>