Shades of Purple Heart #6E39B4
Tints of Purple Heart #6E39B4
RGB
CMYK
RGB Variations
Color information
#6E39B4 (or 0x6E39B4) is known color: Purple Heart. HEX triplet: 6E, 39 and B4. RGB value is (110,57,180). Sum of RGB (Red+Green+Blue) = 110+57+180=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E39B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E39B4 is #91C64B. Grayscale: #565656. Windows color (decimal): -9553484 or 11811182. OLE color: 11811182.
HSL color Cylindrical-coordinate representation of color #6E39B4: hue angle of 265.85º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E39B4 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 57 | 180 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.29 |
| HSL | 265.85º | 0.52% | 0.46% | - |
| HSV(B) | 265.85º | 0.68% | 0.71% | - |
| XYZ | 16.13 | 9.54 | 44.17 | - |
| YUV | 86.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 180 | 0.39 | 0.68 | 0 | 0.29 | 265.85 | 0.52 | 0.46 |
| Hex | 6E | 39 | B4 | 27 | 44 | 0 | 1D | 10A | 34 | 2E |
| Octal | 156 | 71 | 264 | 47 | 104 | 0 | 35 | 412 | 64 | 56 |
| Binary | 1101110 | 111001 | 10110100 | 100111 | 1000100 | 0 | 11101 | 100001010 | 110100 | 101110 |
Color Harmonies of #6E39B4
Complementary color
Monochromatic Colors of #6E39B4
Black with #6E39B4
Text Example
Text Example
White with #6E39B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E39B4; }
p { color: rgb(110,57,180); }
H1.HeaderClassName
{
color: #6E39B4;
}
.AnyTagClassName
{
color: #6E39B4;
}
</style>
background-color css
<style>
a { background-color: #6E39B4; }
a { background-color: rgb(110,57,180); }
div.DivClassName
{
background-color: #6E39B4;
}
.BgClassName
{
background-color: #6E39B4;
}
</style>
border-color css
<style>
span { border-color: #6E39B4; }
span { border-color: rgb(110,57,180); }
td.TdClassName
{
border-color: #6E39B4;
}
.TagClassName
{
border-color: #6E39B4;
}
</style>