Shades of Purple Heart #6529DD
Tints of Purple Heart #6529DD
RGB
CMYK
RGB Variations
Color information
#6529DD (or 0x6529DD) is known color: Purple Heart. HEX triplet: 65, 29 and DD. RGB value is (101,41,221). Sum of RGB (Red+Green+Blue) = 101+41+221=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #6529DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529DD is #9AD622. Grayscale: #4E4E4E. Windows color (decimal): -10147363 or 14494053. OLE color: 14494053.
HSL color Cylindrical-coordinate representation of color #6529DD: hue angle of 260º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6529DD is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 41 | 221 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.13 |
| HSL | 260º | 0.73% | 0.51% | - |
| HSV(B) | 260º | 0.81% | 0.87% | - |
| XYZ | 19.21 | 9.57 | 69.24 | - |
| YUV | 79.46 | 207.88 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 221 | 0.54 | 0.81 | 0 | 0.13 | 260 | 0.73 | 0.51 |
| Hex | 65 | 29 | DD | 36 | 51 | 0 | D | 104 | 49 | 33 |
| Octal | 145 | 51 | 335 | 66 | 121 | 0 | 15 | 404 | 111 | 63 |
| Binary | 1100101 | 101001 | 11011101 | 110110 | 1010001 | 0 | 1101 | 100000100 | 1001001 | 110011 |
Color Harmonies of #6529DD
Complementary color
Monochromatic Colors of #6529DD
Black with #6529DD
Text Example
Text Example
White with #6529DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6529DD; }
p { color: rgb(101,41,221); }
H1.HeaderClassName
{
color: #6529DD;
}
.AnyTagClassName
{
color: #6529DD;
}
</style>
background-color css
<style>
a { background-color: #6529DD; }
a { background-color: rgb(101,41,221); }
div.DivClassName
{
background-color: #6529DD;
}
.BgClassName
{
background-color: #6529DD;
}
</style>
border-color css
<style>
span { border-color: #6529DD; }
span { border-color: rgb(101,41,221); }
td.TdClassName
{
border-color: #6529DD;
}
.TagClassName
{
border-color: #6529DD;
}
</style>