Shades of Purple Heart #6421CE
Tints of Purple Heart #6421CE
RGB
CMYK
RGB Variations
Color information
#6421CE (or 0x6421CE) is known color: Purple Heart. HEX triplet: 64, 21 and CE. RGB value is (100,33,206). Sum of RGB (Red+Green+Blue) = 100+33+206=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #6421CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6421CE is #9BDE31. Grayscale: #484848. Windows color (decimal): -10214962 or 13508964. OLE color: 13508964.
HSL color Cylindrical-coordinate representation of color #6421CE: hue angle of 263.24º degrees, saturation: 0.72, 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 #6421CE is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 33 | 206 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.19 |
| HSL | 263.24º | 0.72% | 0.47% | - |
| HSV(B) | 263.24º | 0.84% | 0.81% | - |
| XYZ | 16.94 | 8.25 | 59.09 | - |
| YUV | 72.76 | 203.2 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 206 | 0.51 | 0.84 | 0 | 0.19 | 263.24 | 0.72 | 0.47 |
| Hex | 64 | 21 | CE | 33 | 54 | 0 | 13 | 107 | 48 | 2F |
| Octal | 144 | 41 | 316 | 63 | 124 | 0 | 23 | 407 | 110 | 57 |
| Binary | 1100100 | 100001 | 11001110 | 110011 | 1010100 | 0 | 10011 | 100000111 | 1001000 | 101111 |
Color Harmonies of #6421CE
Complementary color
Monochromatic Colors of #6421CE
Black with #6421CE
Text Example
Text Example
White with #6421CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6421CE; }
p { color: rgb(100,33,206); }
H1.HeaderClassName
{
color: #6421CE;
}
.AnyTagClassName
{
color: #6421CE;
}
</style>
background-color css
<style>
a { background-color: #6421CE; }
a { background-color: rgb(100,33,206); }
div.DivClassName
{
background-color: #6421CE;
}
.BgClassName
{
background-color: #6421CE;
}
</style>
border-color css
<style>
span { border-color: #6421CE; }
span { border-color: rgb(100,33,206); }
td.TdClassName
{
border-color: #6421CE;
}
.TagClassName
{
border-color: #6421CE;
}
</style>