Shades of Purple Heart #6B2BAE
Tints of Purple Heart #6B2BAE
RGB
CMYK
RGB Variations
Color information
#6B2BAE (or 0x6B2BAE) is known color: Purple Heart. HEX triplet: 6B, 2B and AE. RGB value is (107,43,174). Sum of RGB (Red+Green+Blue) = 107+43+174=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2BAE is #94D451. Grayscale: #4C4C4C. Windows color (decimal): -9753682 or 11414379. OLE color: 11414379.
HSL color Cylindrical-coordinate representation of color #6B2BAE: hue angle of 269.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B2BAE is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 43 | 174 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.32 |
| HSL | 269.31º | 0.6% | 0.43% | - |
| HSV(B) | 269.31º | 0.75% | 0.68% | - |
| XYZ | 14.57 | 7.91 | 40.8 | - |
| YUV | 77.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 174 | 0.39 | 0.75 | 0 | 0.32 | 269.31 | 0.6 | 0.43 |
| Hex | 6B | 2B | AE | 27 | 4B | 0 | 20 | 10D | 3C | 2B |
| Octal | 153 | 53 | 256 | 47 | 113 | 0 | 40 | 415 | 74 | 53 |
| Binary | 1101011 | 101011 | 10101110 | 100111 | 1001011 | 0 | 100000 | 100001101 | 111100 | 101011 |
Color Harmonies of #6B2BAE
Complementary color
Monochromatic Colors of #6B2BAE
Black with #6B2BAE
Text Example
Text Example
White with #6B2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2BAE; }
p { color: rgb(107,43,174); }
H1.HeaderClassName
{
color: #6B2BAE;
}
.AnyTagClassName
{
color: #6B2BAE;
}
</style>
background-color css
<style>
a { background-color: #6B2BAE; }
a { background-color: rgb(107,43,174); }
div.DivClassName
{
background-color: #6B2BAE;
}
.BgClassName
{
background-color: #6B2BAE;
}
</style>
border-color css
<style>
span { border-color: #6B2BAE; }
span { border-color: rgb(107,43,174); }
td.TdClassName
{
border-color: #6B2BAE;
}
.TagClassName
{
border-color: #6B2BAE;
}
</style>