Shades of Purple Heart #6B3ABB
Tints of Purple Heart #6B3ABB
RGB
CMYK
RGB Variations
Color information
#6B3ABB (or 0x6B3ABB) is known color: Purple Heart. HEX triplet: 6B, 3A and BB. RGB value is (107,58,187). Sum of RGB (Red+Green+Blue) = 107+58+187=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B3ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3ABB is #94C544. Grayscale: #565656. Windows color (decimal): -9749829 or 12270187. OLE color: 12270187.
HSL color Cylindrical-coordinate representation of color #6B3ABB: hue angle of 262.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B3ABB is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 58 | 187 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.27 |
| HSL | 262.79º | 0.53% | 0.48% | - |
| HSV(B) | 262.79º | 0.69% | 0.73% | - |
| XYZ | 16.55 | 9.74 | 48.02 | - |
| YUV | 87.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 187 | 0.43 | 0.69 | 0 | 0.27 | 262.79 | 0.53 | 0.48 |
| Hex | 6B | 3A | BB | 2B | 45 | 0 | 1B | 107 | 35 | 30 |
| Octal | 153 | 72 | 273 | 53 | 105 | 0 | 33 | 407 | 65 | 60 |
| Binary | 1101011 | 111010 | 10111011 | 101011 | 1000101 | 0 | 11011 | 100000111 | 110101 | 110000 |
Color Harmonies of #6B3ABB
Complementary color
Monochromatic Colors of #6B3ABB
Black with #6B3ABB
Text Example
Text Example
White with #6B3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3ABB; }
p { color: rgb(107,58,187); }
H1.HeaderClassName
{
color: #6B3ABB;
}
.AnyTagClassName
{
color: #6B3ABB;
}
</style>
background-color css
<style>
a { background-color: #6B3ABB; }
a { background-color: rgb(107,58,187); }
div.DivClassName
{
background-color: #6B3ABB;
}
.BgClassName
{
background-color: #6B3ABB;
}
</style>
border-color css
<style>
span { border-color: #6B3ABB; }
span { border-color: rgb(107,58,187); }
td.TdClassName
{
border-color: #6B3ABB;
}
.TagClassName
{
border-color: #6B3ABB;
}
</style>