Shades of Purple Heart #6C26D9
Tints of Purple Heart #6C26D9
RGB
CMYK
RGB Variations
Color information
#6C26D9 (or 0x6C26D9) is known color: Purple Heart. HEX triplet: 6C, 26 and D9. RGB value is (108,38,217). Sum of RGB (Red+Green+Blue) = 108+38+217=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 217 (85.16% from 255 or 59.78% from 363); Max value from RGB is 217 - color contains mainly: blue. Hex color #6C26D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C26D9 is #93D926. Grayscale: #4E4E4E. Windows color (decimal): -9689383 or 14231148. OLE color: 14231148.
HSL color Cylindrical-coordinate representation of color #6C26D9: hue angle of 263.46º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C26D9 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 38 | 217 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.15 |
| HSL | 263.46º | 0.7% | 0.5% | - |
| HSV(B) | 263.46º | 0.82% | 0.85% | - |
| XYZ | 19.4 | 9.58 | 66.47 | - |
| YUV | 79.34 | 205.69 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 217 | 0.50 | 0.82 | 0 | 0.15 | 263.46 | 0.7 | 0.5 |
| Hex | 6C | 26 | D9 | 32 | 52 | 0 | F | 107 | 46 | 32 |
| Octal | 154 | 46 | 331 | 62 | 122 | 0 | 17 | 407 | 106 | 62 |
| Binary | 1101100 | 100110 | 11011001 | 110010 | 1010010 | 0 | 1111 | 100000111 | 1000110 | 110010 |
Color Harmonies of #6C26D9
Complementary color
Monochromatic Colors of #6C26D9
Black with #6C26D9
Text Example
Text Example
White with #6C26D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C26D9; }
p { color: rgb(108,38,217); }
H1.HeaderClassName
{
color: #6C26D9;
}
.AnyTagClassName
{
color: #6C26D9;
}
</style>
background-color css
<style>
a { background-color: #6C26D9; }
a { background-color: rgb(108,38,217); }
div.DivClassName
{
background-color: #6C26D9;
}
.BgClassName
{
background-color: #6C26D9;
}
</style>
border-color css
<style>
span { border-color: #6C26D9; }
span { border-color: rgb(108,38,217); }
td.TdClassName
{
border-color: #6C26D9;
}
.TagClassName
{
border-color: #6C26D9;
}
</style>