Shades of Purple Heart #6528DC
Tints of Purple Heart #6528DC
RGB
CMYK
RGB Variations
Color information
#6528DC (or 0x6528DC) is known color: Purple Heart. HEX triplet: 65, 28 and DC. RGB value is (101,40,220). Sum of RGB (Red+Green+Blue) = 101+40+220=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #6528DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528DC is #9AD723. Grayscale: #4E4E4E. Windows color (decimal): -10147620 or 14428261. OLE color: 14428261.
HSL color Cylindrical-coordinate representation of color #6528DC: hue angle of 260.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6528DC is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 40 | 220 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.14 |
| HSL | 260.33º | 0.72% | 0.51% | - |
| HSV(B) | 260.33º | 0.82% | 0.86% | - |
| XYZ | 19.04 | 9.45 | 68.53 | - |
| YUV | 78.76 | 207.71 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 220 | 0.54 | 0.82 | 0 | 0.14 | 260.33 | 0.72 | 0.51 |
| Hex | 65 | 28 | DC | 36 | 52 | 0 | E | 104 | 48 | 33 |
| Octal | 145 | 50 | 334 | 66 | 122 | 0 | 16 | 404 | 110 | 63 |
| Binary | 1100101 | 101000 | 11011100 | 110110 | 1010010 | 0 | 1110 | 100000100 | 1001000 | 110011 |
Color Harmonies of #6528DC
Complementary color
Monochromatic Colors of #6528DC
Black with #6528DC
Text Example
Text Example
White with #6528DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528DC; }
p { color: rgb(101,40,220); }
H1.HeaderClassName
{
color: #6528DC;
}
.AnyTagClassName
{
color: #6528DC;
}
</style>
background-color css
<style>
a { background-color: #6528DC; }
a { background-color: rgb(101,40,220); }
div.DivClassName
{
background-color: #6528DC;
}
.BgClassName
{
background-color: #6528DC;
}
</style>
border-color css
<style>
span { border-color: #6528DC; }
span { border-color: rgb(101,40,220); }
td.TdClassName
{
border-color: #6528DC;
}
.TagClassName
{
border-color: #6528DC;
}
</style>