Shades of Purple Heart #5631C2
Tints of Purple Heart #5631C2
RGB
CMYK
RGB Variations
Color information
#5631C2 (or 0x5631C2) is known color: Purple Heart. HEX triplet: 56, 31 and C2. RGB value is (86,49,194). Sum of RGB (Red+Green+Blue) = 86+49+194=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 194 (76.17% from 255 or 58.97% from 329); Max value from RGB is 194 - color contains mainly: blue. Hex color #5631C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5631C2 is #A9CE3D. Grayscale: #4C4C4C. Windows color (decimal): -11128382 or 12726614. OLE color: 12726614.
HSL color Cylindrical-coordinate representation of color #5631C2: hue angle of 255.31º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5631C2 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 49 | 194 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.24 |
| HSL | 255.31º | 0.6% | 0.48% | - |
| HSV(B) | 255.31º | 0.75% | 0.76% | - |
| XYZ | 14.67 | 8.07 | 51.82 | - |
| YUV | 76.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 194 | 0.56 | 0.75 | 0 | 0.24 | 255.31 | 0.6 | 0.48 |
| Hex | 56 | 31 | C2 | 38 | 4B | 0 | 18 | FF | 3C | 30 |
| Octal | 126 | 61 | 302 | 70 | 113 | 0 | 30 | 377 | 74 | 60 |
| Binary | 1010110 | 110001 | 11000010 | 111000 | 1001011 | 0 | 11000 | 11111111 | 111100 | 110000 |
Color Harmonies of #5631C2
Complementary color
Monochromatic Colors of #5631C2
Black with #5631C2
Text Example
Text Example
White with #5631C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5631C2; }
p { color: rgb(86,49,194); }
H1.HeaderClassName
{
color: #5631C2;
}
.AnyTagClassName
{
color: #5631C2;
}
</style>
background-color css
<style>
a { background-color: #5631C2; }
a { background-color: rgb(86,49,194); }
div.DivClassName
{
background-color: #5631C2;
}
.BgClassName
{
background-color: #5631C2;
}
</style>
border-color css
<style>
span { border-color: #5631C2; }
span { border-color: rgb(86,49,194); }
td.TdClassName
{
border-color: #5631C2;
}
.TagClassName
{
border-color: #5631C2;
}
</style>