Shades of Purple Heart #5238CC
Tints of Purple Heart #5238CC
RGB
CMYK
RGB Variations
Color information
#5238CC (or 0x5238CC) is known color: Purple Heart. HEX triplet: 52, 38 and CC. RGB value is (82,56,204). Sum of RGB (Red+Green+Blue) = 82+56+204=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #5238CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5238CC is #ADC733. Grayscale: #505050. Windows color (decimal): -11388724 or 13383762. OLE color: 13383762.
HSL color Cylindrical-coordinate representation of color #5238CC: hue angle of 250.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5238CC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 56 | 204 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.2 |
| HSL | 250.54º | 0.59% | 0.51% | - |
| HSV(B) | 250.54º | 0.73% | 0.8% | - |
| XYZ | 15.79 | 8.98 | 58.03 | - |
| YUV | 80.65 | 197.61 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 204 | 0.60 | 0.73 | 0 | 0.2 | 250.54 | 0.59 | 0.51 |
| Hex | 52 | 38 | CC | 3C | 49 | 0 | 14 | FB | 3B | 33 |
| Octal | 122 | 70 | 314 | 74 | 111 | 0 | 24 | 373 | 73 | 63 |
| Binary | 1010010 | 111000 | 11001100 | 111100 | 1001001 | 0 | 10100 | 11111011 | 111011 | 110011 |
Color Harmonies of #5238CC
Complementary color
Monochromatic Colors of #5238CC
Black with #5238CC
Text Example
Text Example
White with #5238CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238CC; }
p { color: rgb(82,56,204); }
H1.HeaderClassName
{
color: #5238CC;
}
.AnyTagClassName
{
color: #5238CC;
}
</style>
background-color css
<style>
a { background-color: #5238CC; }
a { background-color: rgb(82,56,204); }
div.DivClassName
{
background-color: #5238CC;
}
.BgClassName
{
background-color: #5238CC;
}
</style>
border-color css
<style>
span { border-color: #5238CC; }
span { border-color: rgb(82,56,204); }
td.TdClassName
{
border-color: #5238CC;
}
.TagClassName
{
border-color: #5238CC;
}
</style>