Shades of Purple Heart #6E32BF
Tints of Purple Heart #6E32BF
RGB
CMYK
RGB Variations
Color information
#6E32BF (or 0x6E32BF) is known color: Purple Heart. HEX triplet: 6E, 32 and BF. RGB value is (110,50,191). Sum of RGB (Red+Green+Blue) = 110+50+191=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E32BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E32BF is #91CD40. Grayscale: #535353. Windows color (decimal): -9555265 or 12530286. OLE color: 12530286.
HSL color Cylindrical-coordinate representation of color #6E32BF: hue angle of 265.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E32BF is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 50 | 191 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.25 |
| HSL | 265.53º | 0.59% | 0.47% | - |
| HSV(B) | 265.53º | 0.74% | 0.75% | - |
| XYZ | 16.97 | 9.36 | 50.2 | - |
| YUV | 84.01 | 188.38 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 191 | 0.42 | 0.74 | 0 | 0.25 | 265.53 | 0.59 | 0.47 |
| Hex | 6E | 32 | BF | 2A | 4A | 0 | 19 | 10A | 3B | 2F |
| Octal | 156 | 62 | 277 | 52 | 112 | 0 | 31 | 412 | 73 | 57 |
| Binary | 1101110 | 110010 | 10111111 | 101010 | 1001010 | 0 | 11001 | 100001010 | 111011 | 101111 |
Color Harmonies of #6E32BF
Complementary color
Monochromatic Colors of #6E32BF
Black with #6E32BF
Text Example
Text Example
White with #6E32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E32BF; }
p { color: rgb(110,50,191); }
H1.HeaderClassName
{
color: #6E32BF;
}
.AnyTagClassName
{
color: #6E32BF;
}
</style>
background-color css
<style>
a { background-color: #6E32BF; }
a { background-color: rgb(110,50,191); }
div.DivClassName
{
background-color: #6E32BF;
}
.BgClassName
{
background-color: #6E32BF;
}
</style>
border-color css
<style>
span { border-color: #6E32BF; }
span { border-color: rgb(110,50,191); }
td.TdClassName
{
border-color: #6E32BF;
}
.TagClassName
{
border-color: #6E32BF;
}
</style>