Shades of Purple Heart #6441BB
Tints of Purple Heart #6441BB
RGB
CMYK
RGB Variations
Color information
#6441BB (or 0x6441BB) is known color: Purple Heart. HEX triplet: 64, 41 and BB. RGB value is (100,65,187). Sum of RGB (Red+Green+Blue) = 100+65+187=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #6441BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441BB is #9BBE44. Grayscale: #585858. Windows color (decimal): -10206789 or 12271972. OLE color: 12271972.
HSL color Cylindrical-coordinate representation of color #6441BB: hue angle of 257.21º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6441BB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 65 | 187 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.27 |
| HSL | 257.21º | 0.48% | 0.49% | - |
| HSV(B) | 257.21º | 0.65% | 0.73% | - |
| XYZ | 16.12 | 10.08 | 48.11 | - |
| YUV | 89.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 187 | 0.47 | 0.65 | 0 | 0.27 | 257.21 | 0.48 | 0.49 |
| Hex | 64 | 41 | BB | 2F | 41 | 0 | 1B | 101 | 30 | 31 |
| Octal | 144 | 101 | 273 | 57 | 101 | 0 | 33 | 401 | 60 | 61 |
| Binary | 1100100 | 1000001 | 10111011 | 101111 | 1000001 | 0 | 11011 | 100000001 | 110000 | 110001 |
Color Harmonies of #6441BB
Complementary color
Monochromatic Colors of #6441BB
Black with #6441BB
Text Example
Text Example
White with #6441BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6441BB; }
p { color: rgb(100,65,187); }
H1.HeaderClassName
{
color: #6441BB;
}
.AnyTagClassName
{
color: #6441BB;
}
</style>
background-color css
<style>
a { background-color: #6441BB; }
a { background-color: rgb(100,65,187); }
div.DivClassName
{
background-color: #6441BB;
}
.BgClassName
{
background-color: #6441BB;
}
</style>
border-color css
<style>
span { border-color: #6441BB; }
span { border-color: rgb(100,65,187); }
td.TdClassName
{
border-color: #6441BB;
}
.TagClassName
{
border-color: #6441BB;
}
</style>