Shades of Purple Heart #5236D1
Tints of Purple Heart #5236D1
RGB
CMYK
RGB Variations
Color information
#5236D1 (or 0x5236D1) is known color: Purple Heart. HEX triplet: 52, 36 and D1. RGB value is (82,54,209). Sum of RGB (Red+Green+Blue) = 82+54+209=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 209 (82.03% from 255 or 60.58% from 345); Max value from RGB is 209 - color contains mainly: blue. Hex color #5236D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5236D1 is #ADC92E. Grayscale: #4F4F4F. Windows color (decimal): -11389231 or 13710930. OLE color: 13710930.
HSL color Cylindrical-coordinate representation of color #5236D1: hue angle of 250.84º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5236D1 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 54 | 209 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.18 |
| HSL | 250.84º | 0.63% | 0.52% | - |
| HSV(B) | 250.84º | 0.74% | 0.82% | - |
| XYZ | 16.31 | 9.04 | 61.21 | - |
| YUV | 80.04 | 200.78 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 209 | 0.61 | 0.74 | 0 | 0.18 | 250.84 | 0.63 | 0.52 |
| Hex | 52 | 36 | D1 | 3D | 4A | 0 | 12 | FB | 3F | 34 |
| Octal | 122 | 66 | 321 | 75 | 112 | 0 | 22 | 373 | 77 | 64 |
| Binary | 1010010 | 110110 | 11010001 | 111101 | 1001010 | 0 | 10010 | 11111011 | 111111 | 110100 |
Color Harmonies of #5236D1
Complementary color
Monochromatic Colors of #5236D1
Black with #5236D1
Text Example
Text Example
White with #5236D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5236D1; }
p { color: rgb(82,54,209); }
H1.HeaderClassName
{
color: #5236D1;
}
.AnyTagClassName
{
color: #5236D1;
}
</style>
background-color css
<style>
a { background-color: #5236D1; }
a { background-color: rgb(82,54,209); }
div.DivClassName
{
background-color: #5236D1;
}
.BgClassName
{
background-color: #5236D1;
}
</style>
border-color css
<style>
span { border-color: #5236D1; }
span { border-color: rgb(82,54,209); }
td.TdClassName
{
border-color: #5236D1;
}
.TagClassName
{
border-color: #5236D1;
}
</style>