Shades of Purple Heart #6620CD
Tints of Purple Heart #6620CD
RGB
CMYK
RGB Variations
Color information
#6620CD (or 0x6620CD) is known color: Purple Heart. HEX triplet: 66, 20 and CD. RGB value is (102,32,205). Sum of RGB (Red+Green+Blue) = 102+32+205=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #6620CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6620CD is #99DF32. Grayscale: #484848. Windows color (decimal): -10084147 or 13443174. OLE color: 13443174.
HSL color Cylindrical-coordinate representation of color #6620CD: hue angle of 264.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6620CD is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 32 | 205 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.20 |
| HSL | 264.28º | 0.73% | 0.46% | - |
| HSV(B) | 264.28º | 0.84% | 0.8% | - |
| XYZ | 17.02 | 8.27 | 58.46 | - |
| YUV | 72.65 | 202.69 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 205 | 0.50 | 0.84 | 0 | 0.20 | 264.28 | 0.73 | 0.46 |
| Hex | 66 | 20 | CD | 32 | 54 | 0 | 14 | 108 | 49 | 2E |
| Octal | 146 | 40 | 315 | 62 | 124 | 0 | 24 | 410 | 111 | 56 |
| Binary | 1100110 | 100000 | 11001101 | 110010 | 1010100 | 0 | 10100 | 100001000 | 1001001 | 101110 |
Color Harmonies of #6620CD
Complementary color
Monochromatic Colors of #6620CD
Black with #6620CD
Text Example
Text Example
White with #6620CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6620CD; }
p { color: rgb(102,32,205); }
H1.HeaderClassName
{
color: #6620CD;
}
.AnyTagClassName
{
color: #6620CD;
}
</style>
background-color css
<style>
a { background-color: #6620CD; }
a { background-color: rgb(102,32,205); }
div.DivClassName
{
background-color: #6620CD;
}
.BgClassName
{
background-color: #6620CD;
}
</style>
border-color css
<style>
span { border-color: #6620CD; }
span { border-color: rgb(102,32,205); }
td.TdClassName
{
border-color: #6620CD;
}
.TagClassName
{
border-color: #6620CD;
}
</style>