Shades of Purple Heart #6628D0
Tints of Purple Heart #6628D0
RGB
CMYK
RGB Variations
Color information
#6628D0 (or 0x6628D0) is known color: Purple Heart. HEX triplet: 66, 28 and D0. RGB value is (102,40,208). Sum of RGB (Red+Green+Blue) = 102+40+208=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #6628D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6628D0 is #99D72F. Grayscale: #4D4D4D. Windows color (decimal): -10082096 or 13641830. OLE color: 13641830.
HSL color Cylindrical-coordinate representation of color #6628D0: hue angle of 262.14º 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 #6628D0 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 40 | 208 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.18 |
| HSL | 262.14º | 0.68% | 0.49% | - |
| HSV(B) | 262.14º | 0.81% | 0.82% | - |
| XYZ | 17.62 | 8.9 | 60.46 | - |
| YUV | 77.69 | 201.54 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 208 | 0.51 | 0.81 | 0 | 0.18 | 262.14 | 0.68 | 0.49 |
| Hex | 66 | 28 | D0 | 33 | 51 | 0 | 12 | 106 | 44 | 31 |
| Octal | 146 | 50 | 320 | 63 | 121 | 0 | 22 | 406 | 104 | 61 |
| Binary | 1100110 | 101000 | 11010000 | 110011 | 1010001 | 0 | 10010 | 100000110 | 1000100 | 110001 |
Color Harmonies of #6628D0
Complementary color
Monochromatic Colors of #6628D0
Black with #6628D0
Text Example
Text Example
White with #6628D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6628D0; }
p { color: rgb(102,40,208); }
H1.HeaderClassName
{
color: #6628D0;
}
.AnyTagClassName
{
color: #6628D0;
}
</style>
background-color css
<style>
a { background-color: #6628D0; }
a { background-color: rgb(102,40,208); }
div.DivClassName
{
background-color: #6628D0;
}
.BgClassName
{
background-color: #6628D0;
}
</style>
border-color css
<style>
span { border-color: #6628D0; }
span { border-color: rgb(102,40,208); }
td.TdClassName
{
border-color: #6628D0;
}
.TagClassName
{
border-color: #6628D0;
}
</style>