Shades of Purple Heart #6104BB
Tints of Purple Heart #6104BB
RGB
CMYK
RGB Variations
Color information
#6104BB (or 0x6104BB) is known color: Purple Heart. HEX triplet: 61, 04 and BB. RGB value is (97,4,187). Sum of RGB (Red+Green+Blue) = 97+4+187=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #6104BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104BB is #9EFB44. Grayscale: #343434. Windows color (decimal): -10419013 or 12256353. OLE color: 12256353.
HSL color Cylindrical-coordinate representation of color #6104BB: hue angle of 270.49º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104BB is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 4 | 187 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.27 |
| HSL | 270.49º | 0.96% | 0.37% | - |
| HSV(B) | 270.49º | 0.98% | 0.73% | - |
| XYZ | 13.94 | 6.22 | 47.48 | - |
| YUV | 52.67 | 203.81 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 187 | 0.48 | 0.98 | 0 | 0.27 | 270.49 | 0.96 | 0.37 |
| Hex | 61 | 4 | BB | 30 | 62 | 0 | 1B | 10E | 60 | 25 |
| Octal | 141 | 4 | 273 | 60 | 142 | 0 | 33 | 416 | 140 | 45 |
| Binary | 1100001 | 100 | 10111011 | 110000 | 1100010 | 0 | 11011 | 100001110 | 1100000 | 100101 |
Color Harmonies of #6104BB
Complementary color
Monochromatic Colors of #6104BB
Black with #6104BB
Text Example
Text Example
White with #6104BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104BB; }
p { color: rgb(97,4,187); }
H1.HeaderClassName
{
color: #6104BB;
}
.AnyTagClassName
{
color: #6104BB;
}
</style>
background-color css
<style>
a { background-color: #6104BB; }
a { background-color: rgb(97,4,187); }
div.DivClassName
{
background-color: #6104BB;
}
.BgClassName
{
background-color: #6104BB;
}
</style>
border-color css
<style>
span { border-color: #6104BB; }
span { border-color: rgb(97,4,187); }
td.TdClassName
{
border-color: #6104BB;
}
.TagClassName
{
border-color: #6104BB;
}
</style>