Shades of Purple Heart #6C26BA
Tints of Purple Heart #6C26BA
RGB
CMYK
RGB Variations
Color information
#6C26BA (or 0x6C26BA) is known color: Purple Heart. HEX triplet: 6C, 26 and BA. RGB value is (108,38,186). Sum of RGB (Red+Green+Blue) = 108+38+186=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C26BA is #93D945. Grayscale: #4B4B4B. Windows color (decimal): -9689414 or 12199532. OLE color: 12199532.
HSL color Cylindrical-coordinate representation of color #6C26BA: hue angle of 268.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 #6C26BA is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 38 | 186 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.27 |
| HSL | 268.38º | 0.66% | 0.44% | - |
| HSV(B) | 268.38º | 0.8% | 0.73% | - |
| XYZ | 15.74 | 8.12 | 47.19 | - |
| YUV | 75.8 | 190.19 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 186 | 0.42 | 0.80 | 0 | 0.27 | 268.38 | 0.66 | 0.44 |
| Hex | 6C | 26 | BA | 2A | 50 | 0 | 1B | 10C | 42 | 2C |
| Octal | 154 | 46 | 272 | 52 | 120 | 0 | 33 | 414 | 102 | 54 |
| Binary | 1101100 | 100110 | 10111010 | 101010 | 1010000 | 0 | 11011 | 100001100 | 1000010 | 101100 |
Color Harmonies of #6C26BA
Complementary color
Monochromatic Colors of #6C26BA
Black with #6C26BA
Text Example
Text Example
White with #6C26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C26BA; }
p { color: rgb(108,38,186); }
H1.HeaderClassName
{
color: #6C26BA;
}
.AnyTagClassName
{
color: #6C26BA;
}
</style>
background-color css
<style>
a { background-color: #6C26BA; }
a { background-color: rgb(108,38,186); }
div.DivClassName
{
background-color: #6C26BA;
}
.BgClassName
{
background-color: #6C26BA;
}
</style>
border-color css
<style>
span { border-color: #6C26BA; }
span { border-color: rgb(108,38,186); }
td.TdClassName
{
border-color: #6C26BA;
}
.TagClassName
{
border-color: #6C26BA;
}
</style>