Shades of Purple Heart #5330D7
Tints of Purple Heart #5330D7
RGB
CMYK
RGB Variations
Color information
#5330D7 (or 0x5330D7) is known color: Purple Heart. HEX triplet: 53, 30 and D7. RGB value is (83,48,215). Sum of RGB (Red+Green+Blue) = 83+48+215=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #5330D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330D7 is #ACCF28. Grayscale: #4C4C4C. Windows color (decimal): -11325225 or 14102611. OLE color: 14102611.
HSL color Cylindrical-coordinate representation of color #5330D7: hue angle of 252.57º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5330D7 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 48 | 215 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.16 |
| HSL | 252.57º | 0.68% | 0.52% | - |
| HSV(B) | 252.57º | 0.78% | 0.84% | - |
| XYZ | 16.89 | 8.86 | 65.11 | - |
| YUV | 77.5 | 205.6 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 215 | 0.61 | 0.78 | 0 | 0.16 | 252.57 | 0.68 | 0.52 |
| Hex | 53 | 30 | D7 | 3D | 4E | 0 | 10 | FD | 44 | 34 |
| Octal | 123 | 60 | 327 | 75 | 116 | 0 | 20 | 375 | 104 | 64 |
| Binary | 1010011 | 110000 | 11010111 | 111101 | 1001110 | 0 | 10000 | 11111101 | 1000100 | 110100 |
Color Harmonies of #5330D7
Complementary color
Monochromatic Colors of #5330D7
Black with #5330D7
Text Example
Text Example
White with #5330D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330D7; }
p { color: rgb(83,48,215); }
H1.HeaderClassName
{
color: #5330D7;
}
.AnyTagClassName
{
color: #5330D7;
}
</style>
background-color css
<style>
a { background-color: #5330D7; }
a { background-color: rgb(83,48,215); }
div.DivClassName
{
background-color: #5330D7;
}
.BgClassName
{
background-color: #5330D7;
}
</style>
border-color css
<style>
span { border-color: #5330D7; }
span { border-color: rgb(83,48,215); }
td.TdClassName
{
border-color: #5330D7;
}
.TagClassName
{
border-color: #5330D7;
}
</style>