Shades of Purple Heart #6409B7
Tints of Purple Heart #6409B7
RGB
CMYK
RGB Variations
Color information
#6409B7 (or 0x6409B7) is known color: Purple Heart. HEX triplet: 64, 09 and B7. RGB value is (100,9,183). Sum of RGB (Red+Green+Blue) = 100+9+183=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 183 (71.88% from 255 or 62.67% from 292); Max value from RGB is 183 - color contains mainly: blue. Hex color #6409B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6409B7 is #9BF648. Grayscale: #373737. Windows color (decimal): -10221129 or 11995492. OLE color: 11995492.
HSL color Cylindrical-coordinate representation of color #6409B7: hue angle of 271.38º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6409B7 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 9 | 183 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.28 |
| HSL | 271.38º | 0.91% | 0.38% | - |
| HSV(B) | 271.38º | 0.95% | 0.72% | - |
| XYZ | 13.9 | 6.32 | 45.29 | - |
| YUV | 56.05 | 199.65 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 183 | 0.45 | 0.95 | 0 | 0.28 | 271.38 | 0.91 | 0.38 |
| Hex | 64 | 9 | B7 | 2D | 5F | 0 | 1C | 10F | 5B | 26 |
| Octal | 144 | 11 | 267 | 55 | 137 | 0 | 34 | 417 | 133 | 46 |
| Binary | 1100100 | 1001 | 10110111 | 101101 | 1011111 | 0 | 11100 | 100001111 | 1011011 | 100110 |
Color Harmonies of #6409B7
Complementary color
Monochromatic Colors of #6409B7
Black with #6409B7
Text Example
Text Example
White with #6409B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6409B7; }
p { color: rgb(100,9,183); }
H1.HeaderClassName
{
color: #6409B7;
}
.AnyTagClassName
{
color: #6409B7;
}
</style>
background-color css
<style>
a { background-color: #6409B7; }
a { background-color: rgb(100,9,183); }
div.DivClassName
{
background-color: #6409B7;
}
.BgClassName
{
background-color: #6409B7;
}
</style>
border-color css
<style>
span { border-color: #6409B7; }
span { border-color: rgb(100,9,183); }
td.TdClassName
{
border-color: #6409B7;
}
.TagClassName
{
border-color: #6409B7;
}
</style>