Shades of Purple Heart #6B44BF
Tints of Purple Heart #6B44BF
RGB
CMYK
RGB Variations
Color information
#6B44BF (or 0x6B44BF) is known color: Purple Heart. HEX triplet: 6B, 44 and BF. RGB value is (107,68,191). Sum of RGB (Red+Green+Blue) = 107+68+191=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B44BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B44BF is #94BB40. Grayscale: #5D5D5D. Windows color (decimal): -9747265 or 12534891. OLE color: 12534891.
HSL color Cylindrical-coordinate representation of color #6B44BF: hue angle of 259.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B44BF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 68 | 191 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.25 |
| HSL | 259.02º | 0.49% | 0.51% | - |
| HSV(B) | 259.02º | 0.64% | 0.75% | - |
| XYZ | 17.53 | 11.02 | 50.49 | - |
| YUV | 93.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 191 | 0.44 | 0.64 | 0 | 0.25 | 259.02 | 0.49 | 0.51 |
| Hex | 6B | 44 | BF | 2C | 40 | 0 | 19 | 103 | 31 | 33 |
| Octal | 153 | 104 | 277 | 54 | 100 | 0 | 31 | 403 | 61 | 63 |
| Binary | 1101011 | 1000100 | 10111111 | 101100 | 1000000 | 0 | 11001 | 100000011 | 110001 | 110011 |
Color Harmonies of #6B44BF
Complementary color
Monochromatic Colors of #6B44BF
Black with #6B44BF
Text Example
Text Example
White with #6B44BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B44BF; }
p { color: rgb(107,68,191); }
H1.HeaderClassName
{
color: #6B44BF;
}
.AnyTagClassName
{
color: #6B44BF;
}
</style>
background-color css
<style>
a { background-color: #6B44BF; }
a { background-color: rgb(107,68,191); }
div.DivClassName
{
background-color: #6B44BF;
}
.BgClassName
{
background-color: #6B44BF;
}
</style>
border-color css
<style>
span { border-color: #6B44BF; }
span { border-color: rgb(107,68,191); }
td.TdClassName
{
border-color: #6B44BF;
}
.TagClassName
{
border-color: #6B44BF;
}
</style>