Shades of Purple Heart #6529BA
Tints of Purple Heart #6529BA
RGB
CMYK
RGB Variations
Color information
#6529BA (or 0x6529BA) is known color: Purple Heart. HEX triplet: 65, 29 and BA. RGB value is (101,41,186). Sum of RGB (Red+Green+Blue) = 101+41+186=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #6529BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529BA is #9AD645. Grayscale: #4A4A4A. Windows color (decimal): -10147398 or 12200293. OLE color: 12200293.
HSL color Cylindrical-coordinate representation of color #6529BA: hue angle of 264.83º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6529BA is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 41 | 186 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.27 |
| HSL | 264.83º | 0.64% | 0.45% | - |
| HSV(B) | 264.83º | 0.78% | 0.73% | - |
| XYZ | 15.02 | 7.9 | 47.19 | - |
| YUV | 75.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 186 | 0.46 | 0.78 | 0 | 0.27 | 264.83 | 0.64 | 0.45 |
| Hex | 65 | 29 | BA | 2E | 4E | 0 | 1B | 109 | 40 | 2D |
| Octal | 145 | 51 | 272 | 56 | 116 | 0 | 33 | 411 | 100 | 55 |
| Binary | 1100101 | 101001 | 10111010 | 101110 | 1001110 | 0 | 11011 | 100001001 | 1000000 | 101101 |
Color Harmonies of #6529BA
Complementary color
Monochromatic Colors of #6529BA
Black with #6529BA
Text Example
Text Example
White with #6529BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6529BA; }
p { color: rgb(101,41,186); }
H1.HeaderClassName
{
color: #6529BA;
}
.AnyTagClassName
{
color: #6529BA;
}
</style>
background-color css
<style>
a { background-color: #6529BA; }
a { background-color: rgb(101,41,186); }
div.DivClassName
{
background-color: #6529BA;
}
.BgClassName
{
background-color: #6529BA;
}
</style>
border-color css
<style>
span { border-color: #6529BA; }
span { border-color: rgb(101,41,186); }
td.TdClassName
{
border-color: #6529BA;
}
.TagClassName
{
border-color: #6529BA;
}
</style>