Shades of Purple Heart #5525DA
Tints of Purple Heart #5525DA
RGB
CMYK
RGB Variations
Color information
#5525DA (or 0x5525DA) is known color: Purple Heart. HEX triplet: 55, 25 and DA. RGB value is (85,37,218). Sum of RGB (Red+Green+Blue) = 85+37+218=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #5525DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5525DA is #AADA25. Grayscale: #474747. Windows color (decimal): -11196966 or 14296405. OLE color: 14296405.
HSL color Cylindrical-coordinate representation of color #5525DA: hue angle of 255.91º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5525DA is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 37 | 218 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.15 |
| HSL | 255.91º | 0.71% | 0.5% | - |
| HSV(B) | 255.91º | 0.83% | 0.85% | - |
| XYZ | 17.06 | 8.32 | 67.04 | - |
| YUV | 71.99 | 210.4 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 218 | 0.61 | 0.83 | 0 | 0.15 | 255.91 | 0.71 | 0.5 |
| Hex | 55 | 25 | DA | 3D | 53 | 0 | F | 100 | 47 | 32 |
| Octal | 125 | 45 | 332 | 75 | 123 | 0 | 17 | 400 | 107 | 62 |
| Binary | 1010101 | 100101 | 11011010 | 111101 | 1010011 | 0 | 1111 | 100000000 | 1000111 | 110010 |
Color Harmonies of #5525DA
Complementary color
Monochromatic Colors of #5525DA
Black with #5525DA
Text Example
Text Example
White with #5525DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5525DA; }
p { color: rgb(85,37,218); }
H1.HeaderClassName
{
color: #5525DA;
}
.AnyTagClassName
{
color: #5525DA;
}
</style>
background-color css
<style>
a { background-color: #5525DA; }
a { background-color: rgb(85,37,218); }
div.DivClassName
{
background-color: #5525DA;
}
.BgClassName
{
background-color: #5525DA;
}
</style>
border-color css
<style>
span { border-color: #5525DA; }
span { border-color: rgb(85,37,218); }
td.TdClassName
{
border-color: #5525DA;
}
.TagClassName
{
border-color: #5525DA;
}
</style>