Shades of Purple Heart #5626CB
Tints of Purple Heart #5626CB
RGB
CMYK
RGB Variations
Color information
#5626CB (or 0x5626CB) is known color: Purple Heart. HEX triplet: 56, 26 and CB. RGB value is (86,38,203). Sum of RGB (Red+Green+Blue) = 86+38+203=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #5626CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5626CB is #A9D934. Grayscale: #464646. Windows color (decimal): -11131189 or 13313622. OLE color: 13313622.
HSL color Cylindrical-coordinate representation of color #5626CB: hue angle of 257.45º 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 #5626CB is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 38 | 203 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.20 |
| HSL | 257.45º | 0.68% | 0.47% | - |
| HSV(B) | 257.45º | 0.81% | 0.8% | - |
| XYZ | 15.31 | 7.68 | 57.17 | - |
| YUV | 71.16 | 202.4 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 203 | 0.58 | 0.81 | 0 | 0.20 | 257.45 | 0.68 | 0.47 |
| Hex | 56 | 26 | CB | 3A | 51 | 0 | 14 | 101 | 44 | 2F |
| Octal | 126 | 46 | 313 | 72 | 121 | 0 | 24 | 401 | 104 | 57 |
| Binary | 1010110 | 100110 | 11001011 | 111010 | 1010001 | 0 | 10100 | 100000001 | 1000100 | 101111 |
Color Harmonies of #5626CB
Complementary color
Monochromatic Colors of #5626CB
Black with #5626CB
Text Example
Text Example
White with #5626CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5626CB; }
p { color: rgb(86,38,203); }
H1.HeaderClassName
{
color: #5626CB;
}
.AnyTagClassName
{
color: #5626CB;
}
</style>
background-color css
<style>
a { background-color: #5626CB; }
a { background-color: rgb(86,38,203); }
div.DivClassName
{
background-color: #5626CB;
}
.BgClassName
{
background-color: #5626CB;
}
</style>
border-color css
<style>
span { border-color: #5626CB; }
span { border-color: rgb(86,38,203); }
td.TdClassName
{
border-color: #5626CB;
}
.TagClassName
{
border-color: #5626CB;
}
</style>