Shades of Purple Heart #6A26BB
Tints of Purple Heart #6A26BB
RGB
CMYK
RGB Variations
Color information
#6A26BB (or 0x6A26BB) is known color: Purple Heart. HEX triplet: 6A, 26 and BB. RGB value is (106,38,187). Sum of RGB (Red+Green+Blue) = 106+38+187=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A26BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A26BB is #95D944. Grayscale: #4A4A4A. Windows color (decimal): -9820485 or 12265066. OLE color: 12265066.
HSL color Cylindrical-coordinate representation of color #6A26BB: hue angle of 267.38º 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 #6A26BB is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 38 | 187 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.27 |
| HSL | 267.38º | 0.66% | 0.44% | - |
| HSV(B) | 267.38º | 0.8% | 0.73% | - |
| XYZ | 15.61 | 8.04 | 47.74 | - |
| YUV | 75.32 | 191.03 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 38 | 187 | 0.43 | 0.80 | 0 | 0.27 | 267.38 | 0.66 | 0.44 |
| Hex | 6A | 26 | BB | 2B | 50 | 0 | 1B | 10B | 42 | 2C |
| Octal | 152 | 46 | 273 | 53 | 120 | 0 | 33 | 413 | 102 | 54 |
| Binary | 1101010 | 100110 | 10111011 | 101011 | 1010000 | 0 | 11011 | 100001011 | 1000010 | 101100 |
Color Harmonies of #6A26BB
Complementary color
Monochromatic Colors of #6A26BB
Black with #6A26BB
Text Example
Text Example
White with #6A26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A26BB; }
p { color: rgb(106,38,187); }
H1.HeaderClassName
{
color: #6A26BB;
}
.AnyTagClassName
{
color: #6A26BB;
}
</style>
background-color css
<style>
a { background-color: #6A26BB; }
a { background-color: rgb(106,38,187); }
div.DivClassName
{
background-color: #6A26BB;
}
.BgClassName
{
background-color: #6A26BB;
}
</style>
border-color css
<style>
span { border-color: #6A26BB; }
span { border-color: rgb(106,38,187); }
td.TdClassName
{
border-color: #6A26BB;
}
.TagClassName
{
border-color: #6A26BB;
}
</style>