Shades of Purple Heart #6405BD
Tints of Purple Heart #6405BD
RGB
CMYK
RGB Variations
Color information
#6405BD (or 0x6405BD) is known color: Purple Heart. HEX triplet: 64, 05 and BD. RGB value is (100,5,189). Sum of RGB (Red+Green+Blue) = 100+5+189=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #6405BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405BD is #9BFA42. Grayscale: #353535. Windows color (decimal): -10222147 or 12387684. OLE color: 12387684.
HSL color Cylindrical-coordinate representation of color #6405BD: hue angle of 270.98º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6405BD is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 5 | 189 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.26 |
| HSL | 270.98º | 0.95% | 0.38% | - |
| HSV(B) | 270.98º | 0.97% | 0.74% | - |
| XYZ | 14.5 | 6.49 | 48.63 | - |
| YUV | 54.38 | 203.97 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 189 | 0.47 | 0.97 | 0 | 0.26 | 270.98 | 0.95 | 0.38 |
| Hex | 64 | 5 | BD | 2F | 61 | 0 | 1A | 10F | 5F | 26 |
| Octal | 144 | 5 | 275 | 57 | 141 | 0 | 32 | 417 | 137 | 46 |
| Binary | 1100100 | 101 | 10111101 | 101111 | 1100001 | 0 | 11010 | 100001111 | 1011111 | 100110 |
Color Harmonies of #6405BD
Complementary color
Monochromatic Colors of #6405BD
Black with #6405BD
Text Example
Text Example
White with #6405BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405BD; }
p { color: rgb(100,5,189); }
H1.HeaderClassName
{
color: #6405BD;
}
.AnyTagClassName
{
color: #6405BD;
}
</style>
background-color css
<style>
a { background-color: #6405BD; }
a { background-color: rgb(100,5,189); }
div.DivClassName
{
background-color: #6405BD;
}
.BgClassName
{
background-color: #6405BD;
}
</style>
border-color css
<style>
span { border-color: #6405BD; }
span { border-color: rgb(100,5,189); }
td.TdClassName
{
border-color: #6405BD;
}
.TagClassName
{
border-color: #6405BD;
}
</style>