Shades of Purple Heart #6A3EBC
Tints of Purple Heart #6A3EBC
RGB
CMYK
RGB Variations
Color information
#6A3EBC (or 0x6A3EBC) is known color: Purple Heart. HEX triplet: 6A, 3E and BC. RGB value is (106,62,188). Sum of RGB (Red+Green+Blue) = 106+62+188=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A3EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3EBC is #95C143. Grayscale: #595959. Windows color (decimal): -9814340 or 12336746. OLE color: 12336746.
HSL color Cylindrical-coordinate representation of color #6A3EBC: hue angle of 260.95º 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 #6A3EBC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 62 | 188 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.26 |
| HSL | 260.95º | 0.5% | 0.49% | - |
| HSV(B) | 260.95º | 0.67% | 0.74% | - |
| XYZ | 16.74 | 10.14 | 48.65 | - |
| YUV | 89.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 62 | 188 | 0.44 | 0.67 | 0 | 0.26 | 260.95 | 0.5 | 0.49 |
| Hex | 6A | 3E | BC | 2C | 43 | 0 | 1A | 105 | 32 | 31 |
| Octal | 152 | 76 | 274 | 54 | 103 | 0 | 32 | 405 | 62 | 61 |
| Binary | 1101010 | 111110 | 10111100 | 101100 | 1000011 | 0 | 11010 | 100000101 | 110010 | 110001 |
Color Harmonies of #6A3EBC
Complementary color
Monochromatic Colors of #6A3EBC
Black with #6A3EBC
Text Example
Text Example
White with #6A3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3EBC; }
p { color: rgb(106,62,188); }
H1.HeaderClassName
{
color: #6A3EBC;
}
.AnyTagClassName
{
color: #6A3EBC;
}
</style>
background-color css
<style>
a { background-color: #6A3EBC; }
a { background-color: rgb(106,62,188); }
div.DivClassName
{
background-color: #6A3EBC;
}
.BgClassName
{
background-color: #6A3EBC;
}
</style>
border-color css
<style>
span { border-color: #6A3EBC; }
span { border-color: rgb(106,62,188); }
td.TdClassName
{
border-color: #6A3EBC;
}
.TagClassName
{
border-color: #6A3EBC;
}
</style>