Shades of Purple Heart #6042BC
Tints of Purple Heart #6042BC
RGB
CMYK
RGB Variations
Color information
#6042BC (or 0x6042BC) is known color: Purple Heart. HEX triplet: 60, 42 and BC. RGB value is (96,66,188). Sum of RGB (Red+Green+Blue) = 96+66+188=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #6042BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042BC is #9FBD43. Grayscale: #585858. Windows color (decimal): -10468676 or 12337760. OLE color: 12337760.
HSL color Cylindrical-coordinate representation of color #6042BC: hue angle of 254.75º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6042BC is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 66 | 188 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.26 |
| HSL | 254.75º | 0.48% | 0.5% | - |
| HSV(B) | 254.75º | 0.65% | 0.74% | - |
| XYZ | 15.85 | 10.01 | 48.67 | - |
| YUV | 88.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 188 | 0.49 | 0.65 | 0 | 0.26 | 254.75 | 0.48 | 0.5 |
| Hex | 60 | 42 | BC | 31 | 41 | 0 | 1A | FF | 30 | 32 |
| Octal | 140 | 102 | 274 | 61 | 101 | 0 | 32 | 377 | 60 | 62 |
| Binary | 1100000 | 1000010 | 10111100 | 110001 | 1000001 | 0 | 11010 | 11111111 | 110000 | 110010 |
Color Harmonies of #6042BC
Complementary color
Monochromatic Colors of #6042BC
Black with #6042BC
Text Example
Text Example
White with #6042BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6042BC; }
p { color: rgb(96,66,188); }
H1.HeaderClassName
{
color: #6042BC;
}
.AnyTagClassName
{
color: #6042BC;
}
</style>
background-color css
<style>
a { background-color: #6042BC; }
a { background-color: rgb(96,66,188); }
div.DivClassName
{
background-color: #6042BC;
}
.BgClassName
{
background-color: #6042BC;
}
</style>
border-color css
<style>
span { border-color: #6042BC; }
span { border-color: rgb(96,66,188); }
td.TdClassName
{
border-color: #6042BC;
}
.TagClassName
{
border-color: #6042BC;
}
</style>