Shades of Purple Heart #6934DE
Tints of Purple Heart #6934DE
RGB
CMYK
RGB Variations
Color information
#6934DE (or 0x6934DE) is known color: Purple Heart. HEX triplet: 69, 34 and DE. RGB value is (105,52,222). Sum of RGB (Red+Green+Blue) = 105+52+222=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #6934DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6934DE is #96CB21. Grayscale: #565656. Windows color (decimal): -9882402 or 14562409. OLE color: 14562409.
HSL color Cylindrical-coordinate representation of color #6934DE: hue angle of 258.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6934DE is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 52 | 222 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.13 |
| HSL | 258.71º | 0.72% | 0.54% | - |
| HSV(B) | 258.71º | 0.77% | 0.87% | - |
| XYZ | 20.24 | 10.73 | 70.11 | - |
| YUV | 87.23 | 204.06 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 222 | 0.53 | 0.77 | 0 | 0.13 | 258.71 | 0.72 | 0.54 |
| Hex | 69 | 34 | DE | 35 | 4D | 0 | D | 103 | 48 | 36 |
| Octal | 151 | 64 | 336 | 65 | 115 | 0 | 15 | 403 | 110 | 66 |
| Binary | 1101001 | 110100 | 11011110 | 110101 | 1001101 | 0 | 1101 | 100000011 | 1001000 | 110110 |
Color Harmonies of #6934DE
Complementary color
Monochromatic Colors of #6934DE
Black with #6934DE
Text Example
Text Example
White with #6934DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934DE; }
p { color: rgb(105,52,222); }
H1.HeaderClassName
{
color: #6934DE;
}
.AnyTagClassName
{
color: #6934DE;
}
</style>
background-color css
<style>
a { background-color: #6934DE; }
a { background-color: rgb(105,52,222); }
div.DivClassName
{
background-color: #6934DE;
}
.BgClassName
{
background-color: #6934DE;
}
</style>
border-color css
<style>
span { border-color: #6934DE; }
span { border-color: rgb(105,52,222); }
td.TdClassName
{
border-color: #6934DE;
}
.TagClassName
{
border-color: #6934DE;
}
</style>