Shades of Purple Heart #6B2CDC
Tints of Purple Heart #6B2CDC
RGB
CMYK
RGB Variations
Color information
#6B2CDC (or 0x6B2CDC) is known color: Purple Heart. HEX triplet: 6B, 2C and DC. RGB value is (107,44,220). Sum of RGB (Red+Green+Blue) = 107+44+220=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B2CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2CDC is #94D323. Grayscale: #525252. Windows color (decimal): -9753380 or 14429291. OLE color: 14429291.
HSL color Cylindrical-coordinate representation of color #6B2CDC: hue angle of 261.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B2CDC is Cyan = 0.51, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 44 | 220 | - |
| CMYK | 0.51 | 0.8 | 0 | 0.14 |
| HSL | 261.48º | 0.72% | 0.52% | - |
| HSV(B) | 261.48º | 0.8% | 0.86% | - |
| XYZ | 19.88 | 10.09 | 68.61 | - |
| YUV | 82.9 | 205.37 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 220 | 0.51 | 0.8 | 0 | 0.14 | 261.48 | 0.72 | 0.52 |
| Hex | 6B | 2C | DC | 33 | 50 | 0 | E | 105 | 48 | 34 |
| Octal | 153 | 54 | 334 | 63 | 120 | 0 | 16 | 405 | 110 | 64 |
| Binary | 1101011 | 101100 | 11011100 | 110011 | 1010000 | 0 | 1110 | 100000101 | 1001000 | 110100 |
Color Harmonies of #6B2CDC
Complementary color
Monochromatic Colors of #6B2CDC
Black with #6B2CDC
Text Example
Text Example
White with #6B2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CDC; }
p { color: rgb(107,44,220); }
H1.HeaderClassName
{
color: #6B2CDC;
}
.AnyTagClassName
{
color: #6B2CDC;
}
</style>
background-color css
<style>
a { background-color: #6B2CDC; }
a { background-color: rgb(107,44,220); }
div.DivClassName
{
background-color: #6B2CDC;
}
.BgClassName
{
background-color: #6B2CDC;
}
</style>
border-color css
<style>
span { border-color: #6B2CDC; }
span { border-color: rgb(107,44,220); }
td.TdClassName
{
border-color: #6B2CDC;
}
.TagClassName
{
border-color: #6B2CDC;
}
</style>