Shades of Purple Heart #5226C0
Tints of Purple Heart #5226C0
RGB
CMYK
RGB Variations
Color information
#5226C0 (or 0x5226C0) is known color: Purple Heart. HEX triplet: 52, 26 and C0. RGB value is (82,38,192). Sum of RGB (Red+Green+Blue) = 82+38+192=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #5226C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5226C0 is #ADD93F. Grayscale: #444444. Windows color (decimal): -11393344 or 12592722. OLE color: 12592722.
HSL color Cylindrical-coordinate representation of color #5226C0: hue angle of 257.14º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5226C0 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 38 | 192 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.25 |
| HSL | 257.14º | 0.67% | 0.45% | - |
| HSV(B) | 257.14º | 0.8% | 0.75% | - |
| XYZ | 13.69 | 6.99 | 50.5 | - |
| YUV | 68.71 | 197.58 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 192 | 0.57 | 0.80 | 0 | 0.25 | 257.14 | 0.67 | 0.45 |
| Hex | 52 | 26 | C0 | 39 | 50 | 0 | 19 | 101 | 43 | 2D |
| Octal | 122 | 46 | 300 | 71 | 120 | 0 | 31 | 401 | 103 | 55 |
| Binary | 1010010 | 100110 | 11000000 | 111001 | 1010000 | 0 | 11001 | 100000001 | 1000011 | 101101 |
Color Harmonies of #5226C0
Complementary color
Monochromatic Colors of #5226C0
Black with #5226C0
Text Example
Text Example
White with #5226C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5226C0; }
p { color: rgb(82,38,192); }
H1.HeaderClassName
{
color: #5226C0;
}
.AnyTagClassName
{
color: #5226C0;
}
</style>
background-color css
<style>
a { background-color: #5226C0; }
a { background-color: rgb(82,38,192); }
div.DivClassName
{
background-color: #5226C0;
}
.BgClassName
{
background-color: #5226C0;
}
</style>
border-color css
<style>
span { border-color: #5226C0; }
span { border-color: rgb(82,38,192); }
td.TdClassName
{
border-color: #5226C0;
}
.TagClassName
{
border-color: #5226C0;
}
</style>