Shades of Purple Heart #6C2BBA
Tints of Purple Heart #6C2BBA
RGB
CMYK
RGB Variations
Color information
#6C2BBA (or 0x6C2BBA) is known color: Purple Heart. HEX triplet: 6C, 2B and BA. RGB value is (108,43,186). Sum of RGB (Red+Green+Blue) = 108+43+186=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C2BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BBA is #93D445. Grayscale: #4E4E4E. Windows color (decimal): -9688134 or 12200812. OLE color: 12200812.
HSL color Cylindrical-coordinate representation of color #6C2BBA: hue angle of 267.27º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C2BBA is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 43 | 186 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.27 |
| HSL | 267.27º | 0.62% | 0.45% | - |
| HSV(B) | 267.27º | 0.77% | 0.73% | - |
| XYZ | 15.91 | 8.46 | 47.25 | - |
| YUV | 78.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 186 | 0.42 | 0.77 | 0 | 0.27 | 267.27 | 0.62 | 0.45 |
| Hex | 6C | 2B | BA | 2A | 4D | 0 | 1B | 10B | 3E | 2D |
| Octal | 154 | 53 | 272 | 52 | 115 | 0 | 33 | 413 | 76 | 55 |
| Binary | 1101100 | 101011 | 10111010 | 101010 | 1001101 | 0 | 11011 | 100001011 | 111110 | 101101 |
Color Harmonies of #6C2BBA
Complementary color
Monochromatic Colors of #6C2BBA
Black with #6C2BBA
Text Example
Text Example
White with #6C2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2BBA; }
p { color: rgb(108,43,186); }
H1.HeaderClassName
{
color: #6C2BBA;
}
.AnyTagClassName
{
color: #6C2BBA;
}
</style>
background-color css
<style>
a { background-color: #6C2BBA; }
a { background-color: rgb(108,43,186); }
div.DivClassName
{
background-color: #6C2BBA;
}
.BgClassName
{
background-color: #6C2BBA;
}
</style>
border-color css
<style>
span { border-color: #6C2BBA; }
span { border-color: rgb(108,43,186); }
td.TdClassName
{
border-color: #6C2BBA;
}
.TagClassName
{
border-color: #6C2BBA;
}
</style>