Shades of Purple Heart #6628DF
Tints of Purple Heart #6628DF
RGB
CMYK
RGB Variations
Color information
#6628DF (or 0x6628DF) is known color: Purple Heart. HEX triplet: 66, 28 and DF. RGB value is (102,40,223). Sum of RGB (Red+Green+Blue) = 102+40+223=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #6628DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6628DF is #99D720. Grayscale: #4E4E4E. Windows color (decimal): -10082081 or 14624870. OLE color: 14624870.
HSL color Cylindrical-coordinate representation of color #6628DF: hue angle of 260.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6628DF is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 40 | 223 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.13 |
| HSL | 260.33º | 0.74% | 0.52% | - |
| HSV(B) | 260.33º | 0.82% | 0.87% | - |
| XYZ | 19.56 | 9.67 | 70.65 | - |
| YUV | 79.4 | 209.04 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 223 | 0.54 | 0.82 | 0 | 0.13 | 260.33 | 0.74 | 0.52 |
| Hex | 66 | 28 | DF | 36 | 52 | 0 | D | 104 | 4A | 34 |
| Octal | 146 | 50 | 337 | 66 | 122 | 0 | 15 | 404 | 112 | 64 |
| Binary | 1100110 | 101000 | 11011111 | 110110 | 1010010 | 0 | 1101 | 100000100 | 1001010 | 110100 |
Color Harmonies of #6628DF
Complementary color
Monochromatic Colors of #6628DF
Black with #6628DF
Text Example
Text Example
White with #6628DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6628DF; }
p { color: rgb(102,40,223); }
H1.HeaderClassName
{
color: #6628DF;
}
.AnyTagClassName
{
color: #6628DF;
}
</style>
background-color css
<style>
a { background-color: #6628DF; }
a { background-color: rgb(102,40,223); }
div.DivClassName
{
background-color: #6628DF;
}
.BgClassName
{
background-color: #6628DF;
}
</style>
border-color css
<style>
span { border-color: #6628DF; }
span { border-color: rgb(102,40,223); }
td.TdClassName
{
border-color: #6628DF;
}
.TagClassName
{
border-color: #6628DF;
}
</style>