Shades of Purple Heart #5236C1
Tints of Purple Heart #5236C1
RGB
CMYK
RGB Variations
Color information
#5236C1 (or 0x5236C1) is known color: Purple Heart. HEX triplet: 52, 36 and C1. RGB value is (82,54,193). Sum of RGB (Red+Green+Blue) = 82+54+193=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 193 (75.78% from 255 or 58.66% from 329); Max value from RGB is 193 - color contains mainly: blue. Hex color #5236C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5236C1 is #ADC93E. Grayscale: #4D4D4D. Windows color (decimal): -11389247 or 12662354. OLE color: 12662354.
HSL color Cylindrical-coordinate representation of color #5236C1: hue angle of 252.09º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5236C1 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 54 | 193 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.24 |
| HSL | 252.09º | 0.56% | 0.48% | - |
| HSV(B) | 252.09º | 0.72% | 0.76% | - |
| XYZ | 14.42 | 8.28 | 51.29 | - |
| YUV | 78.22 | 192.78 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 193 | 0.58 | 0.72 | 0 | 0.24 | 252.09 | 0.56 | 0.48 |
| Hex | 52 | 36 | C1 | 3A | 48 | 0 | 18 | FC | 38 | 30 |
| Octal | 122 | 66 | 301 | 72 | 110 | 0 | 30 | 374 | 70 | 60 |
| Binary | 1010010 | 110110 | 11000001 | 111010 | 1001000 | 0 | 11000 | 11111100 | 111000 | 110000 |
Color Harmonies of #5236C1
Complementary color
Monochromatic Colors of #5236C1
Black with #5236C1
Text Example
Text Example
White with #5236C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5236C1; }
p { color: rgb(82,54,193); }
H1.HeaderClassName
{
color: #5236C1;
}
.AnyTagClassName
{
color: #5236C1;
}
</style>
background-color css
<style>
a { background-color: #5236C1; }
a { background-color: rgb(82,54,193); }
div.DivClassName
{
background-color: #5236C1;
}
.BgClassName
{
background-color: #5236C1;
}
</style>
border-color css
<style>
span { border-color: #5236C1; }
span { border-color: rgb(82,54,193); }
td.TdClassName
{
border-color: #5236C1;
}
.TagClassName
{
border-color: #5236C1;
}
</style>