Shades of Purple Heart #6627DC
Tints of Purple Heart #6627DC
RGB
CMYK
RGB Variations
Color information
#6627DC (or 0x6627DC) is known color: Purple Heart. HEX triplet: 66, 27 and DC. RGB value is (102,39,220). Sum of RGB (Red+Green+Blue) = 102+39+220=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #6627DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6627DC is #99D823. Grayscale: #4D4D4D. Windows color (decimal): -10082340 or 14428006. OLE color: 14428006.
HSL color Cylindrical-coordinate representation of color #6627DC: hue angle of 260.88º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6627DC is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 39 | 220 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.14 |
| HSL | 260.88º | 0.72% | 0.51% | - |
| HSV(B) | 260.88º | 0.82% | 0.86% | - |
| XYZ | 19.12 | 9.44 | 68.52 | - |
| YUV | 78.47 | 207.87 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 220 | 0.54 | 0.82 | 0 | 0.14 | 260.88 | 0.72 | 0.51 |
| Hex | 66 | 27 | DC | 36 | 52 | 0 | E | 105 | 48 | 33 |
| Octal | 146 | 47 | 334 | 66 | 122 | 0 | 16 | 405 | 110 | 63 |
| Binary | 1100110 | 100111 | 11011100 | 110110 | 1010010 | 0 | 1110 | 100000101 | 1001000 | 110011 |
Color Harmonies of #6627DC
Complementary color
Monochromatic Colors of #6627DC
Black with #6627DC
Text Example
Text Example
White with #6627DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6627DC; }
p { color: rgb(102,39,220); }
H1.HeaderClassName
{
color: #6627DC;
}
.AnyTagClassName
{
color: #6627DC;
}
</style>
background-color css
<style>
a { background-color: #6627DC; }
a { background-color: rgb(102,39,220); }
div.DivClassName
{
background-color: #6627DC;
}
.BgClassName
{
background-color: #6627DC;
}
</style>
border-color css
<style>
span { border-color: #6627DC; }
span { border-color: rgb(102,39,220); }
td.TdClassName
{
border-color: #6627DC;
}
.TagClassName
{
border-color: #6627DC;
}
</style>