Shades of Purple Heart #6928DD
Tints of Purple Heart #6928DD
RGB
CMYK
RGB Variations
Color information
#6928DD (or 0x6928DD) is known color: Purple Heart. HEX triplet: 69, 28 and DD. RGB value is (105,40,221). Sum of RGB (Red+Green+Blue) = 105+40+221=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #6928DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6928DD is #96D722. Grayscale: #4F4F4F. Windows color (decimal): -9885475 or 14493801. OLE color: 14493801.
HSL color Cylindrical-coordinate representation of color #6928DD: hue angle of 261.55º 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 #6928DD is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 40 | 221 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.13 |
| HSL | 261.55º | 0.73% | 0.51% | - |
| HSV(B) | 261.55º | 0.82% | 0.87% | - |
| XYZ | 19.64 | 9.74 | 69.25 | - |
| YUV | 80.07 | 207.53 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 221 | 0.52 | 0.82 | 0 | 0.13 | 261.55 | 0.73 | 0.51 |
| Hex | 69 | 28 | DD | 34 | 52 | 0 | D | 106 | 49 | 33 |
| Octal | 151 | 50 | 335 | 64 | 122 | 0 | 15 | 406 | 111 | 63 |
| Binary | 1101001 | 101000 | 11011101 | 110100 | 1010010 | 0 | 1101 | 100000110 | 1001001 | 110011 |
Color Harmonies of #6928DD
Complementary color
Monochromatic Colors of #6928DD
Black with #6928DD
Text Example
Text Example
White with #6928DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6928DD; }
p { color: rgb(105,40,221); }
H1.HeaderClassName
{
color: #6928DD;
}
.AnyTagClassName
{
color: #6928DD;
}
</style>
background-color css
<style>
a { background-color: #6928DD; }
a { background-color: rgb(105,40,221); }
div.DivClassName
{
background-color: #6928DD;
}
.BgClassName
{
background-color: #6928DD;
}
</style>
border-color css
<style>
span { border-color: #6928DD; }
span { border-color: rgb(105,40,221); }
td.TdClassName
{
border-color: #6928DD;
}
.TagClassName
{
border-color: #6928DD;
}
</style>