Shades of Purple Heart #6E26D6
Tints of Purple Heart #6E26D6
RGB
CMYK
RGB Variations
Color information
#6E26D6 (or 0x6E26D6) is known color: Purple Heart. HEX triplet: 6E, 26 and D6. RGB value is (110,38,214). Sum of RGB (Red+Green+Blue) = 110+38+214=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 214 (83.98% from 255 or 59.12% from 362); Max value from RGB is 214 - color contains mainly: blue. Hex color #6E26D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E26D6 is #91D929. Grayscale: #4E4E4E. Windows color (decimal): -9558314 or 14034542. OLE color: 14034542.
HSL color Cylindrical-coordinate representation of color #6E26D6: hue angle of 264.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E26D6 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 38 | 214 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.16 |
| HSL | 264.55º | 0.7% | 0.49% | - |
| HSV(B) | 264.55º | 0.82% | 0.84% | - |
| XYZ | 19.26 | 9.56 | 64.45 | - |
| YUV | 79.59 | 203.85 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 214 | 0.49 | 0.82 | 0 | 0.16 | 264.55 | 0.7 | 0.49 |
| Hex | 6E | 26 | D6 | 31 | 52 | 0 | 10 | 109 | 46 | 31 |
| Octal | 156 | 46 | 326 | 61 | 122 | 0 | 20 | 411 | 106 | 61 |
| Binary | 1101110 | 100110 | 11010110 | 110001 | 1010010 | 0 | 10000 | 100001001 | 1000110 | 110001 |
Color Harmonies of #6E26D6
Complementary color
Monochromatic Colors of #6E26D6
Black with #6E26D6
Text Example
Text Example
White with #6E26D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E26D6; }
p { color: rgb(110,38,214); }
H1.HeaderClassName
{
color: #6E26D6;
}
.AnyTagClassName
{
color: #6E26D6;
}
</style>
background-color css
<style>
a { background-color: #6E26D6; }
a { background-color: rgb(110,38,214); }
div.DivClassName
{
background-color: #6E26D6;
}
.BgClassName
{
background-color: #6E26D6;
}
</style>
border-color css
<style>
span { border-color: #6E26D6; }
span { border-color: rgb(110,38,214); }
td.TdClassName
{
border-color: #6E26D6;
}
.TagClassName
{
border-color: #6E26D6;
}
</style>