Shades of Purple Heart #6A3EB6
Tints of Purple Heart #6A3EB6
RGB
CMYK
RGB Variations
Color information
#6A3EB6 (or 0x6A3EB6) is known color: Purple Heart. HEX triplet: 6A, 3E and B6. RGB value is (106,62,182). Sum of RGB (Red+Green+Blue) = 106+62+182=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A3EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3EB6 is #95C149. Grayscale: #585858. Windows color (decimal): -9814346 or 11943530. OLE color: 11943530.
HSL color Cylindrical-coordinate representation of color #6A3EB6: hue angle of 262º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A3EB6 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 62 | 182 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.29 |
| HSL | 262º | 0.49% | 0.48% | - |
| HSV(B) | 262º | 0.66% | 0.71% | - |
| XYZ | 16.11 | 9.89 | 45.32 | - |
| YUV | 88.84 | 180.58 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 62 | 182 | 0.42 | 0.66 | 0 | 0.29 | 262 | 0.49 | 0.48 |
| Hex | 6A | 3E | B6 | 2A | 42 | 0 | 1D | 106 | 31 | 30 |
| Octal | 152 | 76 | 266 | 52 | 102 | 0 | 35 | 406 | 61 | 60 |
| Binary | 1101010 | 111110 | 10110110 | 101010 | 1000010 | 0 | 11101 | 100000110 | 110001 | 110000 |
Color Harmonies of #6A3EB6
Complementary color
Monochromatic Colors of #6A3EB6
Black with #6A3EB6
Text Example
Text Example
White with #6A3EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3EB6; }
p { color: rgb(106,62,182); }
H1.HeaderClassName
{
color: #6A3EB6;
}
.AnyTagClassName
{
color: #6A3EB6;
}
</style>
background-color css
<style>
a { background-color: #6A3EB6; }
a { background-color: rgb(106,62,182); }
div.DivClassName
{
background-color: #6A3EB6;
}
.BgClassName
{
background-color: #6A3EB6;
}
</style>
border-color css
<style>
span { border-color: #6A3EB6; }
span { border-color: rgb(106,62,182); }
td.TdClassName
{
border-color: #6A3EB6;
}
.TagClassName
{
border-color: #6A3EB6;
}
</style>