Shades of Purple Heart #6928D8
Tints of Purple Heart #6928D8
RGB
CMYK
RGB Variations
Color information
#6928D8 (or 0x6928D8) is known color: Purple Heart. HEX triplet: 69, 28 and D8. RGB value is (105,40,216). Sum of RGB (Red+Green+Blue) = 105+40+216=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #6928D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6928D8 is #96D727. Grayscale: #4E4E4E. Windows color (decimal): -9885480 or 14166121. OLE color: 14166121.
HSL color Cylindrical-coordinate representation of color #6928D8: hue angle of 262.16º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6928D8 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 40 | 216 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.15 |
| HSL | 262.16º | 0.69% | 0.5% | - |
| HSV(B) | 262.16º | 0.81% | 0.85% | - |
| XYZ | 18.98 | 9.48 | 65.8 | - |
| YUV | 79.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 216 | 0.51 | 0.81 | 0 | 0.15 | 262.16 | 0.69 | 0.5 |
| Hex | 69 | 28 | D8 | 33 | 51 | 0 | F | 106 | 45 | 32 |
| Octal | 151 | 50 | 330 | 63 | 121 | 0 | 17 | 406 | 105 | 62 |
| Binary | 1101001 | 101000 | 11011000 | 110011 | 1010001 | 0 | 1111 | 100000110 | 1000101 | 110010 |
Color Harmonies of #6928D8
Complementary color
Monochromatic Colors of #6928D8
Black with #6928D8
Text Example
Text Example
White with #6928D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6928D8; }
p { color: rgb(105,40,216); }
H1.HeaderClassName
{
color: #6928D8;
}
.AnyTagClassName
{
color: #6928D8;
}
</style>
background-color css
<style>
a { background-color: #6928D8; }
a { background-color: rgb(105,40,216); }
div.DivClassName
{
background-color: #6928D8;
}
.BgClassName
{
background-color: #6928D8;
}
</style>
border-color css
<style>
span { border-color: #6928D8; }
span { border-color: rgb(105,40,216); }
td.TdClassName
{
border-color: #6928D8;
}
.TagClassName
{
border-color: #6928D8;
}
</style>