Shades of Purple Heart #6412DB
Tints of Purple Heart #6412DB
RGB
CMYK
RGB Variations
Color information
#6412DB (or 0x6412DB) is known color: Purple Heart. HEX triplet: 64, 12 and DB. RGB value is (100,18,219). Sum of RGB (Red+Green+Blue) = 100+18+219=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #6412DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6412DB is #9BED24. Grayscale: #404040. Windows color (decimal): -10218789 or 14357092. OLE color: 14357092.
HSL color Cylindrical-coordinate representation of color #6412DB: hue angle of 264.48º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6412DB is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 18 | 219 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.14 |
| HSL | 264.48º | 0.85% | 0.46% | - |
| HSV(B) | 264.48º | 0.92% | 0.86% | - |
| XYZ | 18.26 | 8.26 | 67.65 | - |
| YUV | 65.43 | 214.67 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 219 | 0.54 | 0.92 | 0 | 0.14 | 264.48 | 0.85 | 0.46 |
| Hex | 64 | 12 | DB | 36 | 5C | 0 | E | 108 | 55 | 2E |
| Octal | 144 | 22 | 333 | 66 | 134 | 0 | 16 | 410 | 125 | 56 |
| Binary | 1100100 | 10010 | 11011011 | 110110 | 1011100 | 0 | 1110 | 100001000 | 1010101 | 101110 |
Color Harmonies of #6412DB
Complementary color
Monochromatic Colors of #6412DB
Black with #6412DB
Text Example
Text Example
White with #6412DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412DB; }
p { color: rgb(100,18,219); }
H1.HeaderClassName
{
color: #6412DB;
}
.AnyTagClassName
{
color: #6412DB;
}
</style>
background-color css
<style>
a { background-color: #6412DB; }
a { background-color: rgb(100,18,219); }
div.DivClassName
{
background-color: #6412DB;
}
.BgClassName
{
background-color: #6412DB;
}
</style>
border-color css
<style>
span { border-color: #6412DB; }
span { border-color: rgb(100,18,219); }
td.TdClassName
{
border-color: #6412DB;
}
.TagClassName
{
border-color: #6412DB;
}
</style>