Shades of Purple Heart #6437DB
Tints of Purple Heart #6437DB
RGB
CMYK
RGB Variations
Color information
#6437DB (or 0x6437DB) is known color: Purple Heart. HEX triplet: 64, 37 and DB. RGB value is (100,55,219). Sum of RGB (Red+Green+Blue) = 100+55+219=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #6437DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6437DB is #9BC824. Grayscale: #565656. Windows color (decimal): -10209317 or 14366564. OLE color: 14366564.
HSL color Cylindrical-coordinate representation of color #6437DB: hue angle of 256.46º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6437DB is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 55 | 219 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.14 |
| HSL | 256.46º | 0.69% | 0.54% | - |
| HSV(B) | 256.46º | 0.75% | 0.86% | - |
| XYZ | 19.41 | 10.56 | 68.03 | - |
| YUV | 87.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 55 | 219 | 0.54 | 0.75 | 0 | 0.14 | 256.46 | 0.69 | 0.54 |
| Hex | 64 | 37 | DB | 36 | 4B | 0 | E | 100 | 45 | 36 |
| Octal | 144 | 67 | 333 | 66 | 113 | 0 | 16 | 400 | 105 | 66 |
| Binary | 1100100 | 110111 | 11011011 | 110110 | 1001011 | 0 | 1110 | 100000000 | 1000101 | 110110 |
Color Harmonies of #6437DB
Complementary color
Monochromatic Colors of #6437DB
Black with #6437DB
Text Example
Text Example
White with #6437DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6437DB; }
p { color: rgb(100,55,219); }
H1.HeaderClassName
{
color: #6437DB;
}
.AnyTagClassName
{
color: #6437DB;
}
</style>
background-color css
<style>
a { background-color: #6437DB; }
a { background-color: rgb(100,55,219); }
div.DivClassName
{
background-color: #6437DB;
}
.BgClassName
{
background-color: #6437DB;
}
</style>
border-color css
<style>
span { border-color: #6437DB; }
span { border-color: rgb(100,55,219); }
td.TdClassName
{
border-color: #6437DB;
}
.TagClassName
{
border-color: #6437DB;
}
</style>