Shades of Purple Heart #6529DC
Tints of Purple Heart #6529DC
RGB
CMYK
RGB Variations
Color information
#6529DC (or 0x6529DC) is known color: Purple Heart. HEX triplet: 65, 29 and DC. RGB value is (101,41,220). Sum of RGB (Red+Green+Blue) = 101+41+220=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #6529DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529DC is #9AD623. Grayscale: #4E4E4E. Windows color (decimal): -10147364 or 14428517. OLE color: 14428517.
HSL color Cylindrical-coordinate representation of color #6529DC: hue angle of 260.11º degrees, saturation: 0.72, 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 #6529DC is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 41 | 220 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.14 |
| HSL | 260.11º | 0.72% | 0.51% | - |
| HSV(B) | 260.11º | 0.81% | 0.86% | - |
| XYZ | 19.08 | 9.52 | 68.54 | - |
| YUV | 79.35 | 207.38 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 220 | 0.54 | 0.81 | 0 | 0.14 | 260.11 | 0.72 | 0.51 |
| Hex | 65 | 29 | DC | 36 | 51 | 0 | E | 104 | 48 | 33 |
| Octal | 145 | 51 | 334 | 66 | 121 | 0 | 16 | 404 | 110 | 63 |
| Binary | 1100101 | 101001 | 11011100 | 110110 | 1010001 | 0 | 1110 | 100000100 | 1001000 | 110011 |
Color Harmonies of #6529DC
Complementary color
Monochromatic Colors of #6529DC
Black with #6529DC
Text Example
Text Example
White with #6529DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6529DC; }
p { color: rgb(101,41,220); }
H1.HeaderClassName
{
color: #6529DC;
}
.AnyTagClassName
{
color: #6529DC;
}
</style>
background-color css
<style>
a { background-color: #6529DC; }
a { background-color: rgb(101,41,220); }
div.DivClassName
{
background-color: #6529DC;
}
.BgClassName
{
background-color: #6529DC;
}
</style>
border-color css
<style>
span { border-color: #6529DC; }
span { border-color: rgb(101,41,220); }
td.TdClassName
{
border-color: #6529DC;
}
.TagClassName
{
border-color: #6529DC;
}
</style>