Shades of Purple Heart #5238CA
Tints of Purple Heart #5238CA
RGB
CMYK
RGB Variations
Color information
#5238CA (or 0x5238CA) is known color: Purple Heart. HEX triplet: 52, 38 and CA. RGB value is (82,56,202). Sum of RGB (Red+Green+Blue) = 82+56+202=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #5238CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5238CA is #ADC735. Grayscale: #4F4F4F. Windows color (decimal): -11388726 or 13252690. OLE color: 13252690.
HSL color Cylindrical-coordinate representation of color #5238CA: hue angle of 250.68º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5238CA is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 56 | 202 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.21 |
| HSL | 250.68º | 0.58% | 0.51% | - |
| HSV(B) | 250.68º | 0.72% | 0.79% | - |
| XYZ | 15.55 | 8.89 | 56.77 | - |
| YUV | 80.42 | 196.61 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 202 | 0.59 | 0.72 | 0 | 0.21 | 250.68 | 0.58 | 0.51 |
| Hex | 52 | 38 | CA | 3B | 48 | 0 | 15 | FB | 3A | 33 |
| Octal | 122 | 70 | 312 | 73 | 110 | 0 | 25 | 373 | 72 | 63 |
| Binary | 1010010 | 111000 | 11001010 | 111011 | 1001000 | 0 | 10101 | 11111011 | 111010 | 110011 |
Color Harmonies of #5238CA
Complementary color
Monochromatic Colors of #5238CA
Black with #5238CA
Text Example
Text Example
White with #5238CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238CA; }
p { color: rgb(82,56,202); }
H1.HeaderClassName
{
color: #5238CA;
}
.AnyTagClassName
{
color: #5238CA;
}
</style>
background-color css
<style>
a { background-color: #5238CA; }
a { background-color: rgb(82,56,202); }
div.DivClassName
{
background-color: #5238CA;
}
.BgClassName
{
background-color: #5238CA;
}
</style>
border-color css
<style>
span { border-color: #5238CA; }
span { border-color: rgb(82,56,202); }
td.TdClassName
{
border-color: #5238CA;
}
.TagClassName
{
border-color: #5238CA;
}
</style>