Shades of Purple Heart #6B37D6
Tints of Purple Heart #6B37D6
RGB
CMYK
RGB Variations
Color information
#6B37D6 (or 0x6B37D6) is known color: Purple Heart. HEX triplet: 6B, 37 and D6. RGB value is (107,55,214). Sum of RGB (Red+Green+Blue) = 107+55+214=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B37D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B37D6 is #94C829. Grayscale: #585858. Windows color (decimal): -9750570 or 14038891. OLE color: 14038891.
HSL color Cylindrical-coordinate representation of color #6B37D6: hue angle of 259.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B37D6 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 55 | 214 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.16 |
| HSL | 259.62º | 0.66% | 0.53% | - |
| HSV(B) | 259.62º | 0.74% | 0.84% | - |
| XYZ | 19.57 | 10.71 | 64.65 | - |
| YUV | 88.67 | 198.73 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 214 | 0.50 | 0.74 | 0 | 0.16 | 259.62 | 0.66 | 0.53 |
| Hex | 6B | 37 | D6 | 32 | 4A | 0 | 10 | 104 | 42 | 35 |
| Octal | 153 | 67 | 326 | 62 | 112 | 0 | 20 | 404 | 102 | 65 |
| Binary | 1101011 | 110111 | 11010110 | 110010 | 1001010 | 0 | 10000 | 100000100 | 1000010 | 110101 |
Color Harmonies of #6B37D6
Complementary color
Monochromatic Colors of #6B37D6
Black with #6B37D6
Text Example
Text Example
White with #6B37D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B37D6; }
p { color: rgb(107,55,214); }
H1.HeaderClassName
{
color: #6B37D6;
}
.AnyTagClassName
{
color: #6B37D6;
}
</style>
background-color css
<style>
a { background-color: #6B37D6; }
a { background-color: rgb(107,55,214); }
div.DivClassName
{
background-color: #6B37D6;
}
.BgClassName
{
background-color: #6B37D6;
}
</style>
border-color css
<style>
span { border-color: #6B37D6; }
span { border-color: rgb(107,55,214); }
td.TdClassName
{
border-color: #6B37D6;
}
.TagClassName
{
border-color: #6B37D6;
}
</style>