Shades of Purple Heart #6529DB
Tints of Purple Heart #6529DB
RGB
CMYK
RGB Variations
Color information
#6529DB (or 0x6529DB) is known color: Purple Heart. HEX triplet: 65, 29 and DB. RGB value is (101,41,219). Sum of RGB (Red+Green+Blue) = 101+41+219=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #6529DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529DB is #9AD624. Grayscale: #4E4E4E. Windows color (decimal): -10147365 or 14362981. OLE color: 14362981.
HSL color Cylindrical-coordinate representation of color #6529DB: hue angle of 260.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6529DB is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 41 | 219 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.14 |
| HSL | 260.22º | 0.71% | 0.51% | - |
| HSV(B) | 260.22º | 0.81% | 0.86% | - |
| XYZ | 18.95 | 9.47 | 67.85 | - |
| YUV | 79.23 | 206.88 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 219 | 0.54 | 0.81 | 0 | 0.14 | 260.22 | 0.71 | 0.51 |
| Hex | 65 | 29 | DB | 36 | 51 | 0 | E | 104 | 47 | 33 |
| Octal | 145 | 51 | 333 | 66 | 121 | 0 | 16 | 404 | 107 | 63 |
| Binary | 1100101 | 101001 | 11011011 | 110110 | 1010001 | 0 | 1110 | 100000100 | 1000111 | 110011 |
Color Harmonies of #6529DB
Complementary color
Monochromatic Colors of #6529DB
Black with #6529DB
Text Example
Text Example
White with #6529DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6529DB; }
p { color: rgb(101,41,219); }
H1.HeaderClassName
{
color: #6529DB;
}
.AnyTagClassName
{
color: #6529DB;
}
</style>
background-color css
<style>
a { background-color: #6529DB; }
a { background-color: rgb(101,41,219); }
div.DivClassName
{
background-color: #6529DB;
}
.BgClassName
{
background-color: #6529DB;
}
</style>
border-color css
<style>
span { border-color: #6529DB; }
span { border-color: rgb(101,41,219); }
td.TdClassName
{
border-color: #6529DB;
}
.TagClassName
{
border-color: #6529DB;
}
</style>