Shades of Purple Heart #6F22DB
Tints of Purple Heart #6F22DB
RGB
CMYK
RGB Variations
Color information
#6F22DB (or 0x6F22DB) is known color: Purple Heart. HEX triplet: 6F, 22 and DB. RGB value is (111,34,219). Sum of RGB (Red+Green+Blue) = 111+34+219=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F22DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F22DB is #90DD24. Grayscale: #4D4D4D. Windows color (decimal): -9493797 or 14361199. OLE color: 14361199.
HSL color Cylindrical-coordinate representation of color #6F22DB: hue angle of 264.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F22DB is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 34 | 219 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.14 |
| HSL | 264.97º | 0.73% | 0.5% | - |
| HSV(B) | 264.97º | 0.84% | 0.86% | - |
| XYZ | 19.91 | 9.64 | 67.83 | - |
| YUV | 78.11 | 207.51 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 219 | 0.49 | 0.84 | 0 | 0.14 | 264.97 | 0.73 | 0.5 |
| Hex | 6F | 22 | DB | 31 | 54 | 0 | E | 109 | 49 | 32 |
| Octal | 157 | 42 | 333 | 61 | 124 | 0 | 16 | 411 | 111 | 62 |
| Binary | 1101111 | 100010 | 11011011 | 110001 | 1010100 | 0 | 1110 | 100001001 | 1001001 | 110010 |
Color Harmonies of #6F22DB
Complementary color
Monochromatic Colors of #6F22DB
Black with #6F22DB
Text Example
Text Example
White with #6F22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F22DB; }
p { color: rgb(111,34,219); }
H1.HeaderClassName
{
color: #6F22DB;
}
.AnyTagClassName
{
color: #6F22DB;
}
</style>
background-color css
<style>
a { background-color: #6F22DB; }
a { background-color: rgb(111,34,219); }
div.DivClassName
{
background-color: #6F22DB;
}
.BgClassName
{
background-color: #6F22DB;
}
</style>
border-color css
<style>
span { border-color: #6F22DB; }
span { border-color: rgb(111,34,219); }
td.TdClassName
{
border-color: #6F22DB;
}
.TagClassName
{
border-color: #6F22DB;
}
</style>