Shades of Purple Heart #6C22AF
Tints of Purple Heart #6C22AF
RGB
CMYK
RGB Variations
Color information
#6C22AF (or 0x6C22AF) is known color: Purple Heart. HEX triplet: 6C, 22 and AF. RGB value is (108,34,175). Sum of RGB (Red+Green+Blue) = 108+34+175=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C22AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C22AF is #93DD50. Grayscale: #474747. Windows color (decimal): -9690449 or 11477612. OLE color: 11477612.
HSL color Cylindrical-coordinate representation of color #6C22AF: hue angle of 271.49º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C22AF is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 34 | 175 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.31 |
| HSL | 271.49º | 0.67% | 0.41% | - |
| HSV(B) | 271.49º | 0.81% | 0.69% | - |
| XYZ | 14.49 | 7.43 | 41.23 | - |
| YUV | 72.2 | 186.02 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 175 | 0.38 | 0.81 | 0 | 0.31 | 271.49 | 0.67 | 0.41 |
| Hex | 6C | 22 | AF | 26 | 51 | 0 | 1F | 10F | 43 | 29 |
| Octal | 154 | 42 | 257 | 46 | 121 | 0 | 37 | 417 | 103 | 51 |
| Binary | 1101100 | 100010 | 10101111 | 100110 | 1010001 | 0 | 11111 | 100001111 | 1000011 | 101001 |
Color Harmonies of #6C22AF
Complementary color
Monochromatic Colors of #6C22AF
Black with #6C22AF
Text Example
Text Example
White with #6C22AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C22AF; }
p { color: rgb(108,34,175); }
H1.HeaderClassName
{
color: #6C22AF;
}
.AnyTagClassName
{
color: #6C22AF;
}
</style>
background-color css
<style>
a { background-color: #6C22AF; }
a { background-color: rgb(108,34,175); }
div.DivClassName
{
background-color: #6C22AF;
}
.BgClassName
{
background-color: #6C22AF;
}
</style>
border-color css
<style>
span { border-color: #6C22AF; }
span { border-color: rgb(108,34,175); }
td.TdClassName
{
border-color: #6C22AF;
}
.TagClassName
{
border-color: #6C22AF;
}
</style>