Shades of Purple Heart #6A22DF
Tints of Purple Heart #6A22DF
RGB
CMYK
RGB Variations
Color information
#6A22DF (or 0x6A22DF) is known color: Purple Heart. HEX triplet: 6A, 22 and DF. RGB value is (106,34,223). Sum of RGB (Red+Green+Blue) = 106+34+223=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A22DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A22DF is #95DD20. Grayscale: #4C4C4C. Windows color (decimal): -9821473 or 14623338. OLE color: 14623338.
HSL color Cylindrical-coordinate representation of color #6A22DF: hue angle of 262.86º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A22DF is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 34 | 223 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.13 |
| HSL | 262.86º | 0.75% | 0.5% | - |
| HSV(B) | 262.86º | 0.85% | 0.87% | - |
| XYZ | 19.84 | 9.54 | 70.61 | - |
| YUV | 77.07 | 210.35 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 34 | 223 | 0.52 | 0.85 | 0 | 0.13 | 262.86 | 0.75 | 0.5 |
| Hex | 6A | 22 | DF | 34 | 55 | 0 | D | 107 | 4B | 32 |
| Octal | 152 | 42 | 337 | 64 | 125 | 0 | 15 | 407 | 113 | 62 |
| Binary | 1101010 | 100010 | 11011111 | 110100 | 1010101 | 0 | 1101 | 100000111 | 1001011 | 110010 |
Color Harmonies of #6A22DF
Complementary color
Monochromatic Colors of #6A22DF
Black with #6A22DF
Text Example
Text Example
White with #6A22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A22DF; }
p { color: rgb(106,34,223); }
H1.HeaderClassName
{
color: #6A22DF;
}
.AnyTagClassName
{
color: #6A22DF;
}
</style>
background-color css
<style>
a { background-color: #6A22DF; }
a { background-color: rgb(106,34,223); }
div.DivClassName
{
background-color: #6A22DF;
}
.BgClassName
{
background-color: #6A22DF;
}
</style>
border-color css
<style>
span { border-color: #6A22DF; }
span { border-color: rgb(106,34,223); }
td.TdClassName
{
border-color: #6A22DF;
}
.TagClassName
{
border-color: #6A22DF;
}
</style>