Shades of Purple Heart #6639C6
Tints of Purple Heart #6639C6
RGB
CMYK
RGB Variations
Color information
#6639C6 (or 0x6639C6) is known color: Purple Heart. HEX triplet: 66, 39 and C6. RGB value is (102,57,198). Sum of RGB (Red+Green+Blue) = 102+57+198=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #6639C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6639C6 is #99C639. Grayscale: #565656. Windows color (decimal): -10077754 or 12990822. OLE color: 12990822.
HSL color Cylindrical-coordinate representation of color #6639C6: hue angle of 259.15º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6639C6 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 57 | 198 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.22 |
| HSL | 259.15º | 0.55% | 0.5% | - |
| HSV(B) | 259.15º | 0.71% | 0.78% | - |
| XYZ | 17.14 | 9.83 | 54.42 | - |
| YUV | 86.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 198 | 0.48 | 0.71 | 0 | 0.22 | 259.15 | 0.55 | 0.5 |
| Hex | 66 | 39 | C6 | 30 | 47 | 0 | 16 | 103 | 37 | 32 |
| Octal | 146 | 71 | 306 | 60 | 107 | 0 | 26 | 403 | 67 | 62 |
| Binary | 1100110 | 111001 | 11000110 | 110000 | 1000111 | 0 | 10110 | 100000011 | 110111 | 110010 |
Color Harmonies of #6639C6
Complementary color
Monochromatic Colors of #6639C6
Black with #6639C6
Text Example
Text Example
White with #6639C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6639C6; }
p { color: rgb(102,57,198); }
H1.HeaderClassName
{
color: #6639C6;
}
.AnyTagClassName
{
color: #6639C6;
}
</style>
background-color css
<style>
a { background-color: #6639C6; }
a { background-color: rgb(102,57,198); }
div.DivClassName
{
background-color: #6639C6;
}
.BgClassName
{
background-color: #6639C6;
}
</style>
border-color css
<style>
span { border-color: #6639C6; }
span { border-color: rgb(102,57,198); }
td.TdClassName
{
border-color: #6639C6;
}
.TagClassName
{
border-color: #6639C6;
}
</style>