Shades of Purple Heart #5237D0
Tints of Purple Heart #5237D0
RGB
CMYK
RGB Variations
Color information
#5237D0 (or 0x5237D0) is known color: Purple Heart. HEX triplet: 52, 37 and D0. RGB value is (82,55,208). Sum of RGB (Red+Green+Blue) = 82+55+208=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 208 (81.64% from 255 or 60.29% from 345); Max value from RGB is 208 - color contains mainly: blue. Hex color #5237D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237D0 is #ADC82F. Grayscale: #4F4F4F. Windows color (decimal): -11388976 or 13645650. OLE color: 13645650.
HSL color Cylindrical-coordinate representation of color #5237D0: hue angle of 250.59º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5237D0 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 55 | 208 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.18 |
| HSL | 250.59º | 0.62% | 0.52% | - |
| HSV(B) | 250.59º | 0.74% | 0.82% | - |
| XYZ | 16.23 | 9.08 | 60.57 | - |
| YUV | 80.52 | 199.95 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 208 | 0.61 | 0.74 | 0 | 0.18 | 250.59 | 0.62 | 0.52 |
| Hex | 52 | 37 | D0 | 3D | 4A | 0 | 12 | FB | 3E | 34 |
| Octal | 122 | 67 | 320 | 75 | 112 | 0 | 22 | 373 | 76 | 64 |
| Binary | 1010010 | 110111 | 11010000 | 111101 | 1001010 | 0 | 10010 | 11111011 | 111110 | 110100 |
Color Harmonies of #5237D0
Complementary color
Monochromatic Colors of #5237D0
Black with #5237D0
Text Example
Text Example
White with #5237D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5237D0; }
p { color: rgb(82,55,208); }
H1.HeaderClassName
{
color: #5237D0;
}
.AnyTagClassName
{
color: #5237D0;
}
</style>
background-color css
<style>
a { background-color: #5237D0; }
a { background-color: rgb(82,55,208); }
div.DivClassName
{
background-color: #5237D0;
}
.BgClassName
{
background-color: #5237D0;
}
</style>
border-color css
<style>
span { border-color: #5237D0; }
span { border-color: rgb(82,55,208); }
td.TdClassName
{
border-color: #5237D0;
}
.TagClassName
{
border-color: #5237D0;
}
</style>