Shades of Purple Heart #5321BE
Tints of Purple Heart #5321BE
RGB
CMYK
RGB Variations
Color information
#5321BE (or 0x5321BE) is known color: Purple Heart. HEX triplet: 53, 21 and BE. RGB value is (83,33,190). Sum of RGB (Red+Green+Blue) = 83+33+190=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #5321BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321BE is #ACDE41. Grayscale: #414141. Windows color (decimal): -11329090 or 12460371. OLE color: 12460371.
HSL color Cylindrical-coordinate representation of color #5321BE: hue angle of 259.11º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5321BE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 33 | 190 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.25 |
| HSL | 259.11º | 0.7% | 0.44% | - |
| HSV(B) | 259.11º | 0.83% | 0.75% | - |
| XYZ | 13.41 | 6.64 | 49.29 | - |
| YUV | 65.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 190 | 0.56 | 0.83 | 0 | 0.25 | 259.11 | 0.7 | 0.44 |
| Hex | 53 | 21 | BE | 38 | 53 | 0 | 19 | 103 | 46 | 2C |
| Octal | 123 | 41 | 276 | 70 | 123 | 0 | 31 | 403 | 106 | 54 |
| Binary | 1010011 | 100001 | 10111110 | 111000 | 1010011 | 0 | 11001 | 100000011 | 1000110 | 101100 |
Color Harmonies of #5321BE
Complementary color
Monochromatic Colors of #5321BE
Black with #5321BE
Text Example
Text Example
White with #5321BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5321BE; }
p { color: rgb(83,33,190); }
H1.HeaderClassName
{
color: #5321BE;
}
.AnyTagClassName
{
color: #5321BE;
}
</style>
background-color css
<style>
a { background-color: #5321BE; }
a { background-color: rgb(83,33,190); }
div.DivClassName
{
background-color: #5321BE;
}
.BgClassName
{
background-color: #5321BE;
}
</style>
border-color css
<style>
span { border-color: #5321BE; }
span { border-color: rgb(83,33,190); }
td.TdClassName
{
border-color: #5321BE;
}
.TagClassName
{
border-color: #5321BE;
}
</style>