Shades of Purple Heart #6B1BC0
Tints of Purple Heart #6B1BC0
RGB
CMYK
RGB Variations
Color information
#6B1BC0 (or 0x6B1BC0) is known color: Purple Heart. HEX triplet: 6B, 1B and C0. RGB value is (107,27,192). Sum of RGB (Red+Green+Blue) = 107+27+192=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #6B1BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1BC0 is #94E43F. Grayscale: #454545. Windows color (decimal): -9757760 or 12589931. OLE color: 12589931.
HSL color Cylindrical-coordinate representation of color #6B1BC0: hue angle of 269.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B1BC0 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 27 | 192 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.25 |
| HSL | 269.09º | 0.75% | 0.43% | - |
| HSV(B) | 269.09º | 0.86% | 0.75% | - |
| XYZ | 15.97 | 7.72 | 50.52 | - |
| YUV | 69.73 | 197 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 27 | 192 | 0.44 | 0.86 | 0 | 0.25 | 269.09 | 0.75 | 0.43 |
| Hex | 6B | 1B | C0 | 2C | 56 | 0 | 19 | 10D | 4B | 2B |
| Octal | 153 | 33 | 300 | 54 | 126 | 0 | 31 | 415 | 113 | 53 |
| Binary | 1101011 | 11011 | 11000000 | 101100 | 1010110 | 0 | 11001 | 100001101 | 1001011 | 101011 |
Color Harmonies of #6B1BC0
Complementary color
Monochromatic Colors of #6B1BC0
Black with #6B1BC0
Text Example
Text Example
White with #6B1BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1BC0; }
p { color: rgb(107,27,192); }
H1.HeaderClassName
{
color: #6B1BC0;
}
.AnyTagClassName
{
color: #6B1BC0;
}
</style>
background-color css
<style>
a { background-color: #6B1BC0; }
a { background-color: rgb(107,27,192); }
div.DivClassName
{
background-color: #6B1BC0;
}
.BgClassName
{
background-color: #6B1BC0;
}
</style>
border-color css
<style>
span { border-color: #6B1BC0; }
span { border-color: rgb(107,27,192); }
td.TdClassName
{
border-color: #6B1BC0;
}
.TagClassName
{
border-color: #6B1BC0;
}
</style>