Shades of Purple Heart #6422AD
Tints of Purple Heart #6422AD
RGB
CMYK
RGB Variations
Color information
#6422AD (or 0x6422AD) is known color: Purple Heart. HEX triplet: 64, 22 and AD. RGB value is (100,34,173). Sum of RGB (Red+Green+Blue) = 100+34+173=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #6422AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6422AD is #9BDD52. Grayscale: #454545. Windows color (decimal): -10214739 or 11346532. OLE color: 11346532.
HSL color Cylindrical-coordinate representation of color #6422AD: hue angle of 268.49º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6422AD is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 34 | 173 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.32 |
| HSL | 268.49º | 0.67% | 0.41% | - |
| HSV(B) | 268.49º | 0.8% | 0.68% | - |
| XYZ | 13.37 | 6.87 | 40.16 | - |
| YUV | 69.58 | 186.37 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 173 | 0.42 | 0.80 | 0 | 0.32 | 268.49 | 0.67 | 0.41 |
| Hex | 64 | 22 | AD | 2A | 50 | 0 | 20 | 10C | 43 | 29 |
| Octal | 144 | 42 | 255 | 52 | 120 | 0 | 40 | 414 | 103 | 51 |
| Binary | 1100100 | 100010 | 10101101 | 101010 | 1010000 | 0 | 100000 | 100001100 | 1000011 | 101001 |
Color Harmonies of #6422AD
Complementary color
Monochromatic Colors of #6422AD
Black with #6422AD
Text Example
Text Example
White with #6422AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6422AD; }
p { color: rgb(100,34,173); }
H1.HeaderClassName
{
color: #6422AD;
}
.AnyTagClassName
{
color: #6422AD;
}
</style>
background-color css
<style>
a { background-color: #6422AD; }
a { background-color: rgb(100,34,173); }
div.DivClassName
{
background-color: #6422AD;
}
.BgClassName
{
background-color: #6422AD;
}
</style>
border-color css
<style>
span { border-color: #6422AD; }
span { border-color: rgb(100,34,173); }
td.TdClassName
{
border-color: #6422AD;
}
.TagClassName
{
border-color: #6422AD;
}
</style>