Shades of Purple Heart #531ACF
Tints of Purple Heart #531ACF
RGB
CMYK
RGB Variations
Color information
#531ACF (or 0x531ACF) is known color: Purple Heart. HEX triplet: 53, 1A and CF. RGB value is (83,26,207). Sum of RGB (Red+Green+Blue) = 83+26+207=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #531ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ACF is #ACE530. Grayscale: #3F3F3F. Windows color (decimal): -11330865 or 13572691. OLE color: 13572691.
HSL color Cylindrical-coordinate representation of color #531ACF: hue angle of 258.9º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531ACF is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 26 | 207 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.19 |
| HSL | 258.9º | 0.78% | 0.46% | - |
| HSV(B) | 258.9º | 0.87% | 0.81% | - |
| XYZ | 15.2 | 7.08 | 59.6 | - |
| YUV | 63.68 | 208.88 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 207 | 0.60 | 0.87 | 0 | 0.19 | 258.9 | 0.78 | 0.46 |
| Hex | 53 | 1A | CF | 3C | 57 | 0 | 13 | 103 | 4E | 2E |
| Octal | 123 | 32 | 317 | 74 | 127 | 0 | 23 | 403 | 116 | 56 |
| Binary | 1010011 | 11010 | 11001111 | 111100 | 1010111 | 0 | 10011 | 100000011 | 1001110 | 101110 |
Color Harmonies of #531ACF
Complementary color
Monochromatic Colors of #531ACF
Black with #531ACF
Text Example
Text Example
White with #531ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531ACF; }
p { color: rgb(83,26,207); }
H1.HeaderClassName
{
color: #531ACF;
}
.AnyTagClassName
{
color: #531ACF;
}
</style>
background-color css
<style>
a { background-color: #531ACF; }
a { background-color: rgb(83,26,207); }
div.DivClassName
{
background-color: #531ACF;
}
.BgClassName
{
background-color: #531ACF;
}
</style>
border-color css
<style>
span { border-color: #531ACF; }
span { border-color: rgb(83,26,207); }
td.TdClassName
{
border-color: #531ACF;
}
.TagClassName
{
border-color: #531ACF;
}
</style>