Shades of Purple Heart #6B2BDC
Tints of Purple Heart #6B2BDC
RGB
CMYK
RGB Variations
Color information
#6B2BDC (or 0x6B2BDC) is known color: Purple Heart. HEX triplet: 6B, 2B and DC. RGB value is (107,43,220). Sum of RGB (Red+Green+Blue) = 107+43+220=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B2BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2BDC is #94D423. Grayscale: #515151. Windows color (decimal): -9753636 or 14429035. OLE color: 14429035.
HSL color Cylindrical-coordinate representation of color #6B2BDC: hue angle of 261.69º 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 #6B2BDC is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 43 | 220 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.14 |
| HSL | 261.69º | 0.72% | 0.52% | - |
| HSV(B) | 261.69º | 0.8% | 0.86% | - |
| XYZ | 19.85 | 10.02 | 68.6 | - |
| YUV | 82.31 | 205.7 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 220 | 0.51 | 0.80 | 0 | 0.14 | 261.69 | 0.72 | 0.52 |
| Hex | 6B | 2B | DC | 33 | 50 | 0 | E | 106 | 48 | 34 |
| Octal | 153 | 53 | 334 | 63 | 120 | 0 | 16 | 406 | 110 | 64 |
| Binary | 1101011 | 101011 | 11011100 | 110011 | 1010000 | 0 | 1110 | 100000110 | 1001000 | 110100 |
Color Harmonies of #6B2BDC
Complementary color
Monochromatic Colors of #6B2BDC
Black with #6B2BDC
Text Example
Text Example
White with #6B2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2BDC; }
p { color: rgb(107,43,220); }
H1.HeaderClassName
{
color: #6B2BDC;
}
.AnyTagClassName
{
color: #6B2BDC;
}
</style>
background-color css
<style>
a { background-color: #6B2BDC; }
a { background-color: rgb(107,43,220); }
div.DivClassName
{
background-color: #6B2BDC;
}
.BgClassName
{
background-color: #6B2BDC;
}
</style>
border-color css
<style>
span { border-color: #6B2BDC; }
span { border-color: rgb(107,43,220); }
td.TdClassName
{
border-color: #6B2BDC;
}
.TagClassName
{
border-color: #6B2BDC;
}
</style>