Shades of Purple Heart #6D1BCB
Tints of Purple Heart #6D1BCB
RGB
CMYK
RGB Variations
Color information
#6D1BCB (or 0x6D1BCB) is known color: Purple Heart. HEX triplet: 6D, 1B and CB. RGB value is (109,27,203). Sum of RGB (Red+Green+Blue) = 109+27+203=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D1BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1BCB is #92E434. Grayscale: #464646. Windows color (decimal): -9626677 or 13310829. OLE color: 13310829.
HSL color Cylindrical-coordinate representation of color #6D1BCB: hue angle of 267.95º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1BCB is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 27 | 203 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.20 |
| HSL | 267.95º | 0.77% | 0.45% | - |
| HSV(B) | 267.95º | 0.87% | 0.8% | - |
| XYZ | 17.48 | 8.35 | 57.19 | - |
| YUV | 71.58 | 202.17 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 203 | 0.46 | 0.87 | 0 | 0.20 | 267.95 | 0.77 | 0.45 |
| Hex | 6D | 1B | CB | 2E | 57 | 0 | 14 | 10C | 4D | 2D |
| Octal | 155 | 33 | 313 | 56 | 127 | 0 | 24 | 414 | 115 | 55 |
| Binary | 1101101 | 11011 | 11001011 | 101110 | 1010111 | 0 | 10100 | 100001100 | 1001101 | 101101 |
Color Harmonies of #6D1BCB
Complementary color
Monochromatic Colors of #6D1BCB
Black with #6D1BCB
Text Example
Text Example
White with #6D1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1BCB; }
p { color: rgb(109,27,203); }
H1.HeaderClassName
{
color: #6D1BCB;
}
.AnyTagClassName
{
color: #6D1BCB;
}
</style>
background-color css
<style>
a { background-color: #6D1BCB; }
a { background-color: rgb(109,27,203); }
div.DivClassName
{
background-color: #6D1BCB;
}
.BgClassName
{
background-color: #6D1BCB;
}
</style>
border-color css
<style>
span { border-color: #6D1BCB; }
span { border-color: rgb(109,27,203); }
td.TdClassName
{
border-color: #6D1BCB;
}
.TagClassName
{
border-color: #6D1BCB;
}
</style>