Shades of Purple Heart #6F34DE
Tints of Purple Heart #6F34DE
RGB
CMYK
RGB Variations
Color information
#6F34DE (or 0x6F34DE) is known color: Purple Heart. HEX triplet: 6F, 34 and DE. RGB value is (111,52,222). Sum of RGB (Red+Green+Blue) = 111+52+222=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F34DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F34DE is #90CB21. Grayscale: #585858. Windows color (decimal): -9489186 or 14562415. OLE color: 14562415.
HSL color Cylindrical-coordinate representation of color #6F34DE: hue angle of 260.82º 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 #6F34DE is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 52 | 222 | - |
| CMYK | 0.5 | 0.77 | 0 | 0.13 |
| HSL | 260.82º | 0.72% | 0.54% | - |
| HSV(B) | 260.82º | 0.77% | 0.87% | - |
| XYZ | 20.97 | 11.11 | 70.15 | - |
| YUV | 89.02 | 203.05 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 222 | 0.5 | 0.77 | 0 | 0.13 | 260.82 | 0.72 | 0.54 |
| Hex | 6F | 34 | DE | 32 | 4D | 0 | D | 105 | 48 | 36 |
| Octal | 157 | 64 | 336 | 62 | 115 | 0 | 15 | 405 | 110 | 66 |
| Binary | 1101111 | 110100 | 11011110 | 110010 | 1001101 | 0 | 1101 | 100000101 | 1001000 | 110110 |
Color Harmonies of #6F34DE
Complementary color
Monochromatic Colors of #6F34DE
Black with #6F34DE
Text Example
Text Example
White with #6F34DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F34DE; }
p { color: rgb(111,52,222); }
H1.HeaderClassName
{
color: #6F34DE;
}
.AnyTagClassName
{
color: #6F34DE;
}
</style>
background-color css
<style>
a { background-color: #6F34DE; }
a { background-color: rgb(111,52,222); }
div.DivClassName
{
background-color: #6F34DE;
}
.BgClassName
{
background-color: #6F34DE;
}
</style>
border-color css
<style>
span { border-color: #6F34DE; }
span { border-color: rgb(111,52,222); }
td.TdClassName
{
border-color: #6F34DE;
}
.TagClassName
{
border-color: #6F34DE;
}
</style>