Shades of Purple Heart #6425DB
Tints of Purple Heart #6425DB
RGB
CMYK
RGB Variations
Color information
#6425DB (or 0x6425DB) is known color: Purple Heart. HEX triplet: 64, 25 and DB. RGB value is (100,37,219). Sum of RGB (Red+Green+Blue) = 100+37+219=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #6425DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6425DB is #9BDA24. Grayscale: #4B4B4B. Windows color (decimal): -10213925 or 14361956. OLE color: 14361956.
HSL color Cylindrical-coordinate representation of color #6425DB: hue angle of 260.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6425DB is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 37 | 219 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.14 |
| HSL | 260.77º | 0.72% | 0.5% | - |
| HSV(B) | 260.77º | 0.83% | 0.86% | - |
| XYZ | 18.7 | 9.15 | 67.8 | - |
| YUV | 76.59 | 208.37 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 219 | 0.54 | 0.83 | 0 | 0.14 | 260.77 | 0.72 | 0.5 |
| Hex | 64 | 25 | DB | 36 | 53 | 0 | E | 105 | 48 | 32 |
| Octal | 144 | 45 | 333 | 66 | 123 | 0 | 16 | 405 | 110 | 62 |
| Binary | 1100100 | 100101 | 11011011 | 110110 | 1010011 | 0 | 1110 | 100000101 | 1001000 | 110010 |
Color Harmonies of #6425DB
Complementary color
Monochromatic Colors of #6425DB
Black with #6425DB
Text Example
Text Example
White with #6425DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425DB; }
p { color: rgb(100,37,219); }
H1.HeaderClassName
{
color: #6425DB;
}
.AnyTagClassName
{
color: #6425DB;
}
</style>
background-color css
<style>
a { background-color: #6425DB; }
a { background-color: rgb(100,37,219); }
div.DivClassName
{
background-color: #6425DB;
}
.BgClassName
{
background-color: #6425DB;
}
</style>
border-color css
<style>
span { border-color: #6425DB; }
span { border-color: rgb(100,37,219); }
td.TdClassName
{
border-color: #6425DB;
}
.TagClassName
{
border-color: #6425DB;
}
</style>