Shades of Purple Heart #6E3CCD
Tints of Purple Heart #6E3CCD
RGB
CMYK
RGB Variations
Color information
#6E3CCD (or 0x6E3CCD) is known color: Purple Heart. HEX triplet: 6E, 3C and CD. RGB value is (110,60,205). Sum of RGB (Red+Green+Blue) = 110+60+205=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E3CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CCD is #91C332. Grayscale: #5A5A5A. Windows color (decimal): -9552691 or 13450350. OLE color: 13450350.
HSL color Cylindrical-coordinate representation of color #6E3CCD: hue angle of 260.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3CCD is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 60 | 205 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.20 |
| HSL | 260.69º | 0.59% | 0.52% | - |
| HSV(B) | 260.69º | 0.71% | 0.8% | - |
| XYZ | 19.07 | 10.95 | 58.87 | - |
| YUV | 91.48 | 192.07 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 205 | 0.46 | 0.71 | 0 | 0.20 | 260.69 | 0.59 | 0.52 |
| Hex | 6E | 3C | CD | 2E | 47 | 0 | 14 | 105 | 3B | 34 |
| Octal | 156 | 74 | 315 | 56 | 107 | 0 | 24 | 405 | 73 | 64 |
| Binary | 1101110 | 111100 | 11001101 | 101110 | 1000111 | 0 | 10100 | 100000101 | 111011 | 110100 |
Color Harmonies of #6E3CCD
Complementary color
Monochromatic Colors of #6E3CCD
Black with #6E3CCD
Text Example
Text Example
White with #6E3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3CCD; }
p { color: rgb(110,60,205); }
H1.HeaderClassName
{
color: #6E3CCD;
}
.AnyTagClassName
{
color: #6E3CCD;
}
</style>
background-color css
<style>
a { background-color: #6E3CCD; }
a { background-color: rgb(110,60,205); }
div.DivClassName
{
background-color: #6E3CCD;
}
.BgClassName
{
background-color: #6E3CCD;
}
</style>
border-color css
<style>
span { border-color: #6E3CCD; }
span { border-color: rgb(110,60,205); }
td.TdClassName
{
border-color: #6E3CCD;
}
.TagClassName
{
border-color: #6E3CCD;
}
</style>