Shades of Purple Heart #5238DC
Tints of Purple Heart #5238DC
RGB
CMYK
RGB Variations
Color information
#5238DC (or 0x5238DC) is known color: Purple Heart. HEX triplet: 52, 38 and DC. RGB value is (82,56,220). Sum of RGB (Red+Green+Blue) = 82+56+220=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #5238DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5238DC is #ADC723. Grayscale: #515151. Windows color (decimal): -11388708 or 14432338. OLE color: 14432338.
HSL color Cylindrical-coordinate representation of color #5238DC: hue angle of 249.51º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5238DC is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 56 | 220 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.14 |
| HSL | 249.51º | 0.7% | 0.54% | - |
| HSV(B) | 249.51º | 0.75% | 0.86% | - |
| XYZ | 17.81 | 9.79 | 68.66 | - |
| YUV | 82.47 | 205.61 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 220 | 0.63 | 0.75 | 0 | 0.14 | 249.51 | 0.7 | 0.54 |
| Hex | 52 | 38 | DC | 3F | 4B | 0 | E | FA | 46 | 36 |
| Octal | 122 | 70 | 334 | 77 | 113 | 0 | 16 | 372 | 106 | 66 |
| Binary | 1010010 | 111000 | 11011100 | 111111 | 1001011 | 0 | 1110 | 11111010 | 1000110 | 110110 |
Color Harmonies of #5238DC
Complementary color
Monochromatic Colors of #5238DC
Black with #5238DC
Text Example
Text Example
White with #5238DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238DC; }
p { color: rgb(82,56,220); }
H1.HeaderClassName
{
color: #5238DC;
}
.AnyTagClassName
{
color: #5238DC;
}
</style>
background-color css
<style>
a { background-color: #5238DC; }
a { background-color: rgb(82,56,220); }
div.DivClassName
{
background-color: #5238DC;
}
.BgClassName
{
background-color: #5238DC;
}
</style>
border-color css
<style>
span { border-color: #5238DC; }
span { border-color: rgb(82,56,220); }
td.TdClassName
{
border-color: #5238DC;
}
.TagClassName
{
border-color: #5238DC;
}
</style>