Shades of Purple Heart #6D3EBC
Tints of Purple Heart #6D3EBC
RGB
CMYK
RGB Variations
Color information
#6D3EBC (or 0x6D3EBC) is known color: Purple Heart. HEX triplet: 6D, 3E and BC. RGB value is (109,62,188). Sum of RGB (Red+Green+Blue) = 109+62+188=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D3EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3EBC is #92C143. Grayscale: #595959. Windows color (decimal): -9617732 or 12336749. OLE color: 12336749.
HSL color Cylindrical-coordinate representation of color #6D3EBC: hue angle of 262.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3EBC is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 62 | 188 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.26 |
| HSL | 262.38º | 0.5% | 0.49% | - |
| HSV(B) | 262.38º | 0.67% | 0.74% | - |
| XYZ | 17.11 | 10.33 | 48.67 | - |
| YUV | 90.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 188 | 0.42 | 0.67 | 0 | 0.26 | 262.38 | 0.5 | 0.49 |
| Hex | 6D | 3E | BC | 2A | 43 | 0 | 1A | 106 | 32 | 31 |
| Octal | 155 | 76 | 274 | 52 | 103 | 0 | 32 | 406 | 62 | 61 |
| Binary | 1101101 | 111110 | 10111100 | 101010 | 1000011 | 0 | 11010 | 100000110 | 110010 | 110001 |
Color Harmonies of #6D3EBC
Complementary color
Monochromatic Colors of #6D3EBC
Black with #6D3EBC
Text Example
Text Example
White with #6D3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3EBC; }
p { color: rgb(109,62,188); }
H1.HeaderClassName
{
color: #6D3EBC;
}
.AnyTagClassName
{
color: #6D3EBC;
}
</style>
background-color css
<style>
a { background-color: #6D3EBC; }
a { background-color: rgb(109,62,188); }
div.DivClassName
{
background-color: #6D3EBC;
}
.BgClassName
{
background-color: #6D3EBC;
}
</style>
border-color css
<style>
span { border-color: #6D3EBC; }
span { border-color: rgb(109,62,188); }
td.TdClassName
{
border-color: #6D3EBC;
}
.TagClassName
{
border-color: #6D3EBC;
}
</style>