Shades of Purple Heart #6C1CBF
Tints of Purple Heart #6C1CBF
RGB
CMYK
RGB Variations
Color information
#6C1CBF (or 0x6C1CBF) is known color: Purple Heart. HEX triplet: 6C, 1C and BF. RGB value is (108,28,191). Sum of RGB (Red+Green+Blue) = 108+28+191=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C1CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1CBF is #93E340. Grayscale: #454545. Windows color (decimal): -9691969 or 12524652. OLE color: 12524652.
HSL color Cylindrical-coordinate representation of color #6C1CBF: hue angle of 269.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1CBF is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 28 | 191 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.25 |
| HSL | 269.45º | 0.74% | 0.43% | - |
| HSV(B) | 269.45º | 0.85% | 0.75% | - |
| XYZ | 16 | 7.78 | 49.95 | - |
| YUV | 70.5 | 196 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 28 | 191 | 0.43 | 0.85 | 0 | 0.25 | 269.45 | 0.74 | 0.43 |
| Hex | 6C | 1C | BF | 2B | 55 | 0 | 19 | 10D | 4A | 2B |
| Octal | 154 | 34 | 277 | 53 | 125 | 0 | 31 | 415 | 112 | 53 |
| Binary | 1101100 | 11100 | 10111111 | 101011 | 1010101 | 0 | 11001 | 100001101 | 1001010 | 101011 |
Color Harmonies of #6C1CBF
Complementary color
Monochromatic Colors of #6C1CBF
Black with #6C1CBF
Text Example
Text Example
White with #6C1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1CBF; }
p { color: rgb(108,28,191); }
H1.HeaderClassName
{
color: #6C1CBF;
}
.AnyTagClassName
{
color: #6C1CBF;
}
</style>
background-color css
<style>
a { background-color: #6C1CBF; }
a { background-color: rgb(108,28,191); }
div.DivClassName
{
background-color: #6C1CBF;
}
.BgClassName
{
background-color: #6C1CBF;
}
</style>
border-color css
<style>
span { border-color: #6C1CBF; }
span { border-color: rgb(108,28,191); }
td.TdClassName
{
border-color: #6C1CBF;
}
.TagClassName
{
border-color: #6C1CBF;
}
</style>