Shades of Purple Heart #6B40B6
Tints of Purple Heart #6B40B6
RGB
CMYK
RGB Variations
Color information
#6B40B6 (or 0x6B40B6) is known color: Purple Heart. HEX triplet: 6B, 40 and B6. RGB value is (107,64,182). Sum of RGB (Red+Green+Blue) = 107+64+182=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #6B40B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B40B6 is #94BF49. Grayscale: #595959. Windows color (decimal): -9748298 or 11944043. OLE color: 11944043.
HSL color Cylindrical-coordinate representation of color #6B40B6: hue angle of 261.86º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B40B6 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 64 | 182 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.29 |
| HSL | 261.86º | 0.48% | 0.48% | - |
| HSV(B) | 261.86º | 0.65% | 0.71% | - |
| XYZ | 16.34 | 10.17 | 45.36 | - |
| YUV | 90.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 182 | 0.41 | 0.65 | 0 | 0.29 | 261.86 | 0.48 | 0.48 |
| Hex | 6B | 40 | B6 | 29 | 41 | 0 | 1D | 106 | 30 | 30 |
| Octal | 153 | 100 | 266 | 51 | 101 | 0 | 35 | 406 | 60 | 60 |
| Binary | 1101011 | 1000000 | 10110110 | 101001 | 1000001 | 0 | 11101 | 100000110 | 110000 | 110000 |
Color Harmonies of #6B40B6
Complementary color
Monochromatic Colors of #6B40B6
Black with #6B40B6
Text Example
Text Example
White with #6B40B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B40B6; }
p { color: rgb(107,64,182); }
H1.HeaderClassName
{
color: #6B40B6;
}
.AnyTagClassName
{
color: #6B40B6;
}
</style>
background-color css
<style>
a { background-color: #6B40B6; }
a { background-color: rgb(107,64,182); }
div.DivClassName
{
background-color: #6B40B6;
}
.BgClassName
{
background-color: #6B40B6;
}
</style>
border-color css
<style>
span { border-color: #6B40B6; }
span { border-color: rgb(107,64,182); }
td.TdClassName
{
border-color: #6B40B6;
}
.TagClassName
{
border-color: #6B40B6;
}
</style>