Shades of Purple Heart #6445BD
Tints of Purple Heart #6445BD
RGB
CMYK
RGB Variations
Color information
#6445BD (or 0x6445BD) is known color: Purple Heart. HEX triplet: 64, 45 and BD. RGB value is (100,69,189). Sum of RGB (Red+Green+Blue) = 100+69+189=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #6445BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445BD is #9BBA42. Grayscale: #5B5B5B. Windows color (decimal): -10205763 or 12404068. OLE color: 12404068.
HSL color Cylindrical-coordinate representation of color #6445BD: hue angle of 255.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6445BD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 69 | 189 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.26 |
| HSL | 255.5º | 0.48% | 0.51% | - |
| HSV(B) | 255.5º | 0.63% | 0.74% | - |
| XYZ | 16.57 | 10.64 | 49.32 | - |
| YUV | 91.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 189 | 0.47 | 0.63 | 0 | 0.26 | 255.5 | 0.48 | 0.51 |
| Hex | 64 | 45 | BD | 2F | 3F | 0 | 1A | 100 | 30 | 33 |
| Octal | 144 | 105 | 275 | 57 | 77 | 0 | 32 | 400 | 60 | 63 |
| Binary | 1100100 | 1000101 | 10111101 | 101111 | 111111 | 0 | 11010 | 100000000 | 110000 | 110011 |
Color Harmonies of #6445BD
Complementary color
Monochromatic Colors of #6445BD
Black with #6445BD
Text Example
Text Example
White with #6445BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6445BD; }
p { color: rgb(100,69,189); }
H1.HeaderClassName
{
color: #6445BD;
}
.AnyTagClassName
{
color: #6445BD;
}
</style>
background-color css
<style>
a { background-color: #6445BD; }
a { background-color: rgb(100,69,189); }
div.DivClassName
{
background-color: #6445BD;
}
.BgClassName
{
background-color: #6445BD;
}
</style>
border-color css
<style>
span { border-color: #6445BD; }
span { border-color: rgb(100,69,189); }
td.TdClassName
{
border-color: #6445BD;
}
.TagClassName
{
border-color: #6445BD;
}
</style>