Shades of Purple Heart #6828D5
Tints of Purple Heart #6828D5
RGB
CMYK
RGB Variations
Color information
#6828D5 (or 0x6828D5) is known color: Purple Heart. HEX triplet: 68, 28 and D5. RGB value is (104,40,213). Sum of RGB (Red+Green+Blue) = 104+40+213=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #6828D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6828D5 is #97D72A. Grayscale: #4E4E4E. Windows color (decimal): -9951019 or 13969512. OLE color: 13969512.
HSL color Cylindrical-coordinate representation of color #6828D5: hue angle of 262.2º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6828D5 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 40 | 213 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.16 |
| HSL | 262.2º | 0.68% | 0.5% | - |
| HSV(B) | 262.2º | 0.81% | 0.84% | - |
| XYZ | 18.48 | 9.26 | 63.77 | - |
| YUV | 78.86 | 203.7 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 213 | 0.51 | 0.81 | 0 | 0.16 | 262.2 | 0.68 | 0.5 |
| Hex | 68 | 28 | D5 | 33 | 51 | 0 | 10 | 106 | 44 | 32 |
| Octal | 150 | 50 | 325 | 63 | 121 | 0 | 20 | 406 | 104 | 62 |
| Binary | 1101000 | 101000 | 11010101 | 110011 | 1010001 | 0 | 10000 | 100000110 | 1000100 | 110010 |
Color Harmonies of #6828D5
Complementary color
Monochromatic Colors of #6828D5
Black with #6828D5
Text Example
Text Example
White with #6828D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6828D5; }
p { color: rgb(104,40,213); }
H1.HeaderClassName
{
color: #6828D5;
}
.AnyTagClassName
{
color: #6828D5;
}
</style>
background-color css
<style>
a { background-color: #6828D5; }
a { background-color: rgb(104,40,213); }
div.DivClassName
{
background-color: #6828D5;
}
.BgClassName
{
background-color: #6828D5;
}
</style>
border-color css
<style>
span { border-color: #6828D5; }
span { border-color: rgb(104,40,213); }
td.TdClassName
{
border-color: #6828D5;
}
.TagClassName
{
border-color: #6828D5;
}
</style>