Shades of Purple Heart #5331BE
Tints of Purple Heart #5331BE
RGB
CMYK
RGB Variations
Color information
#5331BE (or 0x5331BE) is known color: Purple Heart. HEX triplet: 53, 31 and BE. RGB value is (83,49,190). Sum of RGB (Red+Green+Blue) = 83+49+190=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #5331BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5331BE is #ACCE41. Grayscale: #4A4A4A. Windows color (decimal): -11324994 or 12464467. OLE color: 12464467.
HSL color Cylindrical-coordinate representation of color #5331BE: hue angle of 254.47º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5331BE is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 49 | 190 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.25 |
| HSL | 254.47º | 0.59% | 0.47% | - |
| HSV(B) | 254.47º | 0.74% | 0.75% | - |
| XYZ | 13.96 | 7.75 | 49.48 | - |
| YUV | 75.24 | 192.76 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 190 | 0.56 | 0.74 | 0 | 0.25 | 254.47 | 0.59 | 0.47 |
| Hex | 53 | 31 | BE | 38 | 4A | 0 | 19 | FE | 3B | 2F |
| Octal | 123 | 61 | 276 | 70 | 112 | 0 | 31 | 376 | 73 | 57 |
| Binary | 1010011 | 110001 | 10111110 | 111000 | 1001010 | 0 | 11001 | 11111110 | 111011 | 101111 |
Color Harmonies of #5331BE
Complementary color
Monochromatic Colors of #5331BE
Black with #5331BE
Text Example
Text Example
White with #5331BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5331BE; }
p { color: rgb(83,49,190); }
H1.HeaderClassName
{
color: #5331BE;
}
.AnyTagClassName
{
color: #5331BE;
}
</style>
background-color css
<style>
a { background-color: #5331BE; }
a { background-color: rgb(83,49,190); }
div.DivClassName
{
background-color: #5331BE;
}
.BgClassName
{
background-color: #5331BE;
}
</style>
border-color css
<style>
span { border-color: #5331BE; }
span { border-color: rgb(83,49,190); }
td.TdClassName
{
border-color: #5331BE;
}
.TagClassName
{
border-color: #5331BE;
}
</style>