Shades of Purple Heart #6641CD
Tints of Purple Heart #6641CD
RGB
CMYK
RGB Variations
Color information
#6641CD (or 0x6641CD) is known color: Purple Heart. HEX triplet: 66, 41 and CD. RGB value is (102,65,205). Sum of RGB (Red+Green+Blue) = 102+65+205=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #6641CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641CD is #99BE32. Grayscale: #5B5B5B. Windows color (decimal): -10075699 or 13451622. OLE color: 13451622.
HSL color Cylindrical-coordinate representation of color #6641CD: hue angle of 255.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6641CD is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 65 | 205 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.20 |
| HSL | 255.86º | 0.58% | 0.53% | - |
| HSV(B) | 255.86º | 0.68% | 0.8% | - |
| XYZ | 18.39 | 11.01 | 58.91 | - |
| YUV | 92.02 | 191.76 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 205 | 0.50 | 0.68 | 0 | 0.20 | 255.86 | 0.58 | 0.53 |
| Hex | 66 | 41 | CD | 32 | 44 | 0 | 14 | 100 | 3A | 35 |
| Octal | 146 | 101 | 315 | 62 | 104 | 0 | 24 | 400 | 72 | 65 |
| Binary | 1100110 | 1000001 | 11001101 | 110010 | 1000100 | 0 | 10100 | 100000000 | 111010 | 110101 |
Color Harmonies of #6641CD
Complementary color
Monochromatic Colors of #6641CD
Black with #6641CD
Text Example
Text Example
White with #6641CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641CD; }
p { color: rgb(102,65,205); }
H1.HeaderClassName
{
color: #6641CD;
}
.AnyTagClassName
{
color: #6641CD;
}
</style>
background-color css
<style>
a { background-color: #6641CD; }
a { background-color: rgb(102,65,205); }
div.DivClassName
{
background-color: #6641CD;
}
.BgClassName
{
background-color: #6641CD;
}
</style>
border-color css
<style>
span { border-color: #6641CD; }
span { border-color: rgb(102,65,205); }
td.TdClassName
{
border-color: #6641CD;
}
.TagClassName
{
border-color: #6641CD;
}
</style>