Shades of Purple Heart #6434DB
Tints of Purple Heart #6434DB
RGB
CMYK
RGB Variations
Color information
#6434DB (or 0x6434DB) is known color: Purple Heart. HEX triplet: 64, 34 and DB. RGB value is (100,52,219). Sum of RGB (Red+Green+Blue) = 100+52+219=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #6434DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6434DB is #9BCB24. Grayscale: #545454. Windows color (decimal): -10210085 or 14365796. OLE color: 14365796.
HSL color Cylindrical-coordinate representation of color #6434DB: hue angle of 257.25º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6434DB is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 52 | 219 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.14 |
| HSL | 257.25º | 0.7% | 0.53% | - |
| HSV(B) | 257.25º | 0.76% | 0.86% | - |
| XYZ | 19.27 | 10.28 | 67.99 | - |
| YUV | 85.39 | 203.4 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 219 | 0.54 | 0.76 | 0 | 0.14 | 257.25 | 0.7 | 0.53 |
| Hex | 64 | 34 | DB | 36 | 4C | 0 | E | 101 | 46 | 35 |
| Octal | 144 | 64 | 333 | 66 | 114 | 0 | 16 | 401 | 106 | 65 |
| Binary | 1100100 | 110100 | 11011011 | 110110 | 1001100 | 0 | 1110 | 100000001 | 1000110 | 110101 |
Color Harmonies of #6434DB
Complementary color
Monochromatic Colors of #6434DB
Black with #6434DB
Text Example
Text Example
White with #6434DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6434DB; }
p { color: rgb(100,52,219); }
H1.HeaderClassName
{
color: #6434DB;
}
.AnyTagClassName
{
color: #6434DB;
}
</style>
background-color css
<style>
a { background-color: #6434DB; }
a { background-color: rgb(100,52,219); }
div.DivClassName
{
background-color: #6434DB;
}
.BgClassName
{
background-color: #6434DB;
}
</style>
border-color css
<style>
span { border-color: #6434DB; }
span { border-color: rgb(100,52,219); }
td.TdClassName
{
border-color: #6434DB;
}
.TagClassName
{
border-color: #6434DB;
}
</style>