Shades of Purple Heart #6528DB
Tints of Purple Heart #6528DB
RGB
CMYK
RGB Variations
Color information
#6528DB (or 0x6528DB) is known color: Purple Heart. HEX triplet: 65, 28 and DB. RGB value is (101,40,219). Sum of RGB (Red+Green+Blue) = 101+40+219=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #6528DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528DB is #9AD724. Grayscale: #4D4D4D. Windows color (decimal): -10147621 or 14362725. OLE color: 14362725.
HSL color Cylindrical-coordinate representation of color #6528DB: hue angle of 260.45º degrees, saturation: 0.71, 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 #6528DB is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 40 | 219 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.14 |
| HSL | 260.45º | 0.71% | 0.51% | - |
| HSV(B) | 260.45º | 0.82% | 0.86% | - |
| XYZ | 18.91 | 9.4 | 67.84 | - |
| YUV | 78.65 | 207.21 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 219 | 0.54 | 0.82 | 0 | 0.14 | 260.45 | 0.71 | 0.51 |
| Hex | 65 | 28 | DB | 36 | 52 | 0 | E | 104 | 47 | 33 |
| Octal | 145 | 50 | 333 | 66 | 122 | 0 | 16 | 404 | 107 | 63 |
| Binary | 1100101 | 101000 | 11011011 | 110110 | 1010010 | 0 | 1110 | 100000100 | 1000111 | 110011 |
Color Harmonies of #6528DB
Complementary color
Monochromatic Colors of #6528DB
Black with #6528DB
Text Example
Text Example
White with #6528DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528DB; }
p { color: rgb(101,40,219); }
H1.HeaderClassName
{
color: #6528DB;
}
.AnyTagClassName
{
color: #6528DB;
}
</style>
background-color css
<style>
a { background-color: #6528DB; }
a { background-color: rgb(101,40,219); }
div.DivClassName
{
background-color: #6528DB;
}
.BgClassName
{
background-color: #6528DB;
}
</style>
border-color css
<style>
span { border-color: #6528DB; }
span { border-color: rgb(101,40,219); }
td.TdClassName
{
border-color: #6528DB;
}
.TagClassName
{
border-color: #6528DB;
}
</style>