Shades of Purple Heart #6B44BC
Tints of Purple Heart #6B44BC
RGB
CMYK
RGB Variations
Color information
#6B44BC (or 0x6B44BC) is known color: Purple Heart. HEX triplet: 6B, 44 and BC. RGB value is (107,68,188). Sum of RGB (Red+Green+Blue) = 107+68+188=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B44BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B44BC is #94BB43. Grayscale: #5C5C5C. Windows color (decimal): -9747268 or 12338283. OLE color: 12338283.
HSL color Cylindrical-coordinate representation of color #6B44BC: hue angle of 259.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B44BC is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 68 | 188 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.26 |
| HSL | 259.5º | 0.47% | 0.5% | - |
| HSV(B) | 259.5º | 0.64% | 0.74% | - |
| XYZ | 17.21 | 10.89 | 48.77 | - |
| YUV | 93.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 188 | 0.43 | 0.64 | 0 | 0.26 | 259.5 | 0.47 | 0.5 |
| Hex | 6B | 44 | BC | 2B | 40 | 0 | 1A | 104 | 2F | 32 |
| Octal | 153 | 104 | 274 | 53 | 100 | 0 | 32 | 404 | 57 | 62 |
| Binary | 1101011 | 1000100 | 10111100 | 101011 | 1000000 | 0 | 11010 | 100000100 | 101111 | 110010 |
Color Harmonies of #6B44BC
Complementary color
Monochromatic Colors of #6B44BC
Black with #6B44BC
Text Example
Text Example
White with #6B44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B44BC; }
p { color: rgb(107,68,188); }
H1.HeaderClassName
{
color: #6B44BC;
}
.AnyTagClassName
{
color: #6B44BC;
}
</style>
background-color css
<style>
a { background-color: #6B44BC; }
a { background-color: rgb(107,68,188); }
div.DivClassName
{
background-color: #6B44BC;
}
.BgClassName
{
background-color: #6B44BC;
}
</style>
border-color css
<style>
span { border-color: #6B44BC; }
span { border-color: rgb(107,68,188); }
td.TdClassName
{
border-color: #6B44BC;
}
.TagClassName
{
border-color: #6B44BC;
}
</style>