Shades of Purple Heart #6639CD
Tints of Purple Heart #6639CD
RGB
CMYK
RGB Variations
Color information
#6639CD (or 0x6639CD) is known color: Purple Heart. HEX triplet: 66, 39 and CD. RGB value is (102,57,205). Sum of RGB (Red+Green+Blue) = 102+57+205=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #6639CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6639CD is #99C632. Grayscale: #565656. Windows color (decimal): -10077747 or 13449574. OLE color: 13449574.
HSL color Cylindrical-coordinate representation of color #6639CD: hue angle of 258.24º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6639CD is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 57 | 205 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.20 |
| HSL | 258.24º | 0.6% | 0.51% | - |
| HSV(B) | 258.24º | 0.72% | 0.8% | - |
| XYZ | 17.96 | 10.16 | 58.77 | - |
| YUV | 87.33 | 194.41 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 205 | 0.50 | 0.72 | 0 | 0.20 | 258.24 | 0.6 | 0.51 |
| Hex | 66 | 39 | CD | 32 | 48 | 0 | 14 | 102 | 3C | 33 |
| Octal | 146 | 71 | 315 | 62 | 110 | 0 | 24 | 402 | 74 | 63 |
| Binary | 1100110 | 111001 | 11001101 | 110010 | 1001000 | 0 | 10100 | 100000010 | 111100 | 110011 |
Color Harmonies of #6639CD
Complementary color
Monochromatic Colors of #6639CD
Black with #6639CD
Text Example
Text Example
White with #6639CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6639CD; }
p { color: rgb(102,57,205); }
H1.HeaderClassName
{
color: #6639CD;
}
.AnyTagClassName
{
color: #6639CD;
}
</style>
background-color css
<style>
a { background-color: #6639CD; }
a { background-color: rgb(102,57,205); }
div.DivClassName
{
background-color: #6639CD;
}
.BgClassName
{
background-color: #6639CD;
}
</style>
border-color css
<style>
span { border-color: #6639CD; }
span { border-color: rgb(102,57,205); }
td.TdClassName
{
border-color: #6639CD;
}
.TagClassName
{
border-color: #6639CD;
}
</style>