Shades of Purple Heart #6B3BDD
Tints of Purple Heart #6B3BDD
RGB
CMYK
RGB Variations
Color information
#6B3BDD (or 0x6B3BDD) is known color: Purple Heart. HEX triplet: 6B, 3B and DD. RGB value is (107,59,221). Sum of RGB (Red+Green+Blue) = 107+59+221=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B3BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BDD is #94C422. Grayscale: #5B5B5B. Windows color (decimal): -9749539 or 14498667. OLE color: 14498667.
HSL color Cylindrical-coordinate representation of color #6B3BDD: hue angle of 257.78º 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 #6B3BDD is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 59 | 221 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.13 |
| HSL | 257.78º | 0.7% | 0.55% | - |
| HSV(B) | 257.78º | 0.73% | 0.87% | - |
| XYZ | 20.68 | 11.47 | 69.53 | - |
| YUV | 91.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 221 | 0.52 | 0.73 | 0 | 0.13 | 257.78 | 0.7 | 0.55 |
| Hex | 6B | 3B | DD | 34 | 49 | 0 | D | 102 | 46 | 37 |
| Octal | 153 | 73 | 335 | 64 | 111 | 0 | 15 | 402 | 106 | 67 |
| Binary | 1101011 | 111011 | 11011101 | 110100 | 1001001 | 0 | 1101 | 100000010 | 1000110 | 110111 |
Color Harmonies of #6B3BDD
Complementary color
Monochromatic Colors of #6B3BDD
Black with #6B3BDD
Text Example
Text Example
White with #6B3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3BDD; }
p { color: rgb(107,59,221); }
H1.HeaderClassName
{
color: #6B3BDD;
}
.AnyTagClassName
{
color: #6B3BDD;
}
</style>
background-color css
<style>
a { background-color: #6B3BDD; }
a { background-color: rgb(107,59,221); }
div.DivClassName
{
background-color: #6B3BDD;
}
.BgClassName
{
background-color: #6B3BDD;
}
</style>
border-color css
<style>
span { border-color: #6B3BDD; }
span { border-color: rgb(107,59,221); }
td.TdClassName
{
border-color: #6B3BDD;
}
.TagClassName
{
border-color: #6B3BDD;
}
</style>