Shades of Purple Heart #6409BA
Tints of Purple Heart #6409BA
RGB
CMYK
RGB Variations
Color information
#6409BA (or 0x6409BA) is known color: Purple Heart. HEX triplet: 64, 09 and BA. RGB value is (100,9,186). Sum of RGB (Red+Green+Blue) = 100+9+186=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #6409BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6409BA is #9BF645. Grayscale: #373737. Windows color (decimal): -10221126 or 12192100. OLE color: 12192100.
HSL color Cylindrical-coordinate representation of color #6409BA: hue angle of 270.85º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6409BA is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 9 | 186 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.27 |
| HSL | 270.85º | 0.91% | 0.38% | - |
| HSV(B) | 270.85º | 0.95% | 0.73% | - |
| XYZ | 14.22 | 6.45 | 46.95 | - |
| YUV | 56.39 | 201.15 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 186 | 0.46 | 0.95 | 0 | 0.27 | 270.85 | 0.91 | 0.38 |
| Hex | 64 | 9 | BA | 2E | 5F | 0 | 1B | 10F | 5B | 26 |
| Octal | 144 | 11 | 272 | 56 | 137 | 0 | 33 | 417 | 133 | 46 |
| Binary | 1100100 | 1001 | 10111010 | 101110 | 1011111 | 0 | 11011 | 100001111 | 1011011 | 100110 |
Color Harmonies of #6409BA
Complementary color
Monochromatic Colors of #6409BA
Black with #6409BA
Text Example
Text Example
White with #6409BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6409BA; }
p { color: rgb(100,9,186); }
H1.HeaderClassName
{
color: #6409BA;
}
.AnyTagClassName
{
color: #6409BA;
}
</style>
background-color css
<style>
a { background-color: #6409BA; }
a { background-color: rgb(100,9,186); }
div.DivClassName
{
background-color: #6409BA;
}
.BgClassName
{
background-color: #6409BA;
}
</style>
border-color css
<style>
span { border-color: #6409BA; }
span { border-color: rgb(100,9,186); }
td.TdClassName
{
border-color: #6409BA;
}
.TagClassName
{
border-color: #6409BA;
}
</style>