Shades of Purple Heart #6534DB
Tints of Purple Heart #6534DB
RGB
CMYK
RGB Variations
Color information
#6534DB (or 0x6534DB) is known color: Purple Heart. HEX triplet: 65, 34 and DB. RGB value is (101,52,219). Sum of RGB (Red+Green+Blue) = 101+52+219=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #6534DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6534DB is #9ACB24. Grayscale: #555555. Windows color (decimal): -10144549 or 14365797. OLE color: 14365797.
HSL color Cylindrical-coordinate representation of color #6534DB: hue angle of 257.6º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6534DB is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 52 | 219 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.14 |
| HSL | 257.6º | 0.7% | 0.53% | - |
| HSV(B) | 257.6º | 0.76% | 0.86% | - |
| XYZ | 19.38 | 10.34 | 67.99 | - |
| YUV | 85.69 | 203.23 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 219 | 0.54 | 0.76 | 0 | 0.14 | 257.6 | 0.7 | 0.53 |
| Hex | 65 | 34 | DB | 36 | 4C | 0 | E | 102 | 46 | 35 |
| Octal | 145 | 64 | 333 | 66 | 114 | 0 | 16 | 402 | 106 | 65 |
| Binary | 1100101 | 110100 | 11011011 | 110110 | 1001100 | 0 | 1110 | 100000010 | 1000110 | 110101 |
Color Harmonies of #6534DB
Complementary color
Monochromatic Colors of #6534DB
Black with #6534DB
Text Example
Text Example
White with #6534DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6534DB; }
p { color: rgb(101,52,219); }
H1.HeaderClassName
{
color: #6534DB;
}
.AnyTagClassName
{
color: #6534DB;
}
</style>
background-color css
<style>
a { background-color: #6534DB; }
a { background-color: rgb(101,52,219); }
div.DivClassName
{
background-color: #6534DB;
}
.BgClassName
{
background-color: #6534DB;
}
</style>
border-color css
<style>
span { border-color: #6534DB; }
span { border-color: rgb(101,52,219); }
td.TdClassName
{
border-color: #6534DB;
}
.TagClassName
{
border-color: #6534DB;
}
</style>