Shades of Purple Heart #6424C8
Tints of Purple Heart #6424C8
RGB
CMYK
RGB Variations
Color information
#6424C8 (or 0x6424C8) is known color: Purple Heart. HEX triplet: 64, 24 and C8. RGB value is (100,36,200). Sum of RGB (Red+Green+Blue) = 100+36+200=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 200 (78.52% from 255 or 59.52% from 336); Max value from RGB is 200 - color contains mainly: blue. Hex color #6424C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424C8 is #9BDB37. Grayscale: #494949. Windows color (decimal): -10214200 or 13116516. OLE color: 13116516.
HSL color Cylindrical-coordinate representation of color #6424C8: hue angle of 263.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6424C8 is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 36 | 200 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.22 |
| HSL | 263.41º | 0.69% | 0.46% | - |
| HSV(B) | 263.41º | 0.82% | 0.78% | - |
| XYZ | 16.31 | 8.14 | 55.36 | - |
| YUV | 73.83 | 199.2 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 200 | 0.5 | 0.82 | 0 | 0.22 | 263.41 | 0.69 | 0.46 |
| Hex | 64 | 24 | C8 | 32 | 52 | 0 | 16 | 107 | 45 | 2E |
| Octal | 144 | 44 | 310 | 62 | 122 | 0 | 26 | 407 | 105 | 56 |
| Binary | 1100100 | 100100 | 11001000 | 110010 | 1010010 | 0 | 10110 | 100000111 | 1000101 | 101110 |
Color Harmonies of #6424C8
Complementary color
Monochromatic Colors of #6424C8
Black with #6424C8
Text Example
Text Example
White with #6424C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6424C8; }
p { color: rgb(100,36,200); }
H1.HeaderClassName
{
color: #6424C8;
}
.AnyTagClassName
{
color: #6424C8;
}
</style>
background-color css
<style>
a { background-color: #6424C8; }
a { background-color: rgb(100,36,200); }
div.DivClassName
{
background-color: #6424C8;
}
.BgClassName
{
background-color: #6424C8;
}
</style>
border-color css
<style>
span { border-color: #6424C8; }
span { border-color: rgb(100,36,200); }
td.TdClassName
{
border-color: #6424C8;
}
.TagClassName
{
border-color: #6424C8;
}
</style>