Shades of Purple Heart #6428CF
Tints of Purple Heart #6428CF
RGB
CMYK
RGB Variations
Color information
#6428CF (or 0x6428CF) is known color: Purple Heart. HEX triplet: 64, 28 and CF. RGB value is (100,40,207). Sum of RGB (Red+Green+Blue) = 100+40+207=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #6428CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6428CF is #9BD730. Grayscale: #4C4C4C. Windows color (decimal): -10213169 or 13576292. OLE color: 13576292.
HSL color Cylindrical-coordinate representation of color #6428CF: hue angle of 261.56º degrees, saturation: 0.68, 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 #6428CF is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 40 | 207 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.19 |
| HSL | 261.56º | 0.68% | 0.48% | - |
| HSV(B) | 261.56º | 0.81% | 0.81% | - |
| XYZ | 17.28 | 8.73 | 59.81 | - |
| YUV | 76.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 207 | 0.52 | 0.81 | 0 | 0.19 | 261.56 | 0.68 | 0.48 |
| Hex | 64 | 28 | CF | 34 | 51 | 0 | 13 | 106 | 44 | 30 |
| Octal | 144 | 50 | 317 | 64 | 121 | 0 | 23 | 406 | 104 | 60 |
| Binary | 1100100 | 101000 | 11001111 | 110100 | 1010001 | 0 | 10011 | 100000110 | 1000100 | 110000 |
Color Harmonies of #6428CF
Complementary color
Monochromatic Colors of #6428CF
Black with #6428CF
Text Example
Text Example
White with #6428CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428CF; }
p { color: rgb(100,40,207); }
H1.HeaderClassName
{
color: #6428CF;
}
.AnyTagClassName
{
color: #6428CF;
}
</style>
background-color css
<style>
a { background-color: #6428CF; }
a { background-color: rgb(100,40,207); }
div.DivClassName
{
background-color: #6428CF;
}
.BgClassName
{
background-color: #6428CF;
}
</style>
border-color css
<style>
span { border-color: #6428CF; }
span { border-color: rgb(100,40,207); }
td.TdClassName
{
border-color: #6428CF;
}
.TagClassName
{
border-color: #6428CF;
}
</style>