Shades of Purple Heart #6B39D9
Tints of Purple Heart #6B39D9
RGB
CMYK
RGB Variations
Color information
#6B39D9 (or 0x6B39D9) is known color: Purple Heart. HEX triplet: 6B, 39 and D9. RGB value is (107,57,217). Sum of RGB (Red+Green+Blue) = 107+57+217=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #6B39D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B39D9 is #94C626. Grayscale: #595959. Windows color (decimal): -9750055 or 14236011. OLE color: 14236011.
HSL color Cylindrical-coordinate representation of color #6B39D9: hue angle of 258.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B39D9 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 57 | 217 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.15 |
| HSL | 258.75º | 0.68% | 0.54% | - |
| HSV(B) | 258.75º | 0.74% | 0.85% | - |
| XYZ | 20.05 | 11.06 | 66.72 | - |
| YUV | 90.19 | 199.57 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 217 | 0.51 | 0.74 | 0 | 0.15 | 258.75 | 0.68 | 0.54 |
| Hex | 6B | 39 | D9 | 33 | 4A | 0 | F | 103 | 44 | 36 |
| Octal | 153 | 71 | 331 | 63 | 112 | 0 | 17 | 403 | 104 | 66 |
| Binary | 1101011 | 111001 | 11011001 | 110011 | 1001010 | 0 | 1111 | 100000011 | 1000100 | 110110 |
Color Harmonies of #6B39D9
Complementary color
Monochromatic Colors of #6B39D9
Black with #6B39D9
Text Example
Text Example
White with #6B39D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B39D9; }
p { color: rgb(107,57,217); }
H1.HeaderClassName
{
color: #6B39D9;
}
.AnyTagClassName
{
color: #6B39D9;
}
</style>
background-color css
<style>
a { background-color: #6B39D9; }
a { background-color: rgb(107,57,217); }
div.DivClassName
{
background-color: #6B39D9;
}
.BgClassName
{
background-color: #6B39D9;
}
</style>
border-color css
<style>
span { border-color: #6B39D9; }
span { border-color: rgb(107,57,217); }
td.TdClassName
{
border-color: #6B39D9;
}
.TagClassName
{
border-color: #6B39D9;
}
</style>