Shades of Purple Heart #5340BD
Tints of Purple Heart #5340BD
RGB
CMYK
RGB Variations
Color information
#5340BD (or 0x5340BD) is known color: Purple Heart. HEX triplet: 53, 40 and BD. RGB value is (83,64,189). Sum of RGB (Red+Green+Blue) = 83+64+189=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #5340BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340BD is #ACBF42. Grayscale: #535353. Windows color (decimal): -11321155 or 12402771. OLE color: 12402771.
HSL color Cylindrical-coordinate representation of color #5340BD: hue angle of 249.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5340BD is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 64 | 189 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.26 |
| HSL | 249.12º | 0.49% | 0.5% | - |
| HSV(B) | 249.12º | 0.66% | 0.74% | - |
| XYZ | 14.59 | 9.18 | 49.15 | - |
| YUV | 83.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 189 | 0.56 | 0.66 | 0 | 0.26 | 249.12 | 0.49 | 0.5 |
| Hex | 53 | 40 | BD | 38 | 42 | 0 | 1A | F9 | 31 | 32 |
| Octal | 123 | 100 | 275 | 70 | 102 | 0 | 32 | 371 | 61 | 62 |
| Binary | 1010011 | 1000000 | 10111101 | 111000 | 1000010 | 0 | 11010 | 11111001 | 110001 | 110010 |
Color Harmonies of #5340BD
Complementary color
Monochromatic Colors of #5340BD
Black with #5340BD
Text Example
Text Example
White with #5340BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5340BD; }
p { color: rgb(83,64,189); }
H1.HeaderClassName
{
color: #5340BD;
}
.AnyTagClassName
{
color: #5340BD;
}
</style>
background-color css
<style>
a { background-color: #5340BD; }
a { background-color: rgb(83,64,189); }
div.DivClassName
{
background-color: #5340BD;
}
.BgClassName
{
background-color: #5340BD;
}
</style>
border-color css
<style>
span { border-color: #5340BD; }
span { border-color: rgb(83,64,189); }
td.TdClassName
{
border-color: #5340BD;
}
.TagClassName
{
border-color: #5340BD;
}
</style>