Shades of Purple Heart #6421CF
Tints of Purple Heart #6421CF
RGB
CMYK
RGB Variations
Color information
#6421CF (or 0x6421CF) is known color: Purple Heart. HEX triplet: 64, 21 and CF. RGB value is (100,33,207). Sum of RGB (Red+Green+Blue) = 100+33+207=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #6421CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6421CF is #9BDE30. Grayscale: #484848. Windows color (decimal): -10214961 or 13574500. OLE color: 13574500.
HSL color Cylindrical-coordinate representation of color #6421CF: hue angle of 263.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6421CF is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 33 | 207 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.19 |
| HSL | 263.1º | 0.73% | 0.47% | - |
| HSV(B) | 263.1º | 0.84% | 0.81% | - |
| XYZ | 17.06 | 8.3 | 59.73 | - |
| YUV | 72.87 | 203.7 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 207 | 0.52 | 0.84 | 0 | 0.19 | 263.1 | 0.73 | 0.47 |
| Hex | 64 | 21 | CF | 34 | 54 | 0 | 13 | 107 | 48 | 2F |
| Octal | 144 | 41 | 317 | 64 | 124 | 0 | 23 | 407 | 110 | 57 |
| Binary | 1100100 | 100001 | 11001111 | 110100 | 1010100 | 0 | 10011 | 100000111 | 1001000 | 101111 |
Color Harmonies of #6421CF
Complementary color
Monochromatic Colors of #6421CF
Black with #6421CF
Text Example
Text Example
White with #6421CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6421CF; }
p { color: rgb(100,33,207); }
H1.HeaderClassName
{
color: #6421CF;
}
.AnyTagClassName
{
color: #6421CF;
}
</style>
background-color css
<style>
a { background-color: #6421CF; }
a { background-color: rgb(100,33,207); }
div.DivClassName
{
background-color: #6421CF;
}
.BgClassName
{
background-color: #6421CF;
}
</style>
border-color css
<style>
span { border-color: #6421CF; }
span { border-color: rgb(100,33,207); }
td.TdClassName
{
border-color: #6421CF;
}
.TagClassName
{
border-color: #6421CF;
}
</style>