Shades of Purple Heart #6640C9
Tints of Purple Heart #6640C9
RGB
CMYK
RGB Variations
Color information
#6640C9 (or 0x6640C9) is known color: Purple Heart. HEX triplet: 66, 40 and C9. RGB value is (102,64,201). Sum of RGB (Red+Green+Blue) = 102+64+201=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #6640C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640C9 is #99BF36. Grayscale: #5A5A5A. Windows color (decimal): -10075959 or 13189222. OLE color: 13189222.
HSL color Cylindrical-coordinate representation of color #6640C9: hue angle of 256.64º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6640C9 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 64 | 201 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.21 |
| HSL | 256.64º | 0.56% | 0.52% | - |
| HSV(B) | 256.64º | 0.68% | 0.79% | - |
| XYZ | 17.86 | 10.71 | 56.38 | - |
| YUV | 90.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 201 | 0.49 | 0.68 | 0 | 0.21 | 256.64 | 0.56 | 0.52 |
| Hex | 66 | 40 | C9 | 31 | 44 | 0 | 15 | 101 | 38 | 34 |
| Octal | 146 | 100 | 311 | 61 | 104 | 0 | 25 | 401 | 70 | 64 |
| Binary | 1100110 | 1000000 | 11001001 | 110001 | 1000100 | 0 | 10101 | 100000001 | 111000 | 110100 |
Color Harmonies of #6640C9
Complementary color
Monochromatic Colors of #6640C9
Black with #6640C9
Text Example
Text Example
White with #6640C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6640C9; }
p { color: rgb(102,64,201); }
H1.HeaderClassName
{
color: #6640C9;
}
.AnyTagClassName
{
color: #6640C9;
}
</style>
background-color css
<style>
a { background-color: #6640C9; }
a { background-color: rgb(102,64,201); }
div.DivClassName
{
background-color: #6640C9;
}
.BgClassName
{
background-color: #6640C9;
}
</style>
border-color css
<style>
span { border-color: #6640C9; }
span { border-color: rgb(102,64,201); }
td.TdClassName
{
border-color: #6640C9;
}
.TagClassName
{
border-color: #6640C9;
}
</style>