Shades of Purple Heart #6529BD
Tints of Purple Heart #6529BD
RGB
CMYK
RGB Variations
Color information
#6529BD (or 0x6529BD) is known color: Purple Heart. HEX triplet: 65, 29 and BD. RGB value is (101,41,189). Sum of RGB (Red+Green+Blue) = 101+41+189=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #6529BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529BD is #9AD642. Grayscale: #4B4B4B. Windows color (decimal): -10147395 or 12396901. OLE color: 12396901.
HSL color Cylindrical-coordinate representation of color #6529BD: hue angle of 264.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6529BD is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 41 | 189 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.26 |
| HSL | 264.32º | 0.64% | 0.45% | - |
| HSV(B) | 264.32º | 0.78% | 0.74% | - |
| XYZ | 15.35 | 8.03 | 48.88 | - |
| YUV | 75.81 | 191.88 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 189 | 0.47 | 0.78 | 0 | 0.26 | 264.32 | 0.64 | 0.45 |
| Hex | 65 | 29 | BD | 2F | 4E | 0 | 1A | 108 | 40 | 2D |
| Octal | 145 | 51 | 275 | 57 | 116 | 0 | 32 | 410 | 100 | 55 |
| Binary | 1100101 | 101001 | 10111101 | 101111 | 1001110 | 0 | 11010 | 100001000 | 1000000 | 101101 |
Color Harmonies of #6529BD
Complementary color
Monochromatic Colors of #6529BD
Black with #6529BD
Text Example
Text Example
White with #6529BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6529BD; }
p { color: rgb(101,41,189); }
H1.HeaderClassName
{
color: #6529BD;
}
.AnyTagClassName
{
color: #6529BD;
}
</style>
background-color css
<style>
a { background-color: #6529BD; }
a { background-color: rgb(101,41,189); }
div.DivClassName
{
background-color: #6529BD;
}
.BgClassName
{
background-color: #6529BD;
}
</style>
border-color css
<style>
span { border-color: #6529BD; }
span { border-color: rgb(101,41,189); }
td.TdClassName
{
border-color: #6529BD;
}
.TagClassName
{
border-color: #6529BD;
}
</style>