Shades of Purple Heart #6928DE
Tints of Purple Heart #6928DE
RGB
CMYK
RGB Variations
Color information
#6928DE (or 0x6928DE) is known color: Purple Heart. HEX triplet: 69, 28 and DE. RGB value is (105,40,222). Sum of RGB (Red+Green+Blue) = 105+40+222=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #6928DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6928DE is #96D721. Grayscale: #4F4F4F. Windows color (decimal): -9885474 or 14559337. OLE color: 14559337.
HSL color Cylindrical-coordinate representation of color #6928DE: hue angle of 261.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6928DE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 40 | 222 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.13 |
| HSL | 261.43º | 0.73% | 0.51% | - |
| HSV(B) | 261.43º | 0.82% | 0.87% | - |
| XYZ | 19.77 | 9.79 | 69.96 | - |
| YUV | 80.18 | 208.03 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 222 | 0.53 | 0.82 | 0 | 0.13 | 261.43 | 0.73 | 0.51 |
| Hex | 69 | 28 | DE | 35 | 52 | 0 | D | 105 | 49 | 33 |
| Octal | 151 | 50 | 336 | 65 | 122 | 0 | 15 | 405 | 111 | 63 |
| Binary | 1101001 | 101000 | 11011110 | 110101 | 1010010 | 0 | 1101 | 100000101 | 1001001 | 110011 |
Color Harmonies of #6928DE
Complementary color
Monochromatic Colors of #6928DE
Black with #6928DE
Text Example
Text Example
White with #6928DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6928DE; }
p { color: rgb(105,40,222); }
H1.HeaderClassName
{
color: #6928DE;
}
.AnyTagClassName
{
color: #6928DE;
}
</style>
background-color css
<style>
a { background-color: #6928DE; }
a { background-color: rgb(105,40,222); }
div.DivClassName
{
background-color: #6928DE;
}
.BgClassName
{
background-color: #6928DE;
}
</style>
border-color css
<style>
span { border-color: #6928DE; }
span { border-color: rgb(105,40,222); }
td.TdClassName
{
border-color: #6928DE;
}
.TagClassName
{
border-color: #6928DE;
}
</style>