Shades of Purple Heart #6828BD
Tints of Purple Heart #6828BD
RGB
CMYK
RGB Variations
Color information
#6828BD (or 0x6828BD) is known color: Purple Heart. HEX triplet: 68, 28 and BD. RGB value is (104,40,189). Sum of RGB (Red+Green+Blue) = 104+40+189=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #6828BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6828BD is #97D742. Grayscale: #4B4B4B. Windows color (decimal): -9951043 or 12396648. OLE color: 12396648.
HSL color Cylindrical-coordinate representation of color #6828BD: hue angle of 265.77º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6828BD is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 40 | 189 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.26 |
| HSL | 265.77º | 0.65% | 0.45% | - |
| HSV(B) | 265.77º | 0.79% | 0.74% | - |
| XYZ | 15.65 | 8.13 | 48.89 | - |
| YUV | 76.12 | 191.7 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 189 | 0.45 | 0.79 | 0 | 0.26 | 265.77 | 0.65 | 0.45 |
| Hex | 68 | 28 | BD | 2D | 4F | 0 | 1A | 10A | 41 | 2D |
| Octal | 150 | 50 | 275 | 55 | 117 | 0 | 32 | 412 | 101 | 55 |
| Binary | 1101000 | 101000 | 10111101 | 101101 | 1001111 | 0 | 11010 | 100001010 | 1000001 | 101101 |
Color Harmonies of #6828BD
Complementary color
Monochromatic Colors of #6828BD
Black with #6828BD
Text Example
Text Example
White with #6828BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6828BD; }
p { color: rgb(104,40,189); }
H1.HeaderClassName
{
color: #6828BD;
}
.AnyTagClassName
{
color: #6828BD;
}
</style>
background-color css
<style>
a { background-color: #6828BD; }
a { background-color: rgb(104,40,189); }
div.DivClassName
{
background-color: #6828BD;
}
.BgClassName
{
background-color: #6828BD;
}
</style>
border-color css
<style>
span { border-color: #6828BD; }
span { border-color: rgb(104,40,189); }
td.TdClassName
{
border-color: #6828BD;
}
.TagClassName
{
border-color: #6828BD;
}
</style>