Shades of Purple Heart #6640CD
Tints of Purple Heart #6640CD
RGB
CMYK
RGB Variations
Color information
#6640CD (or 0x6640CD) is known color: Purple Heart. HEX triplet: 66, 40 and CD. RGB value is (102,64,205). Sum of RGB (Red+Green+Blue) = 102+64+205=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #6640CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640CD is #99BF32. Grayscale: #5A5A5A. Windows color (decimal): -10075955 or 13451366. OLE color: 13451366.
HSL color Cylindrical-coordinate representation of color #6640CD: hue angle of 256.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6640CD is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 64 | 205 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.20 |
| HSL | 256.17º | 0.59% | 0.53% | - |
| HSV(B) | 256.17º | 0.69% | 0.8% | - |
| XYZ | 18.33 | 10.9 | 58.9 | - |
| YUV | 91.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 205 | 0.50 | 0.69 | 0 | 0.20 | 256.17 | 0.59 | 0.53 |
| Hex | 66 | 40 | CD | 32 | 45 | 0 | 14 | 100 | 3B | 35 |
| Octal | 146 | 100 | 315 | 62 | 105 | 0 | 24 | 400 | 73 | 65 |
| Binary | 1100110 | 1000000 | 11001101 | 110010 | 1000101 | 0 | 10100 | 100000000 | 111011 | 110101 |
Color Harmonies of #6640CD
Complementary color
Monochromatic Colors of #6640CD
Black with #6640CD
Text Example
Text Example
White with #6640CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6640CD; }
p { color: rgb(102,64,205); }
H1.HeaderClassName
{
color: #6640CD;
}
.AnyTagClassName
{
color: #6640CD;
}
</style>
background-color css
<style>
a { background-color: #6640CD; }
a { background-color: rgb(102,64,205); }
div.DivClassName
{
background-color: #6640CD;
}
.BgClassName
{
background-color: #6640CD;
}
</style>
border-color css
<style>
span { border-color: #6640CD; }
span { border-color: rgb(102,64,205); }
td.TdClassName
{
border-color: #6640CD;
}
.TagClassName
{
border-color: #6640CD;
}
</style>