Shades of Purple Heart #6532DB
Tints of Purple Heart #6532DB
RGB
CMYK
RGB Variations
Color information
#6532DB (or 0x6532DB) is known color: Purple Heart. HEX triplet: 65, 32 and DB. RGB value is (101,50,219). Sum of RGB (Red+Green+Blue) = 101+50+219=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #6532DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532DB is #9ACD24. Grayscale: #535353. Windows color (decimal): -10145061 or 14365285. OLE color: 14365285.
HSL color Cylindrical-coordinate representation of color #6532DB: hue angle of 258.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6532DB is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 50 | 219 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.14 |
| HSL | 258.11º | 0.7% | 0.53% | - |
| HSV(B) | 258.11º | 0.77% | 0.86% | - |
| XYZ | 19.29 | 10.16 | 67.96 | - |
| YUV | 84.52 | 203.9 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 219 | 0.54 | 0.77 | 0 | 0.14 | 258.11 | 0.7 | 0.53 |
| Hex | 65 | 32 | DB | 36 | 4D | 0 | E | 102 | 46 | 35 |
| Octal | 145 | 62 | 333 | 66 | 115 | 0 | 16 | 402 | 106 | 65 |
| Binary | 1100101 | 110010 | 11011011 | 110110 | 1001101 | 0 | 1110 | 100000010 | 1000110 | 110101 |
Color Harmonies of #6532DB
Complementary color
Monochromatic Colors of #6532DB
Black with #6532DB
Text Example
Text Example
White with #6532DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532DB; }
p { color: rgb(101,50,219); }
H1.HeaderClassName
{
color: #6532DB;
}
.AnyTagClassName
{
color: #6532DB;
}
</style>
background-color css
<style>
a { background-color: #6532DB; }
a { background-color: rgb(101,50,219); }
div.DivClassName
{
background-color: #6532DB;
}
.BgClassName
{
background-color: #6532DB;
}
</style>
border-color css
<style>
span { border-color: #6532DB; }
span { border-color: rgb(101,50,219); }
td.TdClassName
{
border-color: #6532DB;
}
.TagClassName
{
border-color: #6532DB;
}
</style>