Shades of Purple Heart #5231D0
Tints of Purple Heart #5231D0
RGB
CMYK
RGB Variations
Color information
#5231D0 (or 0x5231D0) is known color: Purple Heart. HEX triplet: 52, 31 and D0. RGB value is (82,49,208). Sum of RGB (Red+Green+Blue) = 82+49+208=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 208 (81.64% from 255 or 61.36% from 339); Max value from RGB is 208 - color contains mainly: blue. Hex color #5231D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5231D0 is #ADCE2F. Grayscale: #4C4C4C. Windows color (decimal): -11390512 or 13644114. OLE color: 13644114.
HSL color Cylindrical-coordinate representation of color #5231D0: hue angle of 252.45º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5231D0 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 49 | 208 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.18 |
| HSL | 252.45º | 0.63% | 0.5% | - |
| HSV(B) | 252.45º | 0.76% | 0.82% | - |
| XYZ | 15.96 | 8.54 | 60.48 | - |
| YUV | 76.99 | 201.93 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 208 | 0.61 | 0.76 | 0 | 0.18 | 252.45 | 0.63 | 0.5 |
| Hex | 52 | 31 | D0 | 3D | 4C | 0 | 12 | FC | 3F | 32 |
| Octal | 122 | 61 | 320 | 75 | 114 | 0 | 22 | 374 | 77 | 62 |
| Binary | 1010010 | 110001 | 11010000 | 111101 | 1001100 | 0 | 10010 | 11111100 | 111111 | 110010 |
Color Harmonies of #5231D0
Complementary color
Monochromatic Colors of #5231D0
Black with #5231D0
Text Example
Text Example
White with #5231D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5231D0; }
p { color: rgb(82,49,208); }
H1.HeaderClassName
{
color: #5231D0;
}
.AnyTagClassName
{
color: #5231D0;
}
</style>
background-color css
<style>
a { background-color: #5231D0; }
a { background-color: rgb(82,49,208); }
div.DivClassName
{
background-color: #5231D0;
}
.BgClassName
{
background-color: #5231D0;
}
</style>
border-color css
<style>
span { border-color: #5231D0; }
span { border-color: rgb(82,49,208); }
td.TdClassName
{
border-color: #5231D0;
}
.TagClassName
{
border-color: #5231D0;
}
</style>