Shades of Purple Heart #5331CF
Tints of Purple Heart #5331CF
RGB
CMYK
RGB Variations
Color information
#5331CF (or 0x5331CF) is known color: Purple Heart. HEX triplet: 53, 31 and CF. RGB value is (83,49,207). Sum of RGB (Red+Green+Blue) = 83+49+207=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #5331CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5331CF is #ACCE30. Grayscale: #4C4C4C. Windows color (decimal): -11324977 or 13578579. OLE color: 13578579.
HSL color Cylindrical-coordinate representation of color #5331CF: hue angle of 252.91º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5331CF is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 49 | 207 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.19 |
| HSL | 252.91º | 0.62% | 0.5% | - |
| HSV(B) | 252.91º | 0.76% | 0.81% | - |
| XYZ | 15.93 | 8.54 | 59.84 | - |
| YUV | 77.18 | 201.26 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 207 | 0.60 | 0.76 | 0 | 0.19 | 252.91 | 0.62 | 0.5 |
| Hex | 53 | 31 | CF | 3C | 4C | 0 | 13 | FD | 3E | 32 |
| Octal | 123 | 61 | 317 | 74 | 114 | 0 | 23 | 375 | 76 | 62 |
| Binary | 1010011 | 110001 | 11001111 | 111100 | 1001100 | 0 | 10011 | 11111101 | 111110 | 110010 |
Color Harmonies of #5331CF
Complementary color
Monochromatic Colors of #5331CF
Black with #5331CF
Text Example
Text Example
White with #5331CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5331CF; }
p { color: rgb(83,49,207); }
H1.HeaderClassName
{
color: #5331CF;
}
.AnyTagClassName
{
color: #5331CF;
}
</style>
background-color css
<style>
a { background-color: #5331CF; }
a { background-color: rgb(83,49,207); }
div.DivClassName
{
background-color: #5331CF;
}
.BgClassName
{
background-color: #5331CF;
}
</style>
border-color css
<style>
span { border-color: #5331CF; }
span { border-color: rgb(83,49,207); }
td.TdClassName
{
border-color: #5331CF;
}
.TagClassName
{
border-color: #5331CF;
}
</style>