Shades of Purple Heart #6409B6
Tints of Purple Heart #6409B6
RGB
CMYK
RGB Variations
Color information
#6409B6 (or 0x6409B6) is known color: Purple Heart. HEX triplet: 64, 09 and B6. RGB value is (100,9,182). Sum of RGB (Red+Green+Blue) = 100+9+182=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #6409B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6409B6 is #9BF649. Grayscale: #373737. Windows color (decimal): -10221130 or 11929956. OLE color: 11929956.
HSL color Cylindrical-coordinate representation of color #6409B6: hue angle of 271.56º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6409B6 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 9 | 182 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.29 |
| HSL | 271.56º | 0.91% | 0.37% | - |
| HSV(B) | 271.56º | 0.95% | 0.71% | - |
| XYZ | 13.8 | 6.28 | 44.74 | - |
| YUV | 55.93 | 199.15 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 182 | 0.45 | 0.95 | 0 | 0.29 | 271.56 | 0.91 | 0.37 |
| Hex | 64 | 9 | B6 | 2D | 5F | 0 | 1D | 110 | 5B | 25 |
| Octal | 144 | 11 | 266 | 55 | 137 | 0 | 35 | 420 | 133 | 45 |
| Binary | 1100100 | 1001 | 10110110 | 101101 | 1011111 | 0 | 11101 | 100010000 | 1011011 | 100101 |
Color Harmonies of #6409B6
Complementary color
Monochromatic Colors of #6409B6
Black with #6409B6
Text Example
Text Example
White with #6409B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6409B6; }
p { color: rgb(100,9,182); }
H1.HeaderClassName
{
color: #6409B6;
}
.AnyTagClassName
{
color: #6409B6;
}
</style>
background-color css
<style>
a { background-color: #6409B6; }
a { background-color: rgb(100,9,182); }
div.DivClassName
{
background-color: #6409B6;
}
.BgClassName
{
background-color: #6409B6;
}
</style>
border-color css
<style>
span { border-color: #6409B6; }
span { border-color: rgb(100,9,182); }
td.TdClassName
{
border-color: #6409B6;
}
.TagClassName
{
border-color: #6409B6;
}
</style>