Shades of Purple Heart #6524BA
Tints of Purple Heart #6524BA
RGB
CMYK
RGB Variations
Color information
#6524BA (or 0x6524BA) is known color: Purple Heart. HEX triplet: 65, 24 and BA. RGB value is (101,36,186). Sum of RGB (Red+Green+Blue) = 101+36+186=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #6524BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6524BA is #9ADB45. Grayscale: #484848. Windows color (decimal): -10148678 or 12199013. OLE color: 12199013.
HSL color Cylindrical-coordinate representation of color #6524BA: hue angle of 266º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6524BA is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 36 | 186 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.27 |
| HSL | 266º | 0.68% | 0.44% | - |
| HSV(B) | 266º | 0.81% | 0.73% | - |
| XYZ | 14.86 | 7.57 | 47.13 | - |
| YUV | 72.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 186 | 0.46 | 0.81 | 0 | 0.27 | 266 | 0.68 | 0.44 |
| Hex | 65 | 24 | BA | 2E | 51 | 0 | 1B | 10A | 44 | 2C |
| Octal | 145 | 44 | 272 | 56 | 121 | 0 | 33 | 412 | 104 | 54 |
| Binary | 1100101 | 100100 | 10111010 | 101110 | 1010001 | 0 | 11011 | 100001010 | 1000100 | 101100 |
Color Harmonies of #6524BA
Complementary color
Monochromatic Colors of #6524BA
Black with #6524BA
Text Example
Text Example
White with #6524BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6524BA; }
p { color: rgb(101,36,186); }
H1.HeaderClassName
{
color: #6524BA;
}
.AnyTagClassName
{
color: #6524BA;
}
</style>
background-color css
<style>
a { background-color: #6524BA; }
a { background-color: rgb(101,36,186); }
div.DivClassName
{
background-color: #6524BA;
}
.BgClassName
{
background-color: #6524BA;
}
</style>
border-color css
<style>
span { border-color: #6524BA; }
span { border-color: rgb(101,36,186); }
td.TdClassName
{
border-color: #6524BA;
}
.TagClassName
{
border-color: #6524BA;
}
</style>