Shades of Purple Heart #6643C0
Tints of Purple Heart #6643C0
RGB
CMYK
RGB Variations
Color information
#6643C0 (or 0x6643C0) is known color: Purple Heart. HEX triplet: 66, 43 and C0. RGB value is (102,67,192). Sum of RGB (Red+Green+Blue) = 102+67+192=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #6643C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6643C0 is #99BC3F. Grayscale: #5B5B5B. Windows color (decimal): -10075200 or 12600166. OLE color: 12600166.
HSL color Cylindrical-coordinate representation of color #6643C0: hue angle of 256.8º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6643C0 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 67 | 192 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.25 |
| HSL | 256.8º | 0.5% | 0.51% | - |
| HSV(B) | 256.8º | 0.65% | 0.75% | - |
| XYZ | 17 | 10.64 | 51.03 | - |
| YUV | 91.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 192 | 0.47 | 0.65 | 0 | 0.25 | 256.8 | 0.5 | 0.51 |
| Hex | 66 | 43 | C0 | 2F | 41 | 0 | 19 | 101 | 32 | 33 |
| Octal | 146 | 103 | 300 | 57 | 101 | 0 | 31 | 401 | 62 | 63 |
| Binary | 1100110 | 1000011 | 11000000 | 101111 | 1000001 | 0 | 11001 | 100000001 | 110010 | 110011 |
Color Harmonies of #6643C0
Complementary color
Monochromatic Colors of #6643C0
Black with #6643C0
Text Example
Text Example
White with #6643C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6643C0; }
p { color: rgb(102,67,192); }
H1.HeaderClassName
{
color: #6643C0;
}
.AnyTagClassName
{
color: #6643C0;
}
</style>
background-color css
<style>
a { background-color: #6643C0; }
a { background-color: rgb(102,67,192); }
div.DivClassName
{
background-color: #6643C0;
}
.BgClassName
{
background-color: #6643C0;
}
</style>
border-color css
<style>
span { border-color: #6643C0; }
span { border-color: rgb(102,67,192); }
td.TdClassName
{
border-color: #6643C0;
}
.TagClassName
{
border-color: #6643C0;
}
</style>