Shades of Purple Heart #5234CE
Tints of Purple Heart #5234CE
RGB
CMYK
RGB Variations
Color information
#5234CE (or 0x5234CE) is known color: Purple Heart. HEX triplet: 52, 34 and CE. RGB value is (82,52,206). Sum of RGB (Red+Green+Blue) = 82+52+206=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #5234CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5234CE is #ADCB31. Grayscale: #4D4D4D. Windows color (decimal): -11389746 or 13513810. OLE color: 13513810.
HSL color Cylindrical-coordinate representation of color #5234CE: hue angle of 251.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5234CE is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 52 | 206 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.19 |
| HSL | 251.69º | 0.61% | 0.51% | - |
| HSV(B) | 251.69º | 0.75% | 0.81% | - |
| XYZ | 15.85 | 8.71 | 59.24 | - |
| YUV | 78.53 | 199.94 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 206 | 0.60 | 0.75 | 0 | 0.19 | 251.69 | 0.61 | 0.51 |
| Hex | 52 | 34 | CE | 3C | 4B | 0 | 13 | FC | 3D | 33 |
| Octal | 122 | 64 | 316 | 74 | 113 | 0 | 23 | 374 | 75 | 63 |
| Binary | 1010010 | 110100 | 11001110 | 111100 | 1001011 | 0 | 10011 | 11111100 | 111101 | 110011 |
Color Harmonies of #5234CE
Complementary color
Monochromatic Colors of #5234CE
Black with #5234CE
Text Example
Text Example
White with #5234CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5234CE; }
p { color: rgb(82,52,206); }
H1.HeaderClassName
{
color: #5234CE;
}
.AnyTagClassName
{
color: #5234CE;
}
</style>
background-color css
<style>
a { background-color: #5234CE; }
a { background-color: rgb(82,52,206); }
div.DivClassName
{
background-color: #5234CE;
}
.BgClassName
{
background-color: #5234CE;
}
</style>
border-color css
<style>
span { border-color: #5234CE; }
span { border-color: rgb(82,52,206); }
td.TdClassName
{
border-color: #5234CE;
}
.TagClassName
{
border-color: #5234CE;
}
</style>