Shades of Purple Heart #6B2BBC
Tints of Purple Heart #6B2BBC
RGB
CMYK
RGB Variations
Color information
#6B2BBC (or 0x6B2BBC) is known color: Purple Heart. HEX triplet: 6B, 2B and BC. RGB value is (107,43,188). Sum of RGB (Red+Green+Blue) = 107+43+188=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B2BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2BBC is #94D443. Grayscale: #4E4E4E. Windows color (decimal): -9753668 or 12331883. OLE color: 12331883.
HSL color Cylindrical-coordinate representation of color #6B2BBC: hue angle of 266.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B2BBC is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 43 | 188 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.26 |
| HSL | 266.48º | 0.63% | 0.45% | - |
| HSV(B) | 266.48º | 0.77% | 0.74% | - |
| XYZ | 16 | 8.48 | 48.37 | - |
| YUV | 78.67 | 189.7 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 188 | 0.43 | 0.77 | 0 | 0.26 | 266.48 | 0.63 | 0.45 |
| Hex | 6B | 2B | BC | 2B | 4D | 0 | 1A | 10A | 3F | 2D |
| Octal | 153 | 53 | 274 | 53 | 115 | 0 | 32 | 412 | 77 | 55 |
| Binary | 1101011 | 101011 | 10111100 | 101011 | 1001101 | 0 | 11010 | 100001010 | 111111 | 101101 |
Color Harmonies of #6B2BBC
Complementary color
Monochromatic Colors of #6B2BBC
Black with #6B2BBC
Text Example
Text Example
White with #6B2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2BBC; }
p { color: rgb(107,43,188); }
H1.HeaderClassName
{
color: #6B2BBC;
}
.AnyTagClassName
{
color: #6B2BBC;
}
</style>
background-color css
<style>
a { background-color: #6B2BBC; }
a { background-color: rgb(107,43,188); }
div.DivClassName
{
background-color: #6B2BBC;
}
.BgClassName
{
background-color: #6B2BBC;
}
</style>
border-color css
<style>
span { border-color: #6B2BBC; }
span { border-color: rgb(107,43,188); }
td.TdClassName
{
border-color: #6B2BBC;
}
.TagClassName
{
border-color: #6B2BBC;
}
</style>