Shades of Purple Heart #6629DC
Tints of Purple Heart #6629DC
RGB
CMYK
RGB Variations
Color information
#6629DC (or 0x6629DC) is known color: Purple Heart. HEX triplet: 66, 29 and DC. RGB value is (102,41,220). Sum of RGB (Red+Green+Blue) = 102+41+220=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #6629DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629DC is #99D623. Grayscale: #4E4E4E. Windows color (decimal): -10081828 or 14428518. OLE color: 14428518.
HSL color Cylindrical-coordinate representation of color #6629DC: hue angle of 260.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6629DC is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 41 | 220 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.14 |
| HSL | 260.45º | 0.72% | 0.51% | - |
| HSV(B) | 260.45º | 0.81% | 0.86% | - |
| XYZ | 19.19 | 9.58 | 68.55 | - |
| YUV | 79.65 | 207.21 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 220 | 0.54 | 0.81 | 0 | 0.14 | 260.45 | 0.72 | 0.51 |
| Hex | 66 | 29 | DC | 36 | 51 | 0 | E | 104 | 48 | 33 |
| Octal | 146 | 51 | 334 | 66 | 121 | 0 | 16 | 404 | 110 | 63 |
| Binary | 1100110 | 101001 | 11011100 | 110110 | 1010001 | 0 | 1110 | 100000100 | 1001000 | 110011 |
Color Harmonies of #6629DC
Complementary color
Monochromatic Colors of #6629DC
Black with #6629DC
Text Example
Text Example
White with #6629DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6629DC; }
p { color: rgb(102,41,220); }
H1.HeaderClassName
{
color: #6629DC;
}
.AnyTagClassName
{
color: #6629DC;
}
</style>
background-color css
<style>
a { background-color: #6629DC; }
a { background-color: rgb(102,41,220); }
div.DivClassName
{
background-color: #6629DC;
}
.BgClassName
{
background-color: #6629DC;
}
</style>
border-color css
<style>
span { border-color: #6629DC; }
span { border-color: rgb(102,41,220); }
td.TdClassName
{
border-color: #6629DC;
}
.TagClassName
{
border-color: #6629DC;
}
</style>