Shades of Purple Heart #6E32CF
Tints of Purple Heart #6E32CF
RGB
CMYK
RGB Variations
Color information
#6E32CF (or 0x6E32CF) is known color: Purple Heart. HEX triplet: 6E, 32 and CF. RGB value is (110,50,207). Sum of RGB (Red+Green+Blue) = 110+50+207=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E32CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E32CF is #91CD30. Grayscale: #555555. Windows color (decimal): -9555249 or 13578862. OLE color: 13578862.
HSL color Cylindrical-coordinate representation of color #6E32CF: hue angle of 262.93º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E32CF is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 50 | 207 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.19 |
| HSL | 262.93º | 0.62% | 0.5% | - |
| HSV(B) | 262.93º | 0.76% | 0.81% | - |
| XYZ | 18.83 | 10.1 | 59.99 | - |
| YUV | 85.84 | 196.38 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 207 | 0.47 | 0.76 | 0 | 0.19 | 262.93 | 0.62 | 0.5 |
| Hex | 6E | 32 | CF | 2F | 4C | 0 | 13 | 107 | 3E | 32 |
| Octal | 156 | 62 | 317 | 57 | 114 | 0 | 23 | 407 | 76 | 62 |
| Binary | 1101110 | 110010 | 11001111 | 101111 | 1001100 | 0 | 10011 | 100000111 | 111110 | 110010 |
Color Harmonies of #6E32CF
Complementary color
Monochromatic Colors of #6E32CF
Black with #6E32CF
Text Example
Text Example
White with #6E32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E32CF; }
p { color: rgb(110,50,207); }
H1.HeaderClassName
{
color: #6E32CF;
}
.AnyTagClassName
{
color: #6E32CF;
}
</style>
background-color css
<style>
a { background-color: #6E32CF; }
a { background-color: rgb(110,50,207); }
div.DivClassName
{
background-color: #6E32CF;
}
.BgClassName
{
background-color: #6E32CF;
}
</style>
border-color css
<style>
span { border-color: #6E32CF; }
span { border-color: rgb(110,50,207); }
td.TdClassName
{
border-color: #6E32CF;
}
.TagClassName
{
border-color: #6E32CF;
}
</style>