Shades of Purple Heart #6A3BDD
Tints of Purple Heart #6A3BDD
RGB
CMYK
RGB Variations
Color information
#6A3BDD (or 0x6A3BDD) is known color: Purple Heart. HEX triplet: 6A, 3B and DD. RGB value is (106,59,221). Sum of RGB (Red+Green+Blue) = 106+59+221=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A3BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3BDD is #95C422. Grayscale: #5A5A5A. Windows color (decimal): -9815075 or 14498666. OLE color: 14498666.
HSL color Cylindrical-coordinate representation of color #6A3BDD: hue angle of 257.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A3BDD is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 59 | 221 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.13 |
| HSL | 257.41º | 0.7% | 0.55% | - |
| HSV(B) | 257.41º | 0.73% | 0.87% | - |
| XYZ | 20.56 | 11.41 | 69.53 | - |
| YUV | 91.52 | 201.07 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 59 | 221 | 0.52 | 0.73 | 0 | 0.13 | 257.41 | 0.7 | 0.55 |
| Hex | 6A | 3B | DD | 34 | 49 | 0 | D | 101 | 46 | 37 |
| Octal | 152 | 73 | 335 | 64 | 111 | 0 | 15 | 401 | 106 | 67 |
| Binary | 1101010 | 111011 | 11011101 | 110100 | 1001001 | 0 | 1101 | 100000001 | 1000110 | 110111 |
Color Harmonies of #6A3BDD
Complementary color
Monochromatic Colors of #6A3BDD
Black with #6A3BDD
Text Example
Text Example
White with #6A3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3BDD; }
p { color: rgb(106,59,221); }
H1.HeaderClassName
{
color: #6A3BDD;
}
.AnyTagClassName
{
color: #6A3BDD;
}
</style>
background-color css
<style>
a { background-color: #6A3BDD; }
a { background-color: rgb(106,59,221); }
div.DivClassName
{
background-color: #6A3BDD;
}
.BgClassName
{
background-color: #6A3BDD;
}
</style>
border-color css
<style>
span { border-color: #6A3BDD; }
span { border-color: rgb(106,59,221); }
td.TdClassName
{
border-color: #6A3BDD;
}
.TagClassName
{
border-color: #6A3BDD;
}
</style>