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