Shades of Purple Heart #643CDB
Tints of Purple Heart #643CDB
RGB
CMYK
RGB Variations
Color information
#643CDB (or 0x643CDB) is known color: Purple Heart. HEX triplet: 64, 3C and DB. RGB value is (100,60,219). Sum of RGB (Red+Green+Blue) = 100+60+219=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #643CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CDB is #9BC324. Grayscale: #595959. Windows color (decimal): -10208037 or 14367844. OLE color: 14367844.
HSL color Cylindrical-coordinate representation of color #643CDB: hue angle of 255.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #643CDB is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 60 | 219 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.14 |
| HSL | 255.09º | 0.69% | 0.55% | - |
| HSV(B) | 255.09º | 0.73% | 0.86% | - |
| XYZ | 19.66 | 11.06 | 68.12 | - |
| YUV | 90.09 | 200.75 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 219 | 0.54 | 0.73 | 0 | 0.14 | 255.09 | 0.69 | 0.55 |
| Hex | 64 | 3C | DB | 36 | 49 | 0 | E | FF | 45 | 37 |
| Octal | 144 | 74 | 333 | 66 | 111 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100100 | 111100 | 11011011 | 110110 | 1001001 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #643CDB
Complementary color
Monochromatic Colors of #643CDB
Black with #643CDB
Text Example
Text Example
White with #643CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CDB; }
p { color: rgb(100,60,219); }
H1.HeaderClassName
{
color: #643CDB;
}
.AnyTagClassName
{
color: #643CDB;
}
</style>
background-color css
<style>
a { background-color: #643CDB; }
a { background-color: rgb(100,60,219); }
div.DivClassName
{
background-color: #643CDB;
}
.BgClassName
{
background-color: #643CDB;
}
</style>
border-color css
<style>
span { border-color: #643CDB; }
span { border-color: rgb(100,60,219); }
td.TdClassName
{
border-color: #643CDB;
}
.TagClassName
{
border-color: #643CDB;
}
</style>