Shades of Purple Heart #6628BC
Tints of Purple Heart #6628BC
RGB
CMYK
RGB Variations
Color information
#6628BC (or 0x6628BC) is known color: Purple Heart. HEX triplet: 66, 28 and BC. RGB value is (102,40,188). Sum of RGB (Red+Green+Blue) = 102+40+188=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #6628BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6628BC is #99D743. Grayscale: #4A4A4A. Windows color (decimal): -10082116 or 12331110. OLE color: 12331110.
HSL color Cylindrical-coordinate representation of color #6628BC: hue angle of 265.14º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6628BC is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 40 | 188 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.26 |
| HSL | 265.14º | 0.65% | 0.45% | - |
| HSV(B) | 265.14º | 0.79% | 0.74% | - |
| XYZ | 15.32 | 7.97 | 48.31 | - |
| YUV | 75.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 188 | 0.46 | 0.79 | 0 | 0.26 | 265.14 | 0.65 | 0.45 |
| Hex | 66 | 28 | BC | 2E | 4F | 0 | 1A | 109 | 41 | 2D |
| Octal | 146 | 50 | 274 | 56 | 117 | 0 | 32 | 411 | 101 | 55 |
| Binary | 1100110 | 101000 | 10111100 | 101110 | 1001111 | 0 | 11010 | 100001001 | 1000001 | 101101 |
Color Harmonies of #6628BC
Complementary color
Monochromatic Colors of #6628BC
Black with #6628BC
Text Example
Text Example
White with #6628BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6628BC; }
p { color: rgb(102,40,188); }
H1.HeaderClassName
{
color: #6628BC;
}
.AnyTagClassName
{
color: #6628BC;
}
</style>
background-color css
<style>
a { background-color: #6628BC; }
a { background-color: rgb(102,40,188); }
div.DivClassName
{
background-color: #6628BC;
}
.BgClassName
{
background-color: #6628BC;
}
</style>
border-color css
<style>
span { border-color: #6628BC; }
span { border-color: rgb(102,40,188); }
td.TdClassName
{
border-color: #6628BC;
}
.TagClassName
{
border-color: #6628BC;
}
</style>