Shades of Purple Heart #652DDB
Tints of Purple Heart #652DDB
RGB
CMYK
RGB Variations
Color information
#652DDB (or 0x652DDB) is known color: Purple Heart. HEX triplet: 65, 2D and DB. RGB value is (101,45,219). Sum of RGB (Red+Green+Blue) = 101+45+219=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #652DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DDB is #9AD224. Grayscale: #505050. Windows color (decimal): -10146341 or 14364005. OLE color: 14364005.
HSL color Cylindrical-coordinate representation of color #652DDB: hue angle of 259.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652DDB is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 45 | 219 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.14 |
| HSL | 259.31º | 0.71% | 0.52% | - |
| HSV(B) | 259.31º | 0.79% | 0.86% | - |
| XYZ | 19.09 | 9.76 | 67.9 | - |
| YUV | 81.58 | 205.55 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 219 | 0.54 | 0.79 | 0 | 0.14 | 259.31 | 0.71 | 0.52 |
| Hex | 65 | 2D | DB | 36 | 4F | 0 | E | 103 | 47 | 34 |
| Octal | 145 | 55 | 333 | 66 | 117 | 0 | 16 | 403 | 107 | 64 |
| Binary | 1100101 | 101101 | 11011011 | 110110 | 1001111 | 0 | 1110 | 100000011 | 1000111 | 110100 |
Color Harmonies of #652DDB
Complementary color
Monochromatic Colors of #652DDB
Black with #652DDB
Text Example
Text Example
White with #652DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DDB; }
p { color: rgb(101,45,219); }
H1.HeaderClassName
{
color: #652DDB;
}
.AnyTagClassName
{
color: #652DDB;
}
</style>
background-color css
<style>
a { background-color: #652DDB; }
a { background-color: rgb(101,45,219); }
div.DivClassName
{
background-color: #652DDB;
}
.BgClassName
{
background-color: #652DDB;
}
</style>
border-color css
<style>
span { border-color: #652DDB; }
span { border-color: rgb(101,45,219); }
td.TdClassName
{
border-color: #652DDB;
}
.TagClassName
{
border-color: #652DDB;
}
</style>