Shades of Purple Heart #531BCF
Tints of Purple Heart #531BCF
RGB
CMYK
RGB Variations
Color information
#531BCF (or 0x531BCF) is known color: Purple Heart. HEX triplet: 53, 1B and CF. RGB value is (83,27,207). Sum of RGB (Red+Green+Blue) = 83+27+207=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #531BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BCF is #ACE430. Grayscale: #3F3F3F. Windows color (decimal): -11330609 or 13572947. OLE color: 13572947.
HSL color Cylindrical-coordinate representation of color #531BCF: hue angle of 258.67º degrees, saturation: 0.77, 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 #531BCF is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 27 | 207 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.19 |
| HSL | 258.67º | 0.77% | 0.46% | - |
| HSV(B) | 258.67º | 0.87% | 0.81% | - |
| XYZ | 15.22 | 7.13 | 59.61 | - |
| YUV | 64.26 | 208.55 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 207 | 0.60 | 0.87 | 0 | 0.19 | 258.67 | 0.77 | 0.46 |
| Hex | 53 | 1B | CF | 3C | 57 | 0 | 13 | 103 | 4D | 2E |
| Octal | 123 | 33 | 317 | 74 | 127 | 0 | 23 | 403 | 115 | 56 |
| Binary | 1010011 | 11011 | 11001111 | 111100 | 1010111 | 0 | 10011 | 100000011 | 1001101 | 101110 |
Color Harmonies of #531BCF
Complementary color
Monochromatic Colors of #531BCF
Black with #531BCF
Text Example
Text Example
White with #531BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531BCF; }
p { color: rgb(83,27,207); }
H1.HeaderClassName
{
color: #531BCF;
}
.AnyTagClassName
{
color: #531BCF;
}
</style>
background-color css
<style>
a { background-color: #531BCF; }
a { background-color: rgb(83,27,207); }
div.DivClassName
{
background-color: #531BCF;
}
.BgClassName
{
background-color: #531BCF;
}
</style>
border-color css
<style>
span { border-color: #531BCF; }
span { border-color: rgb(83,27,207); }
td.TdClassName
{
border-color: #531BCF;
}
.TagClassName
{
border-color: #531BCF;
}
</style>