Shades of Purple Heart #6C2ECD
Tints of Purple Heart #6C2ECD
RGB
CMYK
RGB Variations
Color information
#6C2ECD (or 0x6C2ECD) is known color: Purple Heart. HEX triplet: 6C, 2E and CD. RGB value is (108,46,205). Sum of RGB (Red+Green+Blue) = 108+46+205=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C2ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2ECD is #93D132. Grayscale: #525252. Windows color (decimal): -9687347 or 13446764. OLE color: 13446764.
HSL color Cylindrical-coordinate representation of color #6C2ECD: hue angle of 263.4º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C2ECD is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 46 | 205 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.20 |
| HSL | 263.4º | 0.63% | 0.49% | - |
| HSV(B) | 263.4º | 0.78% | 0.8% | - |
| XYZ | 18.18 | 9.55 | 58.64 | - |
| YUV | 82.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 46 | 205 | 0.47 | 0.78 | 0 | 0.20 | 263.4 | 0.63 | 0.49 |
| Hex | 6C | 2E | CD | 2F | 4E | 0 | 14 | 107 | 3F | 31 |
| Octal | 154 | 56 | 315 | 57 | 116 | 0 | 24 | 407 | 77 | 61 |
| Binary | 1101100 | 101110 | 11001101 | 101111 | 1001110 | 0 | 10100 | 100000111 | 111111 | 110001 |
Color Harmonies of #6C2ECD
Complementary color
Monochromatic Colors of #6C2ECD
Black with #6C2ECD
Text Example
Text Example
White with #6C2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2ECD; }
p { color: rgb(108,46,205); }
H1.HeaderClassName
{
color: #6C2ECD;
}
.AnyTagClassName
{
color: #6C2ECD;
}
</style>
background-color css
<style>
a { background-color: #6C2ECD; }
a { background-color: rgb(108,46,205); }
div.DivClassName
{
background-color: #6C2ECD;
}
.BgClassName
{
background-color: #6C2ECD;
}
</style>
border-color css
<style>
span { border-color: #6C2ECD; }
span { border-color: rgb(108,46,205); }
td.TdClassName
{
border-color: #6C2ECD;
}
.TagClassName
{
border-color: #6C2ECD;
}
</style>