Shades of Purple Heart #6C2DDE
Tints of Purple Heart #6C2DDE
RGB
CMYK
RGB Variations
Color information
#6C2DDE (or 0x6C2DDE) is known color: Purple Heart. HEX triplet: 6C, 2D and DE. RGB value is (108,45,222). Sum of RGB (Red+Green+Blue) = 108+45+222=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C2DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2DDE is #93D221. Grayscale: #535353. Windows color (decimal): -9687586 or 14560620. OLE color: 14560620.
HSL color Cylindrical-coordinate representation of color #6C2DDE: hue angle of 261.36º 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 #6C2DDE is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 45 | 222 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.13 |
| HSL | 261.36º | 0.73% | 0.52% | - |
| HSV(B) | 261.36º | 0.8% | 0.87% | - |
| XYZ | 20.31 | 10.34 | 70.03 | - |
| YUV | 84.02 | 205.87 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 222 | 0.51 | 0.80 | 0 | 0.13 | 261.36 | 0.73 | 0.52 |
| Hex | 6C | 2D | DE | 33 | 50 | 0 | D | 105 | 49 | 34 |
| Octal | 154 | 55 | 336 | 63 | 120 | 0 | 15 | 405 | 111 | 64 |
| Binary | 1101100 | 101101 | 11011110 | 110011 | 1010000 | 0 | 1101 | 100000101 | 1001001 | 110100 |
Color Harmonies of #6C2DDE
Complementary color
Monochromatic Colors of #6C2DDE
Black with #6C2DDE
Text Example
Text Example
White with #6C2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2DDE; }
p { color: rgb(108,45,222); }
H1.HeaderClassName
{
color: #6C2DDE;
}
.AnyTagClassName
{
color: #6C2DDE;
}
</style>
background-color css
<style>
a { background-color: #6C2DDE; }
a { background-color: rgb(108,45,222); }
div.DivClassName
{
background-color: #6C2DDE;
}
.BgClassName
{
background-color: #6C2DDE;
}
</style>
border-color css
<style>
span { border-color: #6C2DDE; }
span { border-color: rgb(108,45,222); }
td.TdClassName
{
border-color: #6C2DDE;
}
.TagClassName
{
border-color: #6C2DDE;
}
</style>