Shades of Purple Heart #6524BB
Tints of Purple Heart #6524BB
RGB
CMYK
RGB Variations
Color information
#6524BB (or 0x6524BB) is known color: Purple Heart. HEX triplet: 65, 24 and BB. RGB value is (101,36,187). Sum of RGB (Red+Green+Blue) = 101+36+187=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #6524BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6524BB is #9ADB44. Grayscale: #484848. Windows color (decimal): -10148677 or 12264549. OLE color: 12264549.
HSL color Cylindrical-coordinate representation of color #6524BB: hue angle of 265.83º 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 #6524BB is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 36 | 187 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.27 |
| HSL | 265.83º | 0.68% | 0.44% | - |
| HSV(B) | 265.83º | 0.81% | 0.73% | - |
| XYZ | 14.97 | 7.62 | 47.69 | - |
| YUV | 72.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 187 | 0.46 | 0.81 | 0 | 0.27 | 265.83 | 0.68 | 0.44 |
| Hex | 65 | 24 | BB | 2E | 51 | 0 | 1B | 10A | 44 | 2C |
| Octal | 145 | 44 | 273 | 56 | 121 | 0 | 33 | 412 | 104 | 54 |
| Binary | 1100101 | 100100 | 10111011 | 101110 | 1010001 | 0 | 11011 | 100001010 | 1000100 | 101100 |
Color Harmonies of #6524BB
Complementary color
Monochromatic Colors of #6524BB
Black with #6524BB
Text Example
Text Example
White with #6524BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6524BB; }
p { color: rgb(101,36,187); }
H1.HeaderClassName
{
color: #6524BB;
}
.AnyTagClassName
{
color: #6524BB;
}
</style>
background-color css
<style>
a { background-color: #6524BB; }
a { background-color: rgb(101,36,187); }
div.DivClassName
{
background-color: #6524BB;
}
.BgClassName
{
background-color: #6524BB;
}
</style>
border-color css
<style>
span { border-color: #6524BB; }
span { border-color: rgb(101,36,187); }
td.TdClassName
{
border-color: #6524BB;
}
.TagClassName
{
border-color: #6524BB;
}
</style>