Shades of Purple Heart #6529DA
Tints of Purple Heart #6529DA
RGB
CMYK
RGB Variations
Color information
#6529DA (or 0x6529DA) is known color: Purple Heart. HEX triplet: 65, 29 and DA. RGB value is (101,41,218). Sum of RGB (Red+Green+Blue) = 101+41+218=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #6529DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529DA is #9AD625. Grayscale: #4E4E4E. Windows color (decimal): -10147366 or 14297445. OLE color: 14297445.
HSL color Cylindrical-coordinate representation of color #6529DA: hue angle of 260.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6529DA is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 41 | 218 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.15 |
| HSL | 260.34º | 0.71% | 0.51% | - |
| HSV(B) | 260.34º | 0.81% | 0.85% | - |
| XYZ | 18.81 | 9.41 | 67.16 | - |
| YUV | 79.12 | 206.38 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 218 | 0.54 | 0.81 | 0 | 0.15 | 260.34 | 0.71 | 0.51 |
| Hex | 65 | 29 | DA | 36 | 51 | 0 | F | 104 | 47 | 33 |
| Octal | 145 | 51 | 332 | 66 | 121 | 0 | 17 | 404 | 107 | 63 |
| Binary | 1100101 | 101001 | 11011010 | 110110 | 1010001 | 0 | 1111 | 100000100 | 1000111 | 110011 |
Color Harmonies of #6529DA
Complementary color
Monochromatic Colors of #6529DA
Black with #6529DA
Text Example
Text Example
White with #6529DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6529DA; }
p { color: rgb(101,41,218); }
H1.HeaderClassName
{
color: #6529DA;
}
.AnyTagClassName
{
color: #6529DA;
}
</style>
background-color css
<style>
a { background-color: #6529DA; }
a { background-color: rgb(101,41,218); }
div.DivClassName
{
background-color: #6529DA;
}
.BgClassName
{
background-color: #6529DA;
}
</style>
border-color css
<style>
span { border-color: #6529DA; }
span { border-color: rgb(101,41,218); }
td.TdClassName
{
border-color: #6529DA;
}
.TagClassName
{
border-color: #6529DA;
}
</style>