Shades of Purple Heart #6436DB
Tints of Purple Heart #6436DB
RGB
CMYK
RGB Variations
Color information
#6436DB (or 0x6436DB) is known color: Purple Heart. HEX triplet: 64, 36 and DB. RGB value is (100,54,219). Sum of RGB (Red+Green+Blue) = 100+54+219=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #6436DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6436DB is #9BC924. Grayscale: #555555. Windows color (decimal): -10209573 or 14366308. OLE color: 14366308.
HSL color Cylindrical-coordinate representation of color #6436DB: hue angle of 256.73º degrees, saturation: 0.7, 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 #6436DB is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 54 | 219 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.14 |
| HSL | 256.73º | 0.7% | 0.54% | - |
| HSV(B) | 256.73º | 0.75% | 0.86% | - |
| XYZ | 19.36 | 10.46 | 68.02 | - |
| YUV | 86.56 | 202.74 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 219 | 0.54 | 0.75 | 0 | 0.14 | 256.73 | 0.7 | 0.54 |
| Hex | 64 | 36 | DB | 36 | 4B | 0 | E | 101 | 46 | 36 |
| Octal | 144 | 66 | 333 | 66 | 113 | 0 | 16 | 401 | 106 | 66 |
| Binary | 1100100 | 110110 | 11011011 | 110110 | 1001011 | 0 | 1110 | 100000001 | 1000110 | 110110 |
Color Harmonies of #6436DB
Complementary color
Monochromatic Colors of #6436DB
Black with #6436DB
Text Example
Text Example
White with #6436DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6436DB; }
p { color: rgb(100,54,219); }
H1.HeaderClassName
{
color: #6436DB;
}
.AnyTagClassName
{
color: #6436DB;
}
</style>
background-color css
<style>
a { background-color: #6436DB; }
a { background-color: rgb(100,54,219); }
div.DivClassName
{
background-color: #6436DB;
}
.BgClassName
{
background-color: #6436DB;
}
</style>
border-color css
<style>
span { border-color: #6436DB; }
span { border-color: rgb(100,54,219); }
td.TdClassName
{
border-color: #6436DB;
}
.TagClassName
{
border-color: #6436DB;
}
</style>