Shades of Purple Heart #5226CB
Tints of Purple Heart #5226CB
RGB
CMYK
RGB Variations
Color information
#5226CB (or 0x5226CB) is known color: Purple Heart. HEX triplet: 52, 26 and CB. RGB value is (82,38,203). Sum of RGB (Red+Green+Blue) = 82+38+203=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #5226CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5226CB is #ADD934. Grayscale: #454545. Windows color (decimal): -11393333 or 13313618. OLE color: 13313618.
HSL color Cylindrical-coordinate representation of color #5226CB: hue angle of 256º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5226CB is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 38 | 203 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.20 |
| HSL | 256º | 0.68% | 0.47% | - |
| HSV(B) | 256º | 0.81% | 0.8% | - |
| XYZ | 14.95 | 7.49 | 57.16 | - |
| YUV | 69.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 203 | 0.60 | 0.81 | 0 | 0.20 | 256 | 0.68 | 0.47 |
| Hex | 52 | 26 | CB | 3C | 51 | 0 | 14 | 100 | 44 | 2F |
| Octal | 122 | 46 | 313 | 74 | 121 | 0 | 24 | 400 | 104 | 57 |
| Binary | 1010010 | 100110 | 11001011 | 111100 | 1010001 | 0 | 10100 | 100000000 | 1000100 | 101111 |
Color Harmonies of #5226CB
Complementary color
Monochromatic Colors of #5226CB
Black with #5226CB
Text Example
Text Example
White with #5226CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5226CB; }
p { color: rgb(82,38,203); }
H1.HeaderClassName
{
color: #5226CB;
}
.AnyTagClassName
{
color: #5226CB;
}
</style>
background-color css
<style>
a { background-color: #5226CB; }
a { background-color: rgb(82,38,203); }
div.DivClassName
{
background-color: #5226CB;
}
.BgClassName
{
background-color: #5226CB;
}
</style>
border-color css
<style>
span { border-color: #5226CB; }
span { border-color: rgb(82,38,203); }
td.TdClassName
{
border-color: #5226CB;
}
.TagClassName
{
border-color: #5226CB;
}
</style>