Shades of Purple Heart #5633DC
Tints of Purple Heart #5633DC
RGB
CMYK
RGB Variations
Color information
#5633DC (or 0x5633DC) is known color: Purple Heart. HEX triplet: 56, 33 and DC. RGB value is (86,51,220). Sum of RGB (Red+Green+Blue) = 86+51+220=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #5633DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5633DC is #A9CC23. Grayscale: #505050. Windows color (decimal): -11127844 or 14431062. OLE color: 14431062.
HSL color Cylindrical-coordinate representation of color #5633DC: hue angle of 252.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5633DC is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 51 | 220 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.14 |
| HSL | 252.43º | 0.71% | 0.53% | - |
| HSV(B) | 252.43º | 0.77% | 0.86% | - |
| XYZ | 17.94 | 9.51 | 68.6 | - |
| YUV | 80.73 | 206.6 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 220 | 0.61 | 0.77 | 0 | 0.14 | 252.43 | 0.71 | 0.53 |
| Hex | 56 | 33 | DC | 3D | 4D | 0 | E | FC | 47 | 35 |
| Octal | 126 | 63 | 334 | 75 | 115 | 0 | 16 | 374 | 107 | 65 |
| Binary | 1010110 | 110011 | 11011100 | 111101 | 1001101 | 0 | 1110 | 11111100 | 1000111 | 110101 |
Color Harmonies of #5633DC
Complementary color
Monochromatic Colors of #5633DC
Black with #5633DC
Text Example
Text Example
White with #5633DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5633DC; }
p { color: rgb(86,51,220); }
H1.HeaderClassName
{
color: #5633DC;
}
.AnyTagClassName
{
color: #5633DC;
}
</style>
background-color css
<style>
a { background-color: #5633DC; }
a { background-color: rgb(86,51,220); }
div.DivClassName
{
background-color: #5633DC;
}
.BgClassName
{
background-color: #5633DC;
}
</style>
border-color css
<style>
span { border-color: #5633DC; }
span { border-color: rgb(86,51,220); }
td.TdClassName
{
border-color: #5633DC;
}
.TagClassName
{
border-color: #5633DC;
}
</style>