Shades of Purple Heart #6A39DF
Tints of Purple Heart #6A39DF
RGB
CMYK
RGB Variations
Color information
#6A39DF (or 0x6A39DF) is known color: Purple Heart. HEX triplet: 6A, 39 and DF. RGB value is (106,57,223). Sum of RGB (Red+Green+Blue) = 106+57+223=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A39DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A39DF is #95C620. Grayscale: #595959. Windows color (decimal): -9815585 or 14629226. OLE color: 14629226.
HSL color Cylindrical-coordinate representation of color #6A39DF: hue angle of 257.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A39DF is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 57 | 223 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.13 |
| HSL | 257.71º | 0.72% | 0.55% | - |
| HSV(B) | 257.71º | 0.74% | 0.87% | - |
| XYZ | 20.73 | 11.32 | 70.9 | - |
| YUV | 90.58 | 202.73 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 223 | 0.52 | 0.74 | 0 | 0.13 | 257.71 | 0.72 | 0.55 |
| Hex | 6A | 39 | DF | 34 | 4A | 0 | D | 102 | 48 | 37 |
| Octal | 152 | 71 | 337 | 64 | 112 | 0 | 15 | 402 | 110 | 67 |
| Binary | 1101010 | 111001 | 11011111 | 110100 | 1001010 | 0 | 1101 | 100000010 | 1001000 | 110111 |
Color Harmonies of #6A39DF
Complementary color
Monochromatic Colors of #6A39DF
Black with #6A39DF
Text Example
Text Example
White with #6A39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A39DF; }
p { color: rgb(106,57,223); }
H1.HeaderClassName
{
color: #6A39DF;
}
.AnyTagClassName
{
color: #6A39DF;
}
</style>
background-color css
<style>
a { background-color: #6A39DF; }
a { background-color: rgb(106,57,223); }
div.DivClassName
{
background-color: #6A39DF;
}
.BgClassName
{
background-color: #6A39DF;
}
</style>
border-color css
<style>
span { border-color: #6A39DF; }
span { border-color: rgb(106,57,223); }
td.TdClassName
{
border-color: #6A39DF;
}
.TagClassName
{
border-color: #6A39DF;
}
</style>