Shades of Purple Heart #5635B4
Tints of Purple Heart #5635B4
RGB
CMYK
RGB Variations
Color information
#5635B4 (or 0x5635B4) is known color: Purple Heart. HEX triplet: 56, 35 and B4. RGB value is (86,53,180). Sum of RGB (Red+Green+Blue) = 86+53+180=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #5635B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5635B4 is #A9CA4B. Grayscale: #4C4C4C. Windows color (decimal): -11127372 or 11810134. OLE color: 11810134.
HSL color Cylindrical-coordinate representation of color #5635B4: hue angle of 255.59º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5635B4 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 53 | 180 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.29 |
| HSL | 255.59º | 0.55% | 0.46% | - |
| HSV(B) | 255.59º | 0.71% | 0.71% | - |
| XYZ | 13.35 | 7.82 | 43.99 | - |
| YUV | 77.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 53 | 180 | 0.52 | 0.71 | 0 | 0.29 | 255.59 | 0.55 | 0.46 |
| Hex | 56 | 35 | B4 | 34 | 47 | 0 | 1D | 100 | 37 | 2E |
| Octal | 126 | 65 | 264 | 64 | 107 | 0 | 35 | 400 | 67 | 56 |
| Binary | 1010110 | 110101 | 10110100 | 110100 | 1000111 | 0 | 11101 | 100000000 | 110111 | 101110 |
Color Harmonies of #5635B4
Complementary color
Monochromatic Colors of #5635B4
Black with #5635B4
Text Example
Text Example
White with #5635B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5635B4; }
p { color: rgb(86,53,180); }
H1.HeaderClassName
{
color: #5635B4;
}
.AnyTagClassName
{
color: #5635B4;
}
</style>
background-color css
<style>
a { background-color: #5635B4; }
a { background-color: rgb(86,53,180); }
div.DivClassName
{
background-color: #5635B4;
}
.BgClassName
{
background-color: #5635B4;
}
</style>
border-color css
<style>
span { border-color: #5635B4; }
span { border-color: rgb(86,53,180); }
td.TdClassName
{
border-color: #5635B4;
}
.TagClassName
{
border-color: #5635B4;
}
</style>