Shades of Purple Heart #6B2CDE
Tints of Purple Heart #6B2CDE
RGB
CMYK
RGB Variations
Color information
#6B2CDE (or 0x6B2CDE) is known color: Purple Heart. HEX triplet: 6B, 2C and DE. RGB value is (107,44,222). Sum of RGB (Red+Green+Blue) = 107+44+222=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2CDE is #94D321. Grayscale: #525252. Windows color (decimal): -9753378 or 14560363. OLE color: 14560363.
HSL color Cylindrical-coordinate representation of color #6B2CDE: hue angle of 261.24º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B2CDE is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 44 | 222 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.13 |
| HSL | 261.24º | 0.73% | 0.52% | - |
| HSV(B) | 261.24º | 0.8% | 0.87% | - |
| XYZ | 20.15 | 10.2 | 70.01 | - |
| YUV | 83.13 | 206.37 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 222 | 0.52 | 0.80 | 0 | 0.13 | 261.24 | 0.73 | 0.52 |
| Hex | 6B | 2C | DE | 34 | 50 | 0 | D | 105 | 49 | 34 |
| Octal | 153 | 54 | 336 | 64 | 120 | 0 | 15 | 405 | 111 | 64 |
| Binary | 1101011 | 101100 | 11011110 | 110100 | 1010000 | 0 | 1101 | 100000101 | 1001001 | 110100 |
Color Harmonies of #6B2CDE
Complementary color
Monochromatic Colors of #6B2CDE
Black with #6B2CDE
Text Example
Text Example
White with #6B2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CDE; }
p { color: rgb(107,44,222); }
H1.HeaderClassName
{
color: #6B2CDE;
}
.AnyTagClassName
{
color: #6B2CDE;
}
</style>
background-color css
<style>
a { background-color: #6B2CDE; }
a { background-color: rgb(107,44,222); }
div.DivClassName
{
background-color: #6B2CDE;
}
.BgClassName
{
background-color: #6B2CDE;
}
</style>
border-color css
<style>
span { border-color: #6B2CDE; }
span { border-color: rgb(107,44,222); }
td.TdClassName
{
border-color: #6B2CDE;
}
.TagClassName
{
border-color: #6B2CDE;
}
</style>