Shades of Purple Heart #6829BC
Tints of Purple Heart #6829BC
RGB
CMYK
RGB Variations
Color information
#6829BC (or 0x6829BC) is known color: Purple Heart. HEX triplet: 68, 29 and BC. RGB value is (104,41,188). Sum of RGB (Red+Green+Blue) = 104+41+188=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #6829BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6829BC is #97D643. Grayscale: #4C4C4C. Windows color (decimal): -9950788 or 12331368. OLE color: 12331368.
HSL color Cylindrical-coordinate representation of color #6829BC: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6829BC is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 41 | 188 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.26 |
| HSL | 265.71º | 0.64% | 0.45% | - |
| HSV(B) | 265.71º | 0.78% | 0.74% | - |
| XYZ | 15.58 | 8.16 | 48.33 | - |
| YUV | 76.6 | 190.87 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 188 | 0.45 | 0.78 | 0 | 0.26 | 265.71 | 0.64 | 0.45 |
| Hex | 68 | 29 | BC | 2D | 4E | 0 | 1A | 10A | 40 | 2D |
| Octal | 150 | 51 | 274 | 55 | 116 | 0 | 32 | 412 | 100 | 55 |
| Binary | 1101000 | 101001 | 10111100 | 101101 | 1001110 | 0 | 11010 | 100001010 | 1000000 | 101101 |
Color Harmonies of #6829BC
Complementary color
Monochromatic Colors of #6829BC
Black with #6829BC
Text Example
Text Example
White with #6829BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6829BC; }
p { color: rgb(104,41,188); }
H1.HeaderClassName
{
color: #6829BC;
}
.AnyTagClassName
{
color: #6829BC;
}
</style>
background-color css
<style>
a { background-color: #6829BC; }
a { background-color: rgb(104,41,188); }
div.DivClassName
{
background-color: #6829BC;
}
.BgClassName
{
background-color: #6829BC;
}
</style>
border-color css
<style>
span { border-color: #6829BC; }
span { border-color: rgb(104,41,188); }
td.TdClassName
{
border-color: #6829BC;
}
.TagClassName
{
border-color: #6829BC;
}
</style>