Shades of Purple Heart #6C2CDE
Tints of Purple Heart #6C2CDE
RGB
CMYK
RGB Variations
Color information
#6C2CDE (or 0x6C2CDE) is known color: Purple Heart. HEX triplet: 6C, 2C and DE. RGB value is (108,44,222). Sum of RGB (Red+Green+Blue) = 108+44+222=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2CDE is #93D321. Grayscale: #525252. Windows color (decimal): -9687842 or 14560364. OLE color: 14560364.
HSL color Cylindrical-coordinate representation of color #6C2CDE: hue angle of 261.57º 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 #6C2CDE is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 44 | 222 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.13 |
| HSL | 261.57º | 0.73% | 0.52% | - |
| HSV(B) | 261.57º | 0.8% | 0.87% | - |
| XYZ | 20.27 | 10.26 | 70.02 | - |
| YUV | 83.43 | 206.2 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 222 | 0.51 | 0.80 | 0 | 0.13 | 261.57 | 0.73 | 0.52 |
| Hex | 6C | 2C | DE | 33 | 50 | 0 | D | 106 | 49 | 34 |
| Octal | 154 | 54 | 336 | 63 | 120 | 0 | 15 | 406 | 111 | 64 |
| Binary | 1101100 | 101100 | 11011110 | 110011 | 1010000 | 0 | 1101 | 100000110 | 1001001 | 110100 |
Color Harmonies of #6C2CDE
Complementary color
Monochromatic Colors of #6C2CDE
Black with #6C2CDE
Text Example
Text Example
White with #6C2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2CDE; }
p { color: rgb(108,44,222); }
H1.HeaderClassName
{
color: #6C2CDE;
}
.AnyTagClassName
{
color: #6C2CDE;
}
</style>
background-color css
<style>
a { background-color: #6C2CDE; }
a { background-color: rgb(108,44,222); }
div.DivClassName
{
background-color: #6C2CDE;
}
.BgClassName
{
background-color: #6C2CDE;
}
</style>
border-color css
<style>
span { border-color: #6C2CDE; }
span { border-color: rgb(108,44,222); }
td.TdClassName
{
border-color: #6C2CDE;
}
.TagClassName
{
border-color: #6C2CDE;
}
</style>