Shades of Purple Heart #6842BC
Tints of Purple Heart #6842BC
RGB
CMYK
RGB Variations
Color information
#6842BC (or 0x6842BC) is known color: Purple Heart. HEX triplet: 68, 42 and BC. RGB value is (104,66,188). Sum of RGB (Red+Green+Blue) = 104+66+188=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #6842BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6842BC is #97BD43. Grayscale: #5A5A5A. Windows color (decimal): -9944388 or 12337768. OLE color: 12337768.
HSL color Cylindrical-coordinate representation of color #6842BC: hue angle of 258.69º 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 #6842BC is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 66 | 188 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.26 |
| HSL | 258.69º | 0.48% | 0.5% | - |
| HSV(B) | 258.69º | 0.65% | 0.74% | - |
| XYZ | 16.73 | 10.47 | 48.72 | - |
| YUV | 91.27 | 182.59 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 188 | 0.45 | 0.65 | 0 | 0.26 | 258.69 | 0.48 | 0.5 |
| Hex | 68 | 42 | BC | 2D | 41 | 0 | 1A | 103 | 30 | 32 |
| Octal | 150 | 102 | 274 | 55 | 101 | 0 | 32 | 403 | 60 | 62 |
| Binary | 1101000 | 1000010 | 10111100 | 101101 | 1000001 | 0 | 11010 | 100000011 | 110000 | 110010 |
Color Harmonies of #6842BC
Complementary color
Monochromatic Colors of #6842BC
Black with #6842BC
Text Example
Text Example
White with #6842BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6842BC; }
p { color: rgb(104,66,188); }
H1.HeaderClassName
{
color: #6842BC;
}
.AnyTagClassName
{
color: #6842BC;
}
</style>
background-color css
<style>
a { background-color: #6842BC; }
a { background-color: rgb(104,66,188); }
div.DivClassName
{
background-color: #6842BC;
}
.BgClassName
{
background-color: #6842BC;
}
</style>
border-color css
<style>
span { border-color: #6842BC; }
span { border-color: rgb(104,66,188); }
td.TdClassName
{
border-color: #6842BC;
}
.TagClassName
{
border-color: #6842BC;
}
</style>