Shades of Purple Heart #6144BC
Tints of Purple Heart #6144BC
RGB
CMYK
RGB Variations
Color information
#6144BC (or 0x6144BC) is known color: Purple Heart. HEX triplet: 61, 44 and BC. RGB value is (97,68,188). Sum of RGB (Red+Green+Blue) = 97+68+188=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #6144BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144BC is #9EBB43. Grayscale: #595959. Windows color (decimal): -10402628 or 12338273. OLE color: 12338273.
HSL color Cylindrical-coordinate representation of color #6144BC: hue angle of 254.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 #6144BC is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 68 | 188 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.26 |
| HSL | 254.5º | 0.47% | 0.5% | - |
| HSV(B) | 254.5º | 0.64% | 0.74% | - |
| XYZ | 16.07 | 10.31 | 48.72 | - |
| YUV | 90.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 188 | 0.48 | 0.64 | 0 | 0.26 | 254.5 | 0.47 | 0.5 |
| Hex | 61 | 44 | BC | 30 | 40 | 0 | 1A | FE | 2F | 32 |
| Octal | 141 | 104 | 274 | 60 | 100 | 0 | 32 | 376 | 57 | 62 |
| Binary | 1100001 | 1000100 | 10111100 | 110000 | 1000000 | 0 | 11010 | 11111110 | 101111 | 110010 |
Color Harmonies of #6144BC
Complementary color
Monochromatic Colors of #6144BC
Black with #6144BC
Text Example
Text Example
White with #6144BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144BC; }
p { color: rgb(97,68,188); }
H1.HeaderClassName
{
color: #6144BC;
}
.AnyTagClassName
{
color: #6144BC;
}
</style>
background-color css
<style>
a { background-color: #6144BC; }
a { background-color: rgb(97,68,188); }
div.DivClassName
{
background-color: #6144BC;
}
.BgClassName
{
background-color: #6144BC;
}
</style>
border-color css
<style>
span { border-color: #6144BC; }
span { border-color: rgb(97,68,188); }
td.TdClassName
{
border-color: #6144BC;
}
.TagClassName
{
border-color: #6144BC;
}
</style>