Shades of Purple Heart #6628DB
Tints of Purple Heart #6628DB
RGB
CMYK
RGB Variations
Color information
#6628DB (or 0x6628DB) is known color: Purple Heart. HEX triplet: 66, 28 and DB. RGB value is (102,40,219). Sum of RGB (Red+Green+Blue) = 102+40+219=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #6628DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6628DB is #99D724. Grayscale: #4E4E4E. Windows color (decimal): -10082085 or 14362726. OLE color: 14362726.
HSL color Cylindrical-coordinate representation of color #6628DB: hue angle of 260.78º degrees, saturation: 0.71, 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 #6628DB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 40 | 219 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.14 |
| HSL | 260.78º | 0.71% | 0.51% | - |
| HSV(B) | 260.78º | 0.82% | 0.86% | - |
| XYZ | 19.02 | 9.46 | 67.84 | - |
| YUV | 78.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 219 | 0.53 | 0.82 | 0 | 0.14 | 260.78 | 0.71 | 0.51 |
| Hex | 66 | 28 | DB | 35 | 52 | 0 | E | 105 | 47 | 33 |
| Octal | 146 | 50 | 333 | 65 | 122 | 0 | 16 | 405 | 107 | 63 |
| Binary | 1100110 | 101000 | 11011011 | 110101 | 1010010 | 0 | 1110 | 100000101 | 1000111 | 110011 |
Color Harmonies of #6628DB
Complementary color
Monochromatic Colors of #6628DB
Black with #6628DB
Text Example
Text Example
White with #6628DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6628DB; }
p { color: rgb(102,40,219); }
H1.HeaderClassName
{
color: #6628DB;
}
.AnyTagClassName
{
color: #6628DB;
}
</style>
background-color css
<style>
a { background-color: #6628DB; }
a { background-color: rgb(102,40,219); }
div.DivClassName
{
background-color: #6628DB;
}
.BgClassName
{
background-color: #6628DB;
}
</style>
border-color css
<style>
span { border-color: #6628DB; }
span { border-color: rgb(102,40,219); }
td.TdClassName
{
border-color: #6628DB;
}
.TagClassName
{
border-color: #6628DB;
}
</style>