Shades of Purple Heart #5626CF
Tints of Purple Heart #5626CF
RGB
CMYK
RGB Variations
Color information
#5626CF (or 0x5626CF) is known color: Purple Heart. HEX triplet: 56, 26 and CF. RGB value is (86,38,207). Sum of RGB (Red+Green+Blue) = 86+38+207=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #5626CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5626CF is #A9D930. Grayscale: #464646. Windows color (decimal): -11131185 or 13575766. OLE color: 13575766.
HSL color Cylindrical-coordinate representation of color #5626CF: hue angle of 257.04º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5626CF is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 38 | 207 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.19 |
| HSL | 257.04º | 0.69% | 0.48% | - |
| HSV(B) | 257.04º | 0.82% | 0.81% | - |
| XYZ | 15.79 | 7.87 | 59.72 | - |
| YUV | 71.62 | 204.4 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 207 | 0.58 | 0.82 | 0 | 0.19 | 257.04 | 0.69 | 0.48 |
| Hex | 56 | 26 | CF | 3A | 52 | 0 | 13 | 101 | 45 | 30 |
| Octal | 126 | 46 | 317 | 72 | 122 | 0 | 23 | 401 | 105 | 60 |
| Binary | 1010110 | 100110 | 11001111 | 111010 | 1010010 | 0 | 10011 | 100000001 | 1000101 | 110000 |
Color Harmonies of #5626CF
Complementary color
Monochromatic Colors of #5626CF
Black with #5626CF
Text Example
Text Example
White with #5626CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5626CF; }
p { color: rgb(86,38,207); }
H1.HeaderClassName
{
color: #5626CF;
}
.AnyTagClassName
{
color: #5626CF;
}
</style>
background-color css
<style>
a { background-color: #5626CF; }
a { background-color: rgb(86,38,207); }
div.DivClassName
{
background-color: #5626CF;
}
.BgClassName
{
background-color: #5626CF;
}
</style>
border-color css
<style>
span { border-color: #5626CF; }
span { border-color: rgb(86,38,207); }
td.TdClassName
{
border-color: #5626CF;
}
.TagClassName
{
border-color: #5626CF;
}
</style>