Shades of Purple Heart #6A3ADC
Tints of Purple Heart #6A3ADC
RGB
CMYK
RGB Variations
Color information
#6A3ADC (or 0x6A3ADC) is known color: Purple Heart. HEX triplet: 6A, 3A and DC. RGB value is (106,58,220). Sum of RGB (Red+Green+Blue) = 106+58+220=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A3ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3ADC is #95C523. Grayscale: #5A5A5A. Windows color (decimal): -9815332 or 14432874. OLE color: 14432874.
HSL color Cylindrical-coordinate representation of color #6A3ADC: hue angle of 257.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A3ADC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 58 | 220 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.14 |
| HSL | 257.78º | 0.7% | 0.55% | - |
| HSV(B) | 257.78º | 0.74% | 0.86% | - |
| XYZ | 20.38 | 11.26 | 68.81 | - |
| YUV | 90.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 58 | 220 | 0.52 | 0.74 | 0 | 0.14 | 257.78 | 0.7 | 0.55 |
| Hex | 6A | 3A | DC | 34 | 4A | 0 | E | 102 | 46 | 37 |
| Octal | 152 | 72 | 334 | 64 | 112 | 0 | 16 | 402 | 106 | 67 |
| Binary | 1101010 | 111010 | 11011100 | 110100 | 1001010 | 0 | 1110 | 100000010 | 1000110 | 110111 |
Color Harmonies of #6A3ADC
Complementary color
Monochromatic Colors of #6A3ADC
Black with #6A3ADC
Text Example
Text Example
White with #6A3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3ADC; }
p { color: rgb(106,58,220); }
H1.HeaderClassName
{
color: #6A3ADC;
}
.AnyTagClassName
{
color: #6A3ADC;
}
</style>
background-color css
<style>
a { background-color: #6A3ADC; }
a { background-color: rgb(106,58,220); }
div.DivClassName
{
background-color: #6A3ADC;
}
.BgClassName
{
background-color: #6A3ADC;
}
</style>
border-color css
<style>
span { border-color: #6A3ADC; }
span { border-color: rgb(106,58,220); }
td.TdClassName
{
border-color: #6A3ADC;
}
.TagClassName
{
border-color: #6A3ADC;
}
</style>