Shades of Purple Heart #6629DF
Tints of Purple Heart #6629DF
RGB
CMYK
RGB Variations
Color information
#6629DF (or 0x6629DF) is known color: Purple Heart. HEX triplet: 66, 29 and DF. RGB value is (102,41,223). Sum of RGB (Red+Green+Blue) = 102+41+223=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #6629DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629DF is #99D620. Grayscale: #4F4F4F. Windows color (decimal): -10081825 or 14625126. OLE color: 14625126.
HSL color Cylindrical-coordinate representation of color #6629DF: hue angle of 260.11º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6629DF is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 41 | 223 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.13 |
| HSL | 260.11º | 0.74% | 0.52% | - |
| HSV(B) | 260.11º | 0.82% | 0.87% | - |
| XYZ | 19.59 | 9.74 | 70.66 | - |
| YUV | 79.99 | 208.71 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 223 | 0.54 | 0.82 | 0 | 0.13 | 260.11 | 0.74 | 0.52 |
| Hex | 66 | 29 | DF | 36 | 52 | 0 | D | 104 | 4A | 34 |
| Octal | 146 | 51 | 337 | 66 | 122 | 0 | 15 | 404 | 112 | 64 |
| Binary | 1100110 | 101001 | 11011111 | 110110 | 1010010 | 0 | 1101 | 100000100 | 1001010 | 110100 |
Color Harmonies of #6629DF
Complementary color
Monochromatic Colors of #6629DF
Black with #6629DF
Text Example
Text Example
White with #6629DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6629DF; }
p { color: rgb(102,41,223); }
H1.HeaderClassName
{
color: #6629DF;
}
.AnyTagClassName
{
color: #6629DF;
}
</style>
background-color css
<style>
a { background-color: #6629DF; }
a { background-color: rgb(102,41,223); }
div.DivClassName
{
background-color: #6629DF;
}
.BgClassName
{
background-color: #6629DF;
}
</style>
border-color css
<style>
span { border-color: #6629DF; }
span { border-color: rgb(102,41,223); }
td.TdClassName
{
border-color: #6629DF;
}
.TagClassName
{
border-color: #6629DF;
}
</style>