Shades of Purple Heart #6622D5
Tints of Purple Heart #6622D5
RGB
CMYK
RGB Variations
Color information
#6622D5 (or 0x6622D5) is known color: Purple Heart. HEX triplet: 66, 22 and D5. RGB value is (102,34,213). Sum of RGB (Red+Green+Blue) = 102+34+213=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 213 (83.59% from 255 or 61.03% from 349); Max value from RGB is 213 - color contains mainly: blue. Hex color #6622D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6622D5 is #99DD2A. Grayscale: #4A4A4A. Windows color (decimal): -10083627 or 13967974. OLE color: 13967974.
HSL color Cylindrical-coordinate representation of color #6622D5: hue angle of 262.79º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6622D5 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 34 | 213 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.16 |
| HSL | 262.79º | 0.72% | 0.48% | - |
| HSV(B) | 262.79º | 0.84% | 0.84% | - |
| XYZ | 18.06 | 8.77 | 63.69 | - |
| YUV | 74.74 | 206.03 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 213 | 0.52 | 0.84 | 0 | 0.16 | 262.79 | 0.72 | 0.48 |
| Hex | 66 | 22 | D5 | 34 | 54 | 0 | 10 | 107 | 48 | 30 |
| Octal | 146 | 42 | 325 | 64 | 124 | 0 | 20 | 407 | 110 | 60 |
| Binary | 1100110 | 100010 | 11010101 | 110100 | 1010100 | 0 | 10000 | 100000111 | 1001000 | 110000 |
Color Harmonies of #6622D5
Complementary color
Monochromatic Colors of #6622D5
Black with #6622D5
Text Example
Text Example
White with #6622D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6622D5; }
p { color: rgb(102,34,213); }
H1.HeaderClassName
{
color: #6622D5;
}
.AnyTagClassName
{
color: #6622D5;
}
</style>
background-color css
<style>
a { background-color: #6622D5; }
a { background-color: rgb(102,34,213); }
div.DivClassName
{
background-color: #6622D5;
}
.BgClassName
{
background-color: #6622D5;
}
</style>
border-color css
<style>
span { border-color: #6622D5; }
span { border-color: rgb(102,34,213); }
td.TdClassName
{
border-color: #6622D5;
}
.TagClassName
{
border-color: #6622D5;
}
</style>