Shades of Purple Heart #6D1CBC
Tints of Purple Heart #6D1CBC
RGB
CMYK
RGB Variations
Color information
#6D1CBC (or 0x6D1CBC) is known color: Purple Heart. HEX triplet: 6D, 1C and BC. RGB value is (109,28,188). Sum of RGB (Red+Green+Blue) = 109+28+188=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D1CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1CBC is #92E343. Grayscale: #454545. Windows color (decimal): -9626436 or 12328045. OLE color: 12328045.
HSL color Cylindrical-coordinate representation of color #6D1CBC: hue angle of 270.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1CBC is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 28 | 188 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.26 |
| HSL | 270.38º | 0.74% | 0.42% | - |
| HSV(B) | 270.38º | 0.85% | 0.74% | - |
| XYZ | 15.8 | 7.71 | 48.23 | - |
| YUV | 70.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 188 | 0.42 | 0.85 | 0 | 0.26 | 270.38 | 0.74 | 0.42 |
| Hex | 6D | 1C | BC | 2A | 55 | 0 | 1A | 10E | 4A | 2A |
| Octal | 155 | 34 | 274 | 52 | 125 | 0 | 32 | 416 | 112 | 52 |
| Binary | 1101101 | 11100 | 10111100 | 101010 | 1010101 | 0 | 11010 | 100001110 | 1001010 | 101010 |
Color Harmonies of #6D1CBC
Complementary color
Monochromatic Colors of #6D1CBC
Black with #6D1CBC
Text Example
Text Example
White with #6D1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1CBC; }
p { color: rgb(109,28,188); }
H1.HeaderClassName
{
color: #6D1CBC;
}
.AnyTagClassName
{
color: #6D1CBC;
}
</style>
background-color css
<style>
a { background-color: #6D1CBC; }
a { background-color: rgb(109,28,188); }
div.DivClassName
{
background-color: #6D1CBC;
}
.BgClassName
{
background-color: #6D1CBC;
}
</style>
border-color css
<style>
span { border-color: #6D1CBC; }
span { border-color: rgb(109,28,188); }
td.TdClassName
{
border-color: #6D1CBC;
}
.TagClassName
{
border-color: #6D1CBC;
}
</style>