Shades of Purple Heart #6628D1
Tints of Purple Heart #6628D1
RGB
CMYK
RGB Variations
Color information
#6628D1 (or 0x6628D1) is known color: Purple Heart. HEX triplet: 66, 28 and D1. RGB value is (102,40,209). Sum of RGB (Red+Green+Blue) = 102+40+209=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 209 (82.03% from 255 or 59.54% from 351); Max value from RGB is 209 - color contains mainly: blue. Hex color #6628D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6628D1 is #99D72E. Grayscale: #4D4D4D. Windows color (decimal): -10082095 or 13707366. OLE color: 13707366.
HSL color Cylindrical-coordinate representation of color #6628D1: hue angle of 262.01º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6628D1 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 40 | 209 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.18 |
| HSL | 262.01º | 0.68% | 0.49% | - |
| HSV(B) | 262.01º | 0.81% | 0.82% | - |
| XYZ | 17.75 | 8.95 | 61.11 | - |
| YUV | 77.8 | 202.04 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 209 | 0.51 | 0.81 | 0 | 0.18 | 262.01 | 0.68 | 0.49 |
| Hex | 66 | 28 | D1 | 33 | 51 | 0 | 12 | 106 | 44 | 31 |
| Octal | 146 | 50 | 321 | 63 | 121 | 0 | 22 | 406 | 104 | 61 |
| Binary | 1100110 | 101000 | 11010001 | 110011 | 1010001 | 0 | 10010 | 100000110 | 1000100 | 110001 |
Color Harmonies of #6628D1
Complementary color
Monochromatic Colors of #6628D1
Black with #6628D1
Text Example
Text Example
White with #6628D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6628D1; }
p { color: rgb(102,40,209); }
H1.HeaderClassName
{
color: #6628D1;
}
.AnyTagClassName
{
color: #6628D1;
}
</style>
background-color css
<style>
a { background-color: #6628D1; }
a { background-color: rgb(102,40,209); }
div.DivClassName
{
background-color: #6628D1;
}
.BgClassName
{
background-color: #6628D1;
}
</style>
border-color css
<style>
span { border-color: #6628D1; }
span { border-color: rgb(102,40,209); }
td.TdClassName
{
border-color: #6628D1;
}
.TagClassName
{
border-color: #6628D1;
}
</style>