Shades of Purple Heart #5330D4
Tints of Purple Heart #5330D4
RGB
CMYK
RGB Variations
Color information
#5330D4 (or 0x5330D4) is known color: Purple Heart. HEX triplet: 53, 30 and D4. RGB value is (83,48,212). Sum of RGB (Red+Green+Blue) = 83+48+212=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 212 (83.20% from 255 or 61.81% from 343); Max value from RGB is 212 - color contains mainly: blue. Hex color #5330D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330D4 is #ACCF2B. Grayscale: #4C4C4C. Windows color (decimal): -11325228 or 13906003. OLE color: 13906003.
HSL color Cylindrical-coordinate representation of color #5330D4: hue angle of 252.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5330D4 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 48 | 212 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.17 |
| HSL | 252.8º | 0.66% | 0.51% | - |
| HSV(B) | 252.8º | 0.77% | 0.83% | - |
| XYZ | 16.51 | 8.71 | 63.1 | - |
| YUV | 77.16 | 204.1 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 212 | 0.61 | 0.77 | 0 | 0.17 | 252.8 | 0.66 | 0.51 |
| Hex | 53 | 30 | D4 | 3D | 4D | 0 | 11 | FD | 42 | 33 |
| Octal | 123 | 60 | 324 | 75 | 115 | 0 | 21 | 375 | 102 | 63 |
| Binary | 1010011 | 110000 | 11010100 | 111101 | 1001101 | 0 | 10001 | 11111101 | 1000010 | 110011 |
Color Harmonies of #5330D4
Complementary color
Monochromatic Colors of #5330D4
Black with #5330D4
Text Example
Text Example
White with #5330D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330D4; }
p { color: rgb(83,48,212); }
H1.HeaderClassName
{
color: #5330D4;
}
.AnyTagClassName
{
color: #5330D4;
}
</style>
background-color css
<style>
a { background-color: #5330D4; }
a { background-color: rgb(83,48,212); }
div.DivClassName
{
background-color: #5330D4;
}
.BgClassName
{
background-color: #5330D4;
}
</style>
border-color css
<style>
span { border-color: #5330D4; }
span { border-color: rgb(83,48,212); }
td.TdClassName
{
border-color: #5330D4;
}
.TagClassName
{
border-color: #5330D4;
}
</style>