Shades of Purple Heart #6B3ADC
Tints of Purple Heart #6B3ADC
RGB
CMYK
RGB Variations
Color information
#6B3ADC (or 0x6B3ADC) is known color: Purple Heart. HEX triplet: 6B, 3A and DC. RGB value is (107,58,220). Sum of RGB (Red+Green+Blue) = 107+58+220=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B3ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3ADC is #94C523. Grayscale: #5A5A5A. Windows color (decimal): -9749796 or 14432875. OLE color: 14432875.
HSL color Cylindrical-coordinate representation of color #6B3ADC: hue angle of 258.15º 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 #6B3ADC is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 58 | 220 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.14 |
| HSL | 258.15º | 0.7% | 0.55% | - |
| HSV(B) | 258.15º | 0.74% | 0.86% | - |
| XYZ | 20.49 | 11.32 | 68.81 | - |
| YUV | 91.12 | 200.73 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 220 | 0.51 | 0.74 | 0 | 0.14 | 258.15 | 0.7 | 0.55 |
| Hex | 6B | 3A | DC | 33 | 4A | 0 | E | 102 | 46 | 37 |
| Octal | 153 | 72 | 334 | 63 | 112 | 0 | 16 | 402 | 106 | 67 |
| Binary | 1101011 | 111010 | 11011100 | 110011 | 1001010 | 0 | 1110 | 100000010 | 1000110 | 110111 |
Color Harmonies of #6B3ADC
Complementary color
Monochromatic Colors of #6B3ADC
Black with #6B3ADC
Text Example
Text Example
White with #6B3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3ADC; }
p { color: rgb(107,58,220); }
H1.HeaderClassName
{
color: #6B3ADC;
}
.AnyTagClassName
{
color: #6B3ADC;
}
</style>
background-color css
<style>
a { background-color: #6B3ADC; }
a { background-color: rgb(107,58,220); }
div.DivClassName
{
background-color: #6B3ADC;
}
.BgClassName
{
background-color: #6B3ADC;
}
</style>
border-color css
<style>
span { border-color: #6B3ADC; }
span { border-color: rgb(107,58,220); }
td.TdClassName
{
border-color: #6B3ADC;
}
.TagClassName
{
border-color: #6B3ADC;
}
</style>