Shades of Purple Heart #5234DC
Tints of Purple Heart #5234DC
RGB
CMYK
RGB Variations
Color information
#5234DC (or 0x5234DC) is known color: Purple Heart. HEX triplet: 52, 34 and DC. RGB value is (82,52,220). Sum of RGB (Red+Green+Blue) = 82+52+220=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #5234DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5234DC is #ADCB23. Grayscale: #4F4F4F. Windows color (decimal): -11389732 or 14431314. OLE color: 14431314.
HSL color Cylindrical-coordinate representation of color #5234DC: hue angle of 250.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5234DC is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 52 | 220 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.14 |
| HSL | 250.71º | 0.71% | 0.53% | - |
| HSV(B) | 250.71º | 0.76% | 0.86% | - |
| XYZ | 17.63 | 9.42 | 68.6 | - |
| YUV | 80.12 | 206.94 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 220 | 0.63 | 0.76 | 0 | 0.14 | 250.71 | 0.71 | 0.53 |
| Hex | 52 | 34 | DC | 3F | 4C | 0 | E | FB | 47 | 35 |
| Octal | 122 | 64 | 334 | 77 | 114 | 0 | 16 | 373 | 107 | 65 |
| Binary | 1010010 | 110100 | 11011100 | 111111 | 1001100 | 0 | 1110 | 11111011 | 1000111 | 110101 |
Color Harmonies of #5234DC
Complementary color
Monochromatic Colors of #5234DC
Black with #5234DC
Text Example
Text Example
White with #5234DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5234DC; }
p { color: rgb(82,52,220); }
H1.HeaderClassName
{
color: #5234DC;
}
.AnyTagClassName
{
color: #5234DC;
}
</style>
background-color css
<style>
a { background-color: #5234DC; }
a { background-color: rgb(82,52,220); }
div.DivClassName
{
background-color: #5234DC;
}
.BgClassName
{
background-color: #5234DC;
}
</style>
border-color css
<style>
span { border-color: #5234DC; }
span { border-color: rgb(82,52,220); }
td.TdClassName
{
border-color: #5234DC;
}
.TagClassName
{
border-color: #5234DC;
}
</style>