Shades of Purple Heart #5639C3
Tints of Purple Heart #5639C3
RGB
CMYK
RGB Variations
Color information
#5639C3 (or 0x5639C3) is known color: Purple Heart. HEX triplet: 56, 39 and C3. RGB value is (86,57,195). Sum of RGB (Red+Green+Blue) = 86+57+195=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 195 (76.56% from 255 or 57.69% from 338); Max value from RGB is 195 - color contains mainly: blue. Hex color #5639C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5639C3 is #A9C63C. Grayscale: #505050. Windows color (decimal): -11126333 or 12794198. OLE color: 12794198.
HSL color Cylindrical-coordinate representation of color #5639C3: hue angle of 252.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5639C3 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 57 | 195 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.24 |
| HSL | 252.61º | 0.55% | 0.49% | - |
| HSV(B) | 252.61º | 0.71% | 0.76% | - |
| XYZ | 15.15 | 8.84 | 52.54 | - |
| YUV | 81.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 195 | 0.56 | 0.71 | 0 | 0.24 | 252.61 | 0.55 | 0.49 |
| Hex | 56 | 39 | C3 | 38 | 47 | 0 | 18 | FD | 37 | 31 |
| Octal | 126 | 71 | 303 | 70 | 107 | 0 | 30 | 375 | 67 | 61 |
| Binary | 1010110 | 111001 | 11000011 | 111000 | 1000111 | 0 | 11000 | 11111101 | 110111 | 110001 |
Color Harmonies of #5639C3
Complementary color
Monochromatic Colors of #5639C3
Black with #5639C3
Text Example
Text Example
White with #5639C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5639C3; }
p { color: rgb(86,57,195); }
H1.HeaderClassName
{
color: #5639C3;
}
.AnyTagClassName
{
color: #5639C3;
}
</style>
background-color css
<style>
a { background-color: #5639C3; }
a { background-color: rgb(86,57,195); }
div.DivClassName
{
background-color: #5639C3;
}
.BgClassName
{
background-color: #5639C3;
}
</style>
border-color css
<style>
span { border-color: #5639C3; }
span { border-color: rgb(86,57,195); }
td.TdClassName
{
border-color: #5639C3;
}
.TagClassName
{
border-color: #5639C3;
}
</style>