Shades of Purple Heart #6641C7
Tints of Purple Heart #6641C7
RGB
CMYK
RGB Variations
Color information
#6641C7 (or 0x6641C7) is known color: Purple Heart. HEX triplet: 66, 41 and C7. RGB value is (102,65,199). Sum of RGB (Red+Green+Blue) = 102+65+199=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #6641C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641C7 is #99BE38. Grayscale: #5A5A5A. Windows color (decimal): -10075705 or 13058406. OLE color: 13058406.
HSL color Cylindrical-coordinate representation of color #6641C7: hue angle of 256.57º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6641C7 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 65 | 199 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.22 |
| HSL | 256.57º | 0.54% | 0.52% | - |
| HSV(B) | 256.57º | 0.67% | 0.78% | - |
| XYZ | 17.68 | 10.73 | 55.17 | - |
| YUV | 91.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 199 | 0.49 | 0.67 | 0 | 0.22 | 256.57 | 0.54 | 0.52 |
| Hex | 66 | 41 | C7 | 31 | 43 | 0 | 16 | 101 | 36 | 34 |
| Octal | 146 | 101 | 307 | 61 | 103 | 0 | 26 | 401 | 66 | 64 |
| Binary | 1100110 | 1000001 | 11000111 | 110001 | 1000011 | 0 | 10110 | 100000001 | 110110 | 110100 |
Color Harmonies of #6641C7
Complementary color
Monochromatic Colors of #6641C7
Black with #6641C7
Text Example
Text Example
White with #6641C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641C7; }
p { color: rgb(102,65,199); }
H1.HeaderClassName
{
color: #6641C7;
}
.AnyTagClassName
{
color: #6641C7;
}
</style>
background-color css
<style>
a { background-color: #6641C7; }
a { background-color: rgb(102,65,199); }
div.DivClassName
{
background-color: #6641C7;
}
.BgClassName
{
background-color: #6641C7;
}
</style>
border-color css
<style>
span { border-color: #6641C7; }
span { border-color: rgb(102,65,199); }
td.TdClassName
{
border-color: #6641C7;
}
.TagClassName
{
border-color: #6641C7;
}
</style>