Shades of Purple Heart #6D15CB
Tints of Purple Heart #6D15CB
RGB
CMYK
RGB Variations
Color information
#6D15CB (or 0x6D15CB) is known color: Purple Heart. HEX triplet: 6D, 15 and CB. RGB value is (109,21,203). Sum of RGB (Red+Green+Blue) = 109+21+203=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D15CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D15CB is #92EA34. Grayscale: #434343. Windows color (decimal): -9628213 or 13309293. OLE color: 13309293.
HSL color Cylindrical-coordinate representation of color #6D15CB: hue angle of 269.01º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D15CB is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 21 | 203 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.20 |
| HSL | 269.01º | 0.81% | 0.44% | - |
| HSV(B) | 269.01º | 0.9% | 0.8% | - |
| XYZ | 17.35 | 8.1 | 57.15 | - |
| YUV | 68.06 | 204.15 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 203 | 0.46 | 0.90 | 0 | 0.20 | 269.01 | 0.81 | 0.44 |
| Hex | 6D | 15 | CB | 2E | 5A | 0 | 14 | 10D | 51 | 2C |
| Octal | 155 | 25 | 313 | 56 | 132 | 0 | 24 | 415 | 121 | 54 |
| Binary | 1101101 | 10101 | 11001011 | 101110 | 1011010 | 0 | 10100 | 100001101 | 1010001 | 101100 |
Color Harmonies of #6D15CB
Complementary color
Monochromatic Colors of #6D15CB
Black with #6D15CB
Text Example
Text Example
White with #6D15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D15CB; }
p { color: rgb(109,21,203); }
H1.HeaderClassName
{
color: #6D15CB;
}
.AnyTagClassName
{
color: #6D15CB;
}
</style>
background-color css
<style>
a { background-color: #6D15CB; }
a { background-color: rgb(109,21,203); }
div.DivClassName
{
background-color: #6D15CB;
}
.BgClassName
{
background-color: #6D15CB;
}
</style>
border-color css
<style>
span { border-color: #6D15CB; }
span { border-color: rgb(109,21,203); }
td.TdClassName
{
border-color: #6D15CB;
}
.TagClassName
{
border-color: #6D15CB;
}
</style>