Shades of Purple Heart #6B2BAD
Tints of Purple Heart #6B2BAD
RGB
CMYK
RGB Variations
Color information
#6B2BAD (or 0x6B2BAD) is known color: Purple Heart. HEX triplet: 6B, 2B and AD. RGB value is (107,43,173). Sum of RGB (Red+Green+Blue) = 107+43+173=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2BAD is #94D452. Grayscale: #4C4C4C. Windows color (decimal): -9753683 or 11348843. OLE color: 11348843.
HSL color Cylindrical-coordinate representation of color #6B2BAD: hue angle of 269.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B2BAD is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 43 | 173 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.32 |
| HSL | 269.54º | 0.6% | 0.42% | - |
| HSV(B) | 269.54º | 0.75% | 0.68% | - |
| XYZ | 14.47 | 7.87 | 40.29 | - |
| YUV | 76.96 | 182.2 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 173 | 0.38 | 0.75 | 0 | 0.32 | 269.54 | 0.6 | 0.42 |
| Hex | 6B | 2B | AD | 26 | 4B | 0 | 20 | 10E | 3C | 2A |
| Octal | 153 | 53 | 255 | 46 | 113 | 0 | 40 | 416 | 74 | 52 |
| Binary | 1101011 | 101011 | 10101101 | 100110 | 1001011 | 0 | 100000 | 100001110 | 111100 | 101010 |
Color Harmonies of #6B2BAD
Complementary color
Monochromatic Colors of #6B2BAD
Black with #6B2BAD
Text Example
Text Example
White with #6B2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2BAD; }
p { color: rgb(107,43,173); }
H1.HeaderClassName
{
color: #6B2BAD;
}
.AnyTagClassName
{
color: #6B2BAD;
}
</style>
background-color css
<style>
a { background-color: #6B2BAD; }
a { background-color: rgb(107,43,173); }
div.DivClassName
{
background-color: #6B2BAD;
}
.BgClassName
{
background-color: #6B2BAD;
}
</style>
border-color css
<style>
span { border-color: #6B2BAD; }
span { border-color: rgb(107,43,173); }
td.TdClassName
{
border-color: #6B2BAD;
}
.TagClassName
{
border-color: #6B2BAD;
}
</style>