Shades of Purple Heart #6222DB
Tints of Purple Heart #6222DB
RGB
CMYK
RGB Variations
Color information
#6222DB (or 0x6222DB) is known color: Purple Heart. HEX triplet: 62, 22 and DB. RGB value is (98,34,219). Sum of RGB (Red+Green+Blue) = 98+34+219=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #6222DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222DB is #9DDD24. Grayscale: #494949. Windows color (decimal): -10345765 or 14361186. OLE color: 14361186.
HSL color Cylindrical-coordinate representation of color #6222DB: hue angle of 260.76º 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 #6222DB is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 34 | 219 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.14 |
| HSL | 260.76º | 0.73% | 0.5% | - |
| HSV(B) | 260.76º | 0.84% | 0.86% | - |
| XYZ | 18.4 | 8.86 | 67.76 | - |
| YUV | 74.23 | 209.7 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 219 | 0.55 | 0.84 | 0 | 0.14 | 260.76 | 0.73 | 0.5 |
| Hex | 62 | 22 | DB | 37 | 54 | 0 | E | 105 | 49 | 32 |
| Octal | 142 | 42 | 333 | 67 | 124 | 0 | 16 | 405 | 111 | 62 |
| Binary | 1100010 | 100010 | 11011011 | 110111 | 1010100 | 0 | 1110 | 100000101 | 1001001 | 110010 |
Color Harmonies of #6222DB
Complementary color
Monochromatic Colors of #6222DB
Black with #6222DB
Text Example
Text Example
White with #6222DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6222DB; }
p { color: rgb(98,34,219); }
H1.HeaderClassName
{
color: #6222DB;
}
.AnyTagClassName
{
color: #6222DB;
}
</style>
background-color css
<style>
a { background-color: #6222DB; }
a { background-color: rgb(98,34,219); }
div.DivClassName
{
background-color: #6222DB;
}
.BgClassName
{
background-color: #6222DB;
}
</style>
border-color css
<style>
span { border-color: #6222DB; }
span { border-color: rgb(98,34,219); }
td.TdClassName
{
border-color: #6222DB;
}
.TagClassName
{
border-color: #6222DB;
}
</style>