Shades of Purple Heart #6222BC
Tints of Purple Heart #6222BC
RGB
CMYK
RGB Variations
Color information
#6222BC (or 0x6222BC) is known color: Purple Heart. HEX triplet: 62, 22 and BC. RGB value is (98,34,188). Sum of RGB (Red+Green+Blue) = 98+34+188=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #6222BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222BC is #9DDD43. Grayscale: #464646. Windows color (decimal): -10345796 or 12329570. OLE color: 12329570.
HSL color Cylindrical-coordinate representation of color #6222BC: hue angle of 264.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6222BC is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 34 | 188 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.26 |
| HSL | 264.94º | 0.69% | 0.44% | - |
| HSV(B) | 264.94º | 0.82% | 0.74% | - |
| XYZ | 14.69 | 7.37 | 48.23 | - |
| YUV | 70.69 | 194.2 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 188 | 0.48 | 0.82 | 0 | 0.26 | 264.94 | 0.69 | 0.44 |
| Hex | 62 | 22 | BC | 30 | 52 | 0 | 1A | 109 | 45 | 2C |
| Octal | 142 | 42 | 274 | 60 | 122 | 0 | 32 | 411 | 105 | 54 |
| Binary | 1100010 | 100010 | 10111100 | 110000 | 1010010 | 0 | 11010 | 100001001 | 1000101 | 101100 |
Color Harmonies of #6222BC
Complementary color
Monochromatic Colors of #6222BC
Black with #6222BC
Text Example
Text Example
White with #6222BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6222BC; }
p { color: rgb(98,34,188); }
H1.HeaderClassName
{
color: #6222BC;
}
.AnyTagClassName
{
color: #6222BC;
}
</style>
background-color css
<style>
a { background-color: #6222BC; }
a { background-color: rgb(98,34,188); }
div.DivClassName
{
background-color: #6222BC;
}
.BgClassName
{
background-color: #6222BC;
}
</style>
border-color css
<style>
span { border-color: #6222BC; }
span { border-color: rgb(98,34,188); }
td.TdClassName
{
border-color: #6222BC;
}
.TagClassName
{
border-color: #6222BC;
}
</style>