Shades of Purple Heart #6524DB
Tints of Purple Heart #6524DB
RGB
CMYK
RGB Variations
Color information
#6524DB (or 0x6524DB) is known color: Purple Heart. HEX triplet: 65, 24 and DB. RGB value is (101,36,219). Sum of RGB (Red+Green+Blue) = 101+36+219=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #6524DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6524DB is #9ADB24. Grayscale: #4B4B4B. Windows color (decimal): -10148645 or 14361701. OLE color: 14361701.
HSL color Cylindrical-coordinate representation of color #6524DB: hue angle of 261.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6524DB is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 36 | 219 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.14 |
| HSL | 261.31º | 0.72% | 0.5% | - |
| HSV(B) | 261.31º | 0.84% | 0.86% | - |
| XYZ | 18.78 | 9.14 | 67.79 | - |
| YUV | 76.3 | 208.53 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 219 | 0.54 | 0.84 | 0 | 0.14 | 261.31 | 0.72 | 0.5 |
| Hex | 65 | 24 | DB | 36 | 54 | 0 | E | 105 | 48 | 32 |
| Octal | 145 | 44 | 333 | 66 | 124 | 0 | 16 | 405 | 110 | 62 |
| Binary | 1100101 | 100100 | 11011011 | 110110 | 1010100 | 0 | 1110 | 100000101 | 1001000 | 110010 |
Color Harmonies of #6524DB
Complementary color
Monochromatic Colors of #6524DB
Black with #6524DB
Text Example
Text Example
White with #6524DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6524DB; }
p { color: rgb(101,36,219); }
H1.HeaderClassName
{
color: #6524DB;
}
.AnyTagClassName
{
color: #6524DB;
}
</style>
background-color css
<style>
a { background-color: #6524DB; }
a { background-color: rgb(101,36,219); }
div.DivClassName
{
background-color: #6524DB;
}
.BgClassName
{
background-color: #6524DB;
}
</style>
border-color css
<style>
span { border-color: #6524DB; }
span { border-color: rgb(101,36,219); }
td.TdClassName
{
border-color: #6524DB;
}
.TagClassName
{
border-color: #6524DB;
}
</style>