Shades of Purple Heart #5236D3
Tints of Purple Heart #5236D3
RGB
CMYK
RGB Variations
Color information
#5236D3 (or 0x5236D3) is known color: Purple Heart. HEX triplet: 52, 36 and D3. RGB value is (82,54,211). Sum of RGB (Red+Green+Blue) = 82+54+211=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 211 (82.81% from 255 or 60.81% from 347); Max value from RGB is 211 - color contains mainly: blue. Hex color #5236D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5236D3 is #ADC92C. Grayscale: #4F4F4F. Windows color (decimal): -11389229 or 13842002. OLE color: 13842002.
HSL color Cylindrical-coordinate representation of color #5236D3: hue angle of 250.7º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5236D3 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 54 | 211 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.17 |
| HSL | 250.7º | 0.64% | 0.52% | - |
| HSV(B) | 250.7º | 0.74% | 0.83% | - |
| XYZ | 16.56 | 9.14 | 62.52 | - |
| YUV | 80.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 211 | 0.61 | 0.74 | 0 | 0.17 | 250.7 | 0.64 | 0.52 |
| Hex | 52 | 36 | D3 | 3D | 4A | 0 | 11 | FB | 40 | 34 |
| Octal | 122 | 66 | 323 | 75 | 112 | 0 | 21 | 373 | 100 | 64 |
| Binary | 1010010 | 110110 | 11010011 | 111101 | 1001010 | 0 | 10001 | 11111011 | 1000000 | 110100 |
Color Harmonies of #5236D3
Complementary color
Monochromatic Colors of #5236D3
Black with #5236D3
Text Example
Text Example
White with #5236D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5236D3; }
p { color: rgb(82,54,211); }
H1.HeaderClassName
{
color: #5236D3;
}
.AnyTagClassName
{
color: #5236D3;
}
</style>
background-color css
<style>
a { background-color: #5236D3; }
a { background-color: rgb(82,54,211); }
div.DivClassName
{
background-color: #5236D3;
}
.BgClassName
{
background-color: #5236D3;
}
</style>
border-color css
<style>
span { border-color: #5236D3; }
span { border-color: rgb(82,54,211); }
td.TdClassName
{
border-color: #5236D3;
}
.TagClassName
{
border-color: #5236D3;
}
</style>