Shades of Purple Heart #6927DE
Tints of Purple Heart #6927DE
RGB
CMYK
RGB Variations
Color information
#6927DE (or 0x6927DE) is known color: Purple Heart. HEX triplet: 69, 27 and DE. RGB value is (105,39,222). Sum of RGB (Red+Green+Blue) = 105+39+222=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #6927DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6927DE is #96D821. Grayscale: #4E4E4E. Windows color (decimal): -9885730 or 14559081. OLE color: 14559081.
HSL color Cylindrical-coordinate representation of color #6927DE: hue angle of 261.64º 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 #6927DE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 39 | 222 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.13 |
| HSL | 261.64º | 0.73% | 0.51% | - |
| HSV(B) | 261.64º | 0.82% | 0.87% | - |
| XYZ | 19.74 | 9.73 | 69.94 | - |
| YUV | 79.6 | 208.37 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 222 | 0.53 | 0.82 | 0 | 0.13 | 261.64 | 0.73 | 0.51 |
| Hex | 69 | 27 | DE | 35 | 52 | 0 | D | 106 | 49 | 33 |
| Octal | 151 | 47 | 336 | 65 | 122 | 0 | 15 | 406 | 111 | 63 |
| Binary | 1101001 | 100111 | 11011110 | 110101 | 1010010 | 0 | 1101 | 100000110 | 1001001 | 110011 |
Color Harmonies of #6927DE
Complementary color
Monochromatic Colors of #6927DE
Black with #6927DE
Text Example
Text Example
White with #6927DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6927DE; }
p { color: rgb(105,39,222); }
H1.HeaderClassName
{
color: #6927DE;
}
.AnyTagClassName
{
color: #6927DE;
}
</style>
background-color css
<style>
a { background-color: #6927DE; }
a { background-color: rgb(105,39,222); }
div.DivClassName
{
background-color: #6927DE;
}
.BgClassName
{
background-color: #6927DE;
}
</style>
border-color css
<style>
span { border-color: #6927DE; }
span { border-color: rgb(105,39,222); }
td.TdClassName
{
border-color: #6927DE;
}
.TagClassName
{
border-color: #6927DE;
}
</style>