Shades of Purple Heart #6E32CD
Tints of Purple Heart #6E32CD
RGB
CMYK
RGB Variations
Color information
#6E32CD (or 0x6E32CD) is known color: Purple Heart. HEX triplet: 6E, 32 and CD. RGB value is (110,50,205). Sum of RGB (Red+Green+Blue) = 110+50+205=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E32CD is #91CD32. Grayscale: #555555. Windows color (decimal): -9555251 or 13447790. OLE color: 13447790.
HSL color Cylindrical-coordinate representation of color #6E32CD: hue angle of 263.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E32CD is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 50 | 205 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.20 |
| HSL | 263.23º | 0.61% | 0.5% | - |
| HSV(B) | 263.23º | 0.76% | 0.8% | - |
| XYZ | 18.59 | 10 | 58.71 | - |
| YUV | 85.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 205 | 0.46 | 0.76 | 0 | 0.20 | 263.23 | 0.61 | 0.5 |
| Hex | 6E | 32 | CD | 2E | 4C | 0 | 14 | 107 | 3D | 32 |
| Octal | 156 | 62 | 315 | 56 | 114 | 0 | 24 | 407 | 75 | 62 |
| Binary | 1101110 | 110010 | 11001101 | 101110 | 1001100 | 0 | 10100 | 100000111 | 111101 | 110010 |
Color Harmonies of #6E32CD
Complementary color
Monochromatic Colors of #6E32CD
Black with #6E32CD
Text Example
Text Example
White with #6E32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E32CD; }
p { color: rgb(110,50,205); }
H1.HeaderClassName
{
color: #6E32CD;
}
.AnyTagClassName
{
color: #6E32CD;
}
</style>
background-color css
<style>
a { background-color: #6E32CD; }
a { background-color: rgb(110,50,205); }
div.DivClassName
{
background-color: #6E32CD;
}
.BgClassName
{
background-color: #6E32CD;
}
</style>
border-color css
<style>
span { border-color: #6E32CD; }
span { border-color: rgb(110,50,205); }
td.TdClassName
{
border-color: #6E32CD;
}
.TagClassName
{
border-color: #6E32CD;
}
</style>