Shades of Purple Heart #6637DC
Tints of Purple Heart #6637DC
RGB
CMYK
RGB Variations
Color information
#6637DC (or 0x6637DC) is known color: Purple Heart. HEX triplet: 66, 37 and DC. RGB value is (102,55,220). Sum of RGB (Red+Green+Blue) = 102+55+220=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #6637DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6637DC is #99C823. Grayscale: #575757. Windows color (decimal): -10078244 or 14432102. OLE color: 14432102.
HSL color Cylindrical-coordinate representation of color #6637DC: hue angle of 257.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6637DC is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 55 | 220 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.14 |
| HSL | 257.09º | 0.7% | 0.54% | - |
| HSV(B) | 257.09º | 0.75% | 0.86% | - |
| XYZ | 19.76 | 10.72 | 68.74 | - |
| YUV | 87.86 | 202.57 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 220 | 0.54 | 0.75 | 0 | 0.14 | 257.09 | 0.7 | 0.54 |
| Hex | 66 | 37 | DC | 36 | 4B | 0 | E | 101 | 46 | 36 |
| Octal | 146 | 67 | 334 | 66 | 113 | 0 | 16 | 401 | 106 | 66 |
| Binary | 1100110 | 110111 | 11011100 | 110110 | 1001011 | 0 | 1110 | 100000001 | 1000110 | 110110 |
Color Harmonies of #6637DC
Complementary color
Monochromatic Colors of #6637DC
Black with #6637DC
Text Example
Text Example
White with #6637DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6637DC; }
p { color: rgb(102,55,220); }
H1.HeaderClassName
{
color: #6637DC;
}
.AnyTagClassName
{
color: #6637DC;
}
</style>
background-color css
<style>
a { background-color: #6637DC; }
a { background-color: rgb(102,55,220); }
div.DivClassName
{
background-color: #6637DC;
}
.BgClassName
{
background-color: #6637DC;
}
</style>
border-color css
<style>
span { border-color: #6637DC; }
span { border-color: rgb(102,55,220); }
td.TdClassName
{
border-color: #6637DC;
}
.TagClassName
{
border-color: #6637DC;
}
</style>