Shades of Purple Heart #6626BB
Tints of Purple Heart #6626BB
RGB
CMYK
RGB Variations
Color information
#6626BB (or 0x6626BB) is known color: Purple Heart. HEX triplet: 66, 26 and BB. RGB value is (102,38,187). Sum of RGB (Red+Green+Blue) = 102+38+187=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #6626BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6626BB is #99D944. Grayscale: #494949. Windows color (decimal): -10082629 or 12265062. OLE color: 12265062.
HSL color Cylindrical-coordinate representation of color #6626BB: hue angle of 265.77º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6626BB is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 38 | 187 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.27 |
| HSL | 265.77º | 0.66% | 0.44% | - |
| HSV(B) | 265.77º | 0.8% | 0.73% | - |
| XYZ | 15.14 | 7.8 | 47.72 | - |
| YUV | 74.12 | 191.7 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 187 | 0.45 | 0.80 | 0 | 0.27 | 265.77 | 0.66 | 0.44 |
| Hex | 66 | 26 | BB | 2D | 50 | 0 | 1B | 10A | 42 | 2C |
| Octal | 146 | 46 | 273 | 55 | 120 | 0 | 33 | 412 | 102 | 54 |
| Binary | 1100110 | 100110 | 10111011 | 101101 | 1010000 | 0 | 11011 | 100001010 | 1000010 | 101100 |
Color Harmonies of #6626BB
Complementary color
Monochromatic Colors of #6626BB
Black with #6626BB
Text Example
Text Example
White with #6626BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6626BB; }
p { color: rgb(102,38,187); }
H1.HeaderClassName
{
color: #6626BB;
}
.AnyTagClassName
{
color: #6626BB;
}
</style>
background-color css
<style>
a { background-color: #6626BB; }
a { background-color: rgb(102,38,187); }
div.DivClassName
{
background-color: #6626BB;
}
.BgClassName
{
background-color: #6626BB;
}
</style>
border-color css
<style>
span { border-color: #6626BB; }
span { border-color: rgb(102,38,187); }
td.TdClassName
{
border-color: #6626BB;
}
.TagClassName
{
border-color: #6626BB;
}
</style>