Shades of Purple Heart #6626BC
Tints of Purple Heart #6626BC
RGB
CMYK
RGB Variations
Color information
#6626BC (or 0x6626BC) is known color: Purple Heart. HEX triplet: 66, 26 and BC. RGB value is (102,38,188). Sum of RGB (Red+Green+Blue) = 102+38+188=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #6626BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6626BC is #99D943. Grayscale: #494949. Windows color (decimal): -10082628 or 12330598. OLE color: 12330598.
HSL color Cylindrical-coordinate representation of color #6626BC: hue angle of 265.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6626BC is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 38 | 188 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.26 |
| HSL | 265.6º | 0.66% | 0.44% | - |
| HSV(B) | 265.6º | 0.8% | 0.74% | - |
| XYZ | 15.25 | 7.84 | 48.29 | - |
| YUV | 74.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 188 | 0.46 | 0.80 | 0 | 0.26 | 265.6 | 0.66 | 0.44 |
| Hex | 66 | 26 | BC | 2E | 50 | 0 | 1A | 10A | 42 | 2C |
| Octal | 146 | 46 | 274 | 56 | 120 | 0 | 32 | 412 | 102 | 54 |
| Binary | 1100110 | 100110 | 10111100 | 101110 | 1010000 | 0 | 11010 | 100001010 | 1000010 | 101100 |
Color Harmonies of #6626BC
Complementary color
Monochromatic Colors of #6626BC
Black with #6626BC
Text Example
Text Example
White with #6626BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6626BC; }
p { color: rgb(102,38,188); }
H1.HeaderClassName
{
color: #6626BC;
}
.AnyTagClassName
{
color: #6626BC;
}
</style>
background-color css
<style>
a { background-color: #6626BC; }
a { background-color: rgb(102,38,188); }
div.DivClassName
{
background-color: #6626BC;
}
.BgClassName
{
background-color: #6626BC;
}
</style>
border-color css
<style>
span { border-color: #6626BC; }
span { border-color: rgb(102,38,188); }
td.TdClassName
{
border-color: #6626BC;
}
.TagClassName
{
border-color: #6626BC;
}
</style>