Shades of Purple Heart #5236B4
Tints of Purple Heart #5236B4
RGB
CMYK
RGB Variations
Color information
#5236B4 (or 0x5236B4) is known color: Purple Heart. HEX triplet: 52, 36 and B4. RGB value is (82,54,180). Sum of RGB (Red+Green+Blue) = 82+54+180=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #5236B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5236B4 is #ADC94B. Grayscale: #4C4C4C. Windows color (decimal): -11389260 or 11810386. OLE color: 11810386.
HSL color Cylindrical-coordinate representation of color #5236B4: hue angle of 253.33º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5236B4 is Cyan = 0.54, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 54 | 180 | - |
| CMYK | 0.54 | 0.7 | 0 | 0.29 |
| HSL | 253.33º | 0.54% | 0.46% | - |
| HSV(B) | 253.33º | 0.7% | 0.71% | - |
| XYZ | 13.04 | 7.73 | 43.98 | - |
| YUV | 76.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 180 | 0.54 | 0.7 | 0 | 0.29 | 253.33 | 0.54 | 0.46 |
| Hex | 52 | 36 | B4 | 36 | 46 | 0 | 1D | FD | 36 | 2E |
| Octal | 122 | 66 | 264 | 66 | 106 | 0 | 35 | 375 | 66 | 56 |
| Binary | 1010010 | 110110 | 10110100 | 110110 | 1000110 | 0 | 11101 | 11111101 | 110110 | 101110 |
Color Harmonies of #5236B4
Complementary color
Monochromatic Colors of #5236B4
Black with #5236B4
Text Example
Text Example
White with #5236B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5236B4; }
p { color: rgb(82,54,180); }
H1.HeaderClassName
{
color: #5236B4;
}
.AnyTagClassName
{
color: #5236B4;
}
</style>
background-color css
<style>
a { background-color: #5236B4; }
a { background-color: rgb(82,54,180); }
div.DivClassName
{
background-color: #5236B4;
}
.BgClassName
{
background-color: #5236B4;
}
</style>
border-color css
<style>
span { border-color: #5236B4; }
span { border-color: rgb(82,54,180); }
td.TdClassName
{
border-color: #5236B4;
}
.TagClassName
{
border-color: #5236B4;
}
</style>