Shades of Purple Heart #6407AB
Tints of Purple Heart #6407AB
RGB
CMYK
RGB Variations
Color information
#6407AB (or 0x6407AB) is known color: Purple Heart. HEX triplet: 64, 07 and AB. RGB value is (100,7,171). Sum of RGB (Red+Green+Blue) = 100+7+171=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #6407AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6407AB is #9BF854. Grayscale: #343434. Windows color (decimal): -10221653 or 11208548. OLE color: 11208548.
HSL color Cylindrical-coordinate representation of color #6407AB: hue angle of 274.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6407AB is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 7 | 171 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.33 |
| HSL | 274.02º | 0.92% | 0.35% | - |
| HSV(B) | 274.02º | 0.96% | 0.67% | - |
| XYZ | 12.68 | 5.8 | 38.98 | - |
| YUV | 53.5 | 194.31 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 171 | 0.42 | 0.96 | 0 | 0.33 | 274.02 | 0.92 | 0.35 |
| Hex | 64 | 7 | AB | 2A | 60 | 0 | 21 | 112 | 5C | 23 |
| Octal | 144 | 7 | 253 | 52 | 140 | 0 | 41 | 422 | 134 | 43 |
| Binary | 1100100 | 111 | 10101011 | 101010 | 1100000 | 0 | 100001 | 100010010 | 1011100 | 100011 |
Color Harmonies of #6407AB
Complementary color
Monochromatic Colors of #6407AB
Black with #6407AB
Text Example
Text Example
White with #6407AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6407AB; }
p { color: rgb(100,7,171); }
H1.HeaderClassName
{
color: #6407AB;
}
.AnyTagClassName
{
color: #6407AB;
}
</style>
background-color css
<style>
a { background-color: #6407AB; }
a { background-color: rgb(100,7,171); }
div.DivClassName
{
background-color: #6407AB;
}
.BgClassName
{
background-color: #6407AB;
}
</style>
border-color css
<style>
span { border-color: #6407AB; }
span { border-color: rgb(100,7,171); }
td.TdClassName
{
border-color: #6407AB;
}
.TagClassName
{
border-color: #6407AB;
}
</style>