Shades of Purple Heart #6639D3
Tints of Purple Heart #6639D3
RGB
CMYK
RGB Variations
Color information
#6639D3 (or 0x6639D3) is known color: Purple Heart. HEX triplet: 66, 39 and D3. RGB value is (102,57,211). Sum of RGB (Red+Green+Blue) = 102+57+211=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 211 (82.81% from 255 or 57.03% from 370); Max value from RGB is 211 - color contains mainly: blue. Hex color #6639D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6639D3 is #99C62C. Grayscale: #575757. Windows color (decimal): -10077741 or 13842790. OLE color: 13842790.
HSL color Cylindrical-coordinate representation of color #6639D3: hue angle of 257.53º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6639D3 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 57 | 211 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.17 |
| HSL | 257.53º | 0.64% | 0.53% | - |
| HSV(B) | 257.53º | 0.73% | 0.83% | - |
| XYZ | 18.7 | 10.45 | 62.66 | - |
| YUV | 88.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 211 | 0.52 | 0.73 | 0 | 0.17 | 257.53 | 0.64 | 0.53 |
| Hex | 66 | 39 | D3 | 34 | 49 | 0 | 11 | 102 | 40 | 35 |
| Octal | 146 | 71 | 323 | 64 | 111 | 0 | 21 | 402 | 100 | 65 |
| Binary | 1100110 | 111001 | 11010011 | 110100 | 1001001 | 0 | 10001 | 100000010 | 1000000 | 110101 |
Color Harmonies of #6639D3
Complementary color
Monochromatic Colors of #6639D3
Black with #6639D3
Text Example
Text Example
White with #6639D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6639D3; }
p { color: rgb(102,57,211); }
H1.HeaderClassName
{
color: #6639D3;
}
.AnyTagClassName
{
color: #6639D3;
}
</style>
background-color css
<style>
a { background-color: #6639D3; }
a { background-color: rgb(102,57,211); }
div.DivClassName
{
background-color: #6639D3;
}
.BgClassName
{
background-color: #6639D3;
}
</style>
border-color css
<style>
span { border-color: #6639D3; }
span { border-color: rgb(102,57,211); }
td.TdClassName
{
border-color: #6639D3;
}
.TagClassName
{
border-color: #6639D3;
}
</style>