Shades of Purple Heart #532FDA
Tints of Purple Heart #532FDA
RGB
CMYK
RGB Variations
Color information
#532FDA (or 0x532FDA) is known color: Purple Heart. HEX triplet: 53, 2F and DA. RGB value is (83,47,218). Sum of RGB (Red+Green+Blue) = 83+47+218=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #532FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532FDA is #ACD025. Grayscale: #4C4C4C. Windows color (decimal): -11325478 or 14298963. OLE color: 14298963.
HSL color Cylindrical-coordinate representation of color #532FDA: hue angle of 252.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532FDA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 47 | 218 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.15 |
| HSL | 252.63º | 0.7% | 0.52% | - |
| HSV(B) | 252.63º | 0.78% | 0.85% | - |
| XYZ | 17.24 | 8.93 | 67.15 | - |
| YUV | 77.26 | 207.43 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 218 | 0.62 | 0.78 | 0 | 0.15 | 252.63 | 0.7 | 0.52 |
| Hex | 53 | 2F | DA | 3E | 4E | 0 | F | FD | 46 | 34 |
| Octal | 123 | 57 | 332 | 76 | 116 | 0 | 17 | 375 | 106 | 64 |
| Binary | 1010011 | 101111 | 11011010 | 111110 | 1001110 | 0 | 1111 | 11111101 | 1000110 | 110100 |
Color Harmonies of #532FDA
Complementary color
Monochromatic Colors of #532FDA
Black with #532FDA
Text Example
Text Example
White with #532FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532FDA; }
p { color: rgb(83,47,218); }
H1.HeaderClassName
{
color: #532FDA;
}
.AnyTagClassName
{
color: #532FDA;
}
</style>
background-color css
<style>
a { background-color: #532FDA; }
a { background-color: rgb(83,47,218); }
div.DivClassName
{
background-color: #532FDA;
}
.BgClassName
{
background-color: #532FDA;
}
</style>
border-color css
<style>
span { border-color: #532FDA; }
span { border-color: rgb(83,47,218); }
td.TdClassName
{
border-color: #532FDA;
}
.TagClassName
{
border-color: #532FDA;
}
</style>