Shades of Purple Heart #6004BC
Tints of Purple Heart #6004BC
RGB
CMYK
RGB Variations
Color information
#6004BC (or 0x6004BC) is known color: Purple Heart. HEX triplet: 60, 04 and BC. RGB value is (96,4,188). Sum of RGB (Red+Green+Blue) = 96+4+188=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #6004BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6004BC is #9FFB43. Grayscale: #333333. Windows color (decimal): -10484548 or 12321888. OLE color: 12321888.
HSL color Cylindrical-coordinate representation of color #6004BC: hue angle of 270º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6004BC is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 4 | 188 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.26 |
| HSL | 270º | 0.96% | 0.38% | - |
| HSV(B) | 270º | 0.98% | 0.74% | - |
| XYZ | 13.94 | 6.2 | 48.04 | - |
| YUV | 52.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 188 | 0.49 | 0.98 | 0 | 0.26 | 270 | 0.96 | 0.38 |
| Hex | 60 | 4 | BC | 31 | 62 | 0 | 1A | 10E | 60 | 26 |
| Octal | 140 | 4 | 274 | 61 | 142 | 0 | 32 | 416 | 140 | 46 |
| Binary | 1100000 | 100 | 10111100 | 110001 | 1100010 | 0 | 11010 | 100001110 | 1100000 | 100110 |
Color Harmonies of #6004BC
Complementary color
Monochromatic Colors of #6004BC
Black with #6004BC
Text Example
Text Example
White with #6004BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6004BC; }
p { color: rgb(96,4,188); }
H1.HeaderClassName
{
color: #6004BC;
}
.AnyTagClassName
{
color: #6004BC;
}
</style>
background-color css
<style>
a { background-color: #6004BC; }
a { background-color: rgb(96,4,188); }
div.DivClassName
{
background-color: #6004BC;
}
.BgClassName
{
background-color: #6004BC;
}
</style>
border-color css
<style>
span { border-color: #6004BC; }
span { border-color: rgb(96,4,188); }
td.TdClassName
{
border-color: #6004BC;
}
.TagClassName
{
border-color: #6004BC;
}
</style>