Shades of Purple Heart #6428CE
Tints of Purple Heart #6428CE
RGB
CMYK
RGB Variations
Color information
#6428CE (or 0x6428CE) is known color: Purple Heart. HEX triplet: 64, 28 and CE. RGB value is (100,40,206). Sum of RGB (Red+Green+Blue) = 100+40+206=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #6428CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6428CE is #9BD731. Grayscale: #4C4C4C. Windows color (decimal): -10213170 or 13510756. OLE color: 13510756.
HSL color Cylindrical-coordinate representation of color #6428CE: hue angle of 261.69º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6428CE is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 40 | 206 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.19 |
| HSL | 261.69º | 0.67% | 0.48% | - |
| HSV(B) | 261.69º | 0.81% | 0.81% | - |
| XYZ | 17.15 | 8.68 | 59.16 | - |
| YUV | 76.86 | 200.88 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 206 | 0.51 | 0.81 | 0 | 0.19 | 261.69 | 0.67 | 0.48 |
| Hex | 64 | 28 | CE | 33 | 51 | 0 | 13 | 106 | 43 | 30 |
| Octal | 144 | 50 | 316 | 63 | 121 | 0 | 23 | 406 | 103 | 60 |
| Binary | 1100100 | 101000 | 11001110 | 110011 | 1010001 | 0 | 10011 | 100000110 | 1000011 | 110000 |
Color Harmonies of #6428CE
Complementary color
Monochromatic Colors of #6428CE
Black with #6428CE
Text Example
Text Example
White with #6428CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428CE; }
p { color: rgb(100,40,206); }
H1.HeaderClassName
{
color: #6428CE;
}
.AnyTagClassName
{
color: #6428CE;
}
</style>
background-color css
<style>
a { background-color: #6428CE; }
a { background-color: rgb(100,40,206); }
div.DivClassName
{
background-color: #6428CE;
}
.BgClassName
{
background-color: #6428CE;
}
</style>
border-color css
<style>
span { border-color: #6428CE; }
span { border-color: rgb(100,40,206); }
td.TdClassName
{
border-color: #6428CE;
}
.TagClassName
{
border-color: #6428CE;
}
</style>