Shades of Purple Heart #6401CF
Tints of Purple Heart #6401CF
RGB
CMYK
RGB Variations
Color information
#6401CF (or 0x6401CF) is known color: Purple Heart. HEX triplet: 64, 01 and CF. RGB value is (100,1,207). Sum of RGB (Red+Green+Blue) = 100+1+207=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #6401CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6401CF is #9BFE30. Grayscale: #353535. Windows color (decimal): -10223153 or 13566308. OLE color: 13566308.
HSL color Cylindrical-coordinate representation of color #6401CF: hue angle of 268.83º 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 #6401CF is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 1 | 207 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.19 |
| HSL | 268.84º | 0.99% | 0.41% | - |
| HSV(B) | 268.84º | 1% | 0.81% | - |
| XYZ | 16.53 | 7.24 | 59.56 | - |
| YUV | 54.09 | 214.3 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 207 | 0.52 | 1.00 | 0 | 0.19 | 268.84 | 0.99 | 0.41 |
| Hex | 64 | 1 | CF | 34 | 64 | 0 | 13 | 10D | 63 | 29 |
| Octal | 144 | 1 | 317 | 64 | 144 | 0 | 23 | 415 | 143 | 51 |
| Binary | 1100100 | 1 | 11001111 | 110100 | 1100100 | 0 | 10011 | 100001101 | 1100011 | 101001 |
Color Harmonies of #6401CF
Complementary color
Monochromatic Colors of #6401CF
Black with #6401CF
Text Example
Text Example
White with #6401CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401CF; }
p { color: rgb(100,1,207); }
H1.HeaderClassName
{
color: #6401CF;
}
.AnyTagClassName
{
color: #6401CF;
}
</style>
background-color css
<style>
a { background-color: #6401CF; }
a { background-color: rgb(100,1,207); }
div.DivClassName
{
background-color: #6401CF;
}
.BgClassName
{
background-color: #6401CF;
}
</style>
border-color css
<style>
span { border-color: #6401CF; }
span { border-color: rgb(100,1,207); }
td.TdClassName
{
border-color: #6401CF;
}
.TagClassName
{
border-color: #6401CF;
}
</style>