Shades of Purple Heart #6629D5
Tints of Purple Heart #6629D5
RGB
CMYK
RGB Variations
Color information
#6629D5 (or 0x6629D5) is known color: Purple Heart. HEX triplet: 66, 29 and D5. RGB value is (102,41,213). Sum of RGB (Red+Green+Blue) = 102+41+213=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #6629D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629D5 is #99D62A. Grayscale: #4E4E4E. Windows color (decimal): -10081835 or 13969766. OLE color: 13969766.
HSL color Cylindrical-coordinate representation of color #6629D5: hue angle of 261.28º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6629D5 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 41 | 213 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.16 |
| HSL | 261.28º | 0.68% | 0.5% | - |
| HSV(B) | 261.28º | 0.81% | 0.84% | - |
| XYZ | 18.28 | 9.21 | 63.77 | - |
| YUV | 78.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 213 | 0.52 | 0.81 | 0 | 0.16 | 261.28 | 0.68 | 0.5 |
| Hex | 66 | 29 | D5 | 34 | 51 | 0 | 10 | 105 | 44 | 32 |
| Octal | 146 | 51 | 325 | 64 | 121 | 0 | 20 | 405 | 104 | 62 |
| Binary | 1100110 | 101001 | 11010101 | 110100 | 1010001 | 0 | 10000 | 100000101 | 1000100 | 110010 |
Color Harmonies of #6629D5
Complementary color
Monochromatic Colors of #6629D5
Black with #6629D5
Text Example
Text Example
White with #6629D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6629D5; }
p { color: rgb(102,41,213); }
H1.HeaderClassName
{
color: #6629D5;
}
.AnyTagClassName
{
color: #6629D5;
}
</style>
background-color css
<style>
a { background-color: #6629D5; }
a { background-color: rgb(102,41,213); }
div.DivClassName
{
background-color: #6629D5;
}
.BgClassName
{
background-color: #6629D5;
}
</style>
border-color css
<style>
span { border-color: #6629D5; }
span { border-color: rgb(102,41,213); }
td.TdClassName
{
border-color: #6629D5;
}
.TagClassName
{
border-color: #6629D5;
}
</style>