Shades of Purple Heart #6401CE
Tints of Purple Heart #6401CE
RGB
CMYK
RGB Variations
Color information
#6401CE (or 0x6401CE) is known color: Purple Heart. HEX triplet: 64, 01 and CE. RGB value is (100,1,206). Sum of RGB (Red+Green+Blue) = 100+1+206=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #6401CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6401CE is #9BFE31. Grayscale: #353535. Windows color (decimal): -10223154 or 13500772. OLE color: 13500772.
HSL color Cylindrical-coordinate representation of color #6401CE: hue angle of 268.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401CE is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 1 | 206 | - |
| CMYK | 0.51 | 1.00 | 0 | 0.19 |
| HSL | 268.98º | 0.99% | 0.41% | - |
| HSV(B) | 268.98º | 1% | 0.81% | - |
| XYZ | 16.41 | 7.19 | 58.92 | - |
| YUV | 53.97 | 213.8 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 206 | 0.51 | 1.00 | 0 | 0.19 | 268.98 | 0.99 | 0.41 |
| Hex | 64 | 1 | CE | 33 | 64 | 0 | 13 | 10D | 63 | 29 |
| Octal | 144 | 1 | 316 | 63 | 144 | 0 | 23 | 415 | 143 | 51 |
| Binary | 1100100 | 1 | 11001110 | 110011 | 1100100 | 0 | 10011 | 100001101 | 1100011 | 101001 |
Color Harmonies of #6401CE
Complementary color
Monochromatic Colors of #6401CE
Black with #6401CE
Text Example
Text Example
White with #6401CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401CE; }
p { color: rgb(100,1,206); }
H1.HeaderClassName
{
color: #6401CE;
}
.AnyTagClassName
{
color: #6401CE;
}
</style>
background-color css
<style>
a { background-color: #6401CE; }
a { background-color: rgb(100,1,206); }
div.DivClassName
{
background-color: #6401CE;
}
.BgClassName
{
background-color: #6401CE;
}
</style>
border-color css
<style>
span { border-color: #6401CE; }
span { border-color: rgb(100,1,206); }
td.TdClassName
{
border-color: #6401CE;
}
.TagClassName
{
border-color: #6401CE;
}
</style>