Shades of Purple Heart #6523DB
Tints of Purple Heart #6523DB
RGB
CMYK
RGB Variations
Color information
#6523DB (or 0x6523DB) is known color: Purple Heart. HEX triplet: 65, 23 and DB. RGB value is (101,35,219). Sum of RGB (Red+Green+Blue) = 101+35+219=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #6523DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6523DB is #9ADC24. Grayscale: #4B4B4B. Windows color (decimal): -10148901 or 14361445. OLE color: 14361445.
HSL color Cylindrical-coordinate representation of color #6523DB: hue angle of 261.52º 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 #6523DB is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 35 | 219 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.14 |
| HSL | 261.52º | 0.72% | 0.5% | - |
| HSV(B) | 261.52º | 0.84% | 0.86% | - |
| XYZ | 18.75 | 9.08 | 67.78 | - |
| YUV | 75.71 | 208.87 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 219 | 0.54 | 0.84 | 0 | 0.14 | 261.52 | 0.72 | 0.5 |
| Hex | 65 | 23 | DB | 36 | 54 | 0 | E | 106 | 48 | 32 |
| Octal | 145 | 43 | 333 | 66 | 124 | 0 | 16 | 406 | 110 | 62 |
| Binary | 1100101 | 100011 | 11011011 | 110110 | 1010100 | 0 | 1110 | 100000110 | 1001000 | 110010 |
Color Harmonies of #6523DB
Complementary color
Monochromatic Colors of #6523DB
Black with #6523DB
Text Example
Text Example
White with #6523DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6523DB; }
p { color: rgb(101,35,219); }
H1.HeaderClassName
{
color: #6523DB;
}
.AnyTagClassName
{
color: #6523DB;
}
</style>
background-color css
<style>
a { background-color: #6523DB; }
a { background-color: rgb(101,35,219); }
div.DivClassName
{
background-color: #6523DB;
}
.BgClassName
{
background-color: #6523DB;
}
</style>
border-color css
<style>
span { border-color: #6523DB; }
span { border-color: rgb(101,35,219); }
td.TdClassName
{
border-color: #6523DB;
}
.TagClassName
{
border-color: #6523DB;
}
</style>