Shades of Purple Heart #5332DC
Tints of Purple Heart #5332DC
RGB
CMYK
RGB Variations
Color information
#5332DC (or 0x5332DC) is known color: Purple Heart. HEX triplet: 53, 32 and DC. RGB value is (83,50,220). Sum of RGB (Red+Green+Blue) = 83+50+220=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #5332DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5332DC is #ACCD23. Grayscale: #4E4E4E. Windows color (decimal): -11324708 or 14430803. OLE color: 14430803.
HSL color Cylindrical-coordinate representation of color #5332DC: hue angle of 251.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5332DC is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 50 | 220 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.14 |
| HSL | 251.65º | 0.71% | 0.53% | - |
| HSV(B) | 251.65º | 0.77% | 0.86% | - |
| XYZ | 17.63 | 9.29 | 68.57 | - |
| YUV | 79.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 220 | 0.62 | 0.77 | 0 | 0.14 | 251.65 | 0.71 | 0.53 |
| Hex | 53 | 32 | DC | 3E | 4D | 0 | E | FC | 47 | 35 |
| Octal | 123 | 62 | 334 | 76 | 115 | 0 | 16 | 374 | 107 | 65 |
| Binary | 1010011 | 110010 | 11011100 | 111110 | 1001101 | 0 | 1110 | 11111100 | 1000111 | 110101 |
Color Harmonies of #5332DC
Complementary color
Monochromatic Colors of #5332DC
Black with #5332DC
Text Example
Text Example
White with #5332DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5332DC; }
p { color: rgb(83,50,220); }
H1.HeaderClassName
{
color: #5332DC;
}
.AnyTagClassName
{
color: #5332DC;
}
</style>
background-color css
<style>
a { background-color: #5332DC; }
a { background-color: rgb(83,50,220); }
div.DivClassName
{
background-color: #5332DC;
}
.BgClassName
{
background-color: #5332DC;
}
</style>
border-color css
<style>
span { border-color: #5332DC; }
span { border-color: rgb(83,50,220); }
td.TdClassName
{
border-color: #5332DC;
}
.TagClassName
{
border-color: #5332DC;
}
</style>