Shades of Purple Heart #5236CC
Tints of Purple Heart #5236CC
RGB
CMYK
RGB Variations
Color information
#5236CC (or 0x5236CC) is known color: Purple Heart. HEX triplet: 52, 36 and CC. RGB value is (82,54,204). Sum of RGB (Red+Green+Blue) = 82+54+204=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #5236CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5236CC is #ADC933. Grayscale: #4E4E4E. Windows color (decimal): -11389236 or 13383250. OLE color: 13383250.
HSL color Cylindrical-coordinate representation of color #5236CC: hue angle of 251.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5236CC is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 54 | 204 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.2 |
| HSL | 251.2º | 0.6% | 0.51% | - |
| HSV(B) | 251.2º | 0.74% | 0.8% | - |
| XYZ | 15.7 | 8.79 | 58 | - |
| YUV | 79.47 | 198.28 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 204 | 0.60 | 0.74 | 0 | 0.2 | 251.2 | 0.6 | 0.51 |
| Hex | 52 | 36 | CC | 3C | 4A | 0 | 14 | FB | 3C | 33 |
| Octal | 122 | 66 | 314 | 74 | 112 | 0 | 24 | 373 | 74 | 63 |
| Binary | 1010010 | 110110 | 11001100 | 111100 | 1001010 | 0 | 10100 | 11111011 | 111100 | 110011 |
Color Harmonies of #5236CC
Complementary color
Monochromatic Colors of #5236CC
Black with #5236CC
Text Example
Text Example
White with #5236CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5236CC; }
p { color: rgb(82,54,204); }
H1.HeaderClassName
{
color: #5236CC;
}
.AnyTagClassName
{
color: #5236CC;
}
</style>
background-color css
<style>
a { background-color: #5236CC; }
a { background-color: rgb(82,54,204); }
div.DivClassName
{
background-color: #5236CC;
}
.BgClassName
{
background-color: #5236CC;
}
</style>
border-color css
<style>
span { border-color: #5236CC; }
span { border-color: rgb(82,54,204); }
td.TdClassName
{
border-color: #5236CC;
}
.TagClassName
{
border-color: #5236CC;
}
</style>