Shades of Purple Heart #6424D8
Tints of Purple Heart #6424D8
RGB
CMYK
RGB Variations
Color information
#6424D8 (or 0x6424D8) is known color: Purple Heart. HEX triplet: 64, 24 and D8. RGB value is (100,36,216). Sum of RGB (Red+Green+Blue) = 100+36+216=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 216 (84.77% from 255 or 61.36% from 352); Max value from RGB is 216 - color contains mainly: blue. Hex color #6424D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424D8 is #9BDB27. Grayscale: #4B4B4B. Windows color (decimal): -10214184 or 14165092. OLE color: 14165092.
HSL color Cylindrical-coordinate representation of color #6424D8: hue angle of 261.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6424D8 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 36 | 216 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.15 |
| HSL | 261.33º | 0.71% | 0.49% | - |
| HSV(B) | 261.33º | 0.83% | 0.85% | - |
| XYZ | 18.28 | 8.93 | 65.73 | - |
| YUV | 75.66 | 207.2 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 216 | 0.54 | 0.83 | 0 | 0.15 | 261.33 | 0.71 | 0.49 |
| Hex | 64 | 24 | D8 | 36 | 53 | 0 | F | 105 | 47 | 31 |
| Octal | 144 | 44 | 330 | 66 | 123 | 0 | 17 | 405 | 107 | 61 |
| Binary | 1100100 | 100100 | 11011000 | 110110 | 1010011 | 0 | 1111 | 100000101 | 1000111 | 110001 |
Color Harmonies of #6424D8
Complementary color
Monochromatic Colors of #6424D8
Black with #6424D8
Text Example
Text Example
White with #6424D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6424D8; }
p { color: rgb(100,36,216); }
H1.HeaderClassName
{
color: #6424D8;
}
.AnyTagClassName
{
color: #6424D8;
}
</style>
background-color css
<style>
a { background-color: #6424D8; }
a { background-color: rgb(100,36,216); }
div.DivClassName
{
background-color: #6424D8;
}
.BgClassName
{
background-color: #6424D8;
}
</style>
border-color css
<style>
span { border-color: #6424D8; }
span { border-color: rgb(100,36,216); }
td.TdClassName
{
border-color: #6424D8;
}
.TagClassName
{
border-color: #6424D8;
}
</style>