Shades of Purple Heart #6405B9
Tints of Purple Heart #6405B9
RGB
CMYK
RGB Variations
Color information
#6405B9 (or 0x6405B9) is known color: Purple Heart. HEX triplet: 64, 05 and B9. RGB value is (100,5,185). Sum of RGB (Red+Green+Blue) = 100+5+185=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 185 (72.66% from 255 or 63.79% from 290); Max value from RGB is 185 - color contains mainly: blue. Hex color #6405B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405B9 is #9BFA46. Grayscale: #353535. Windows color (decimal): -10222151 or 12125540. OLE color: 12125540.
HSL color Cylindrical-coordinate representation of color #6405B9: hue angle of 271.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6405B9 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 5 | 185 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.27 |
| HSL | 271.67º | 0.95% | 0.37% | - |
| HSV(B) | 271.67º | 0.97% | 0.73% | - |
| XYZ | 14.07 | 6.32 | 46.38 | - |
| YUV | 53.93 | 201.97 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 185 | 0.46 | 0.97 | 0 | 0.27 | 271.67 | 0.95 | 0.37 |
| Hex | 64 | 5 | B9 | 2E | 61 | 0 | 1B | 110 | 5F | 25 |
| Octal | 144 | 5 | 271 | 56 | 141 | 0 | 33 | 420 | 137 | 45 |
| Binary | 1100100 | 101 | 10111001 | 101110 | 1100001 | 0 | 11011 | 100010000 | 1011111 | 100101 |
Color Harmonies of #6405B9
Complementary color
Monochromatic Colors of #6405B9
Black with #6405B9
Text Example
Text Example
White with #6405B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405B9; }
p { color: rgb(100,5,185); }
H1.HeaderClassName
{
color: #6405B9;
}
.AnyTagClassName
{
color: #6405B9;
}
</style>
background-color css
<style>
a { background-color: #6405B9; }
a { background-color: rgb(100,5,185); }
div.DivClassName
{
background-color: #6405B9;
}
.BgClassName
{
background-color: #6405B9;
}
</style>
border-color css
<style>
span { border-color: #6405B9; }
span { border-color: rgb(100,5,185); }
td.TdClassName
{
border-color: #6405B9;
}
.TagClassName
{
border-color: #6405B9;
}
</style>