Shades of Purple Heart #5625C2
Tints of Purple Heart #5625C2
RGB
CMYK
RGB Variations
Color information
#5625C2 (or 0x5625C2) is known color: Purple Heart. HEX triplet: 56, 25 and C2. RGB value is (86,37,194). Sum of RGB (Red+Green+Blue) = 86+37+194=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 194 (76.17% from 255 or 61.20% from 317); Max value from RGB is 194 - color contains mainly: blue. Hex color #5625C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5625C2 is #A9DA3D. Grayscale: #444444. Windows color (decimal): -11131454 or 12723542. OLE color: 12723542.
HSL color Cylindrical-coordinate representation of color #5625C2: hue angle of 258.73º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5625C2 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 37 | 194 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.24 |
| HSL | 258.73º | 0.68% | 0.45% | - |
| HSV(B) | 258.73º | 0.81% | 0.76% | - |
| XYZ | 14.24 | 7.2 | 51.68 | - |
| YUV | 69.55 | 198.23 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 194 | 0.56 | 0.81 | 0 | 0.24 | 258.73 | 0.68 | 0.45 |
| Hex | 56 | 25 | C2 | 38 | 51 | 0 | 18 | 103 | 44 | 2D |
| Octal | 126 | 45 | 302 | 70 | 121 | 0 | 30 | 403 | 104 | 55 |
| Binary | 1010110 | 100101 | 11000010 | 111000 | 1010001 | 0 | 11000 | 100000011 | 1000100 | 101101 |
Color Harmonies of #5625C2
Complementary color
Monochromatic Colors of #5625C2
Black with #5625C2
Text Example
Text Example
White with #5625C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5625C2; }
p { color: rgb(86,37,194); }
H1.HeaderClassName
{
color: #5625C2;
}
.AnyTagClassName
{
color: #5625C2;
}
</style>
background-color css
<style>
a { background-color: #5625C2; }
a { background-color: rgb(86,37,194); }
div.DivClassName
{
background-color: #5625C2;
}
.BgClassName
{
background-color: #5625C2;
}
</style>
border-color css
<style>
span { border-color: #5625C2; }
span { border-color: rgb(86,37,194); }
td.TdClassName
{
border-color: #5625C2;
}
.TagClassName
{
border-color: #5625C2;
}
</style>