Shades of Purple Heart #6C22D8
Tints of Purple Heart #6C22D8
RGB
CMYK
RGB Variations
Color information
#6C22D8 (or 0x6C22D8) is known color: Purple Heart. HEX triplet: 6C, 22 and D8. RGB value is (108,34,216). Sum of RGB (Red+Green+Blue) = 108+34+216=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #6C22D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C22D8 is #93DD27. Grayscale: #4C4C4C. Windows color (decimal): -9690408 or 14164588. OLE color: 14164588.
HSL color Cylindrical-coordinate representation of color #6C22D8: hue angle of 264.4º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C22D8 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 34 | 216 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.15 |
| HSL | 264.4º | 0.73% | 0.49% | - |
| HSV(B) | 264.4º | 0.84% | 0.85% | - |
| XYZ | 19.15 | 9.29 | 65.75 | - |
| YUV | 76.87 | 206.52 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 216 | 0.50 | 0.84 | 0 | 0.15 | 264.4 | 0.73 | 0.49 |
| Hex | 6C | 22 | D8 | 32 | 54 | 0 | F | 108 | 49 | 31 |
| Octal | 154 | 42 | 330 | 62 | 124 | 0 | 17 | 410 | 111 | 61 |
| Binary | 1101100 | 100010 | 11011000 | 110010 | 1010100 | 0 | 1111 | 100001000 | 1001001 | 110001 |
Color Harmonies of #6C22D8
Complementary color
Monochromatic Colors of #6C22D8
Black with #6C22D8
Text Example
Text Example
White with #6C22D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C22D8; }
p { color: rgb(108,34,216); }
H1.HeaderClassName
{
color: #6C22D8;
}
.AnyTagClassName
{
color: #6C22D8;
}
</style>
background-color css
<style>
a { background-color: #6C22D8; }
a { background-color: rgb(108,34,216); }
div.DivClassName
{
background-color: #6C22D8;
}
.BgClassName
{
background-color: #6C22D8;
}
</style>
border-color css
<style>
span { border-color: #6C22D8; }
span { border-color: rgb(108,34,216); }
td.TdClassName
{
border-color: #6C22D8;
}
.TagClassName
{
border-color: #6C22D8;
}
</style>