Shades of Purple Heart #6B37DF
Tints of Purple Heart #6B37DF
RGB
CMYK
RGB Variations
Color information
#6B37DF (or 0x6B37DF) is known color: Purple Heart. HEX triplet: 6B, 37 and DF. RGB value is (107,55,223). Sum of RGB (Red+Green+Blue) = 107+55+223=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B37DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B37DF is #94C820. Grayscale: #595959. Windows color (decimal): -9750561 or 14628715. OLE color: 14628715.
HSL color Cylindrical-coordinate representation of color #6B37DF: hue angle of 258.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B37DF is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 55 | 223 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.13 |
| HSL | 258.57º | 0.72% | 0.55% | - |
| HSV(B) | 258.57º | 0.75% | 0.87% | - |
| XYZ | 20.75 | 11.19 | 70.88 | - |
| YUV | 89.7 | 203.23 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 223 | 0.52 | 0.75 | 0 | 0.13 | 258.57 | 0.72 | 0.55 |
| Hex | 6B | 37 | DF | 34 | 4B | 0 | D | 103 | 48 | 37 |
| Octal | 153 | 67 | 337 | 64 | 113 | 0 | 15 | 403 | 110 | 67 |
| Binary | 1101011 | 110111 | 11011111 | 110100 | 1001011 | 0 | 1101 | 100000011 | 1001000 | 110111 |
Color Harmonies of #6B37DF
Complementary color
Monochromatic Colors of #6B37DF
Black with #6B37DF
Text Example
Text Example
White with #6B37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B37DF; }
p { color: rgb(107,55,223); }
H1.HeaderClassName
{
color: #6B37DF;
}
.AnyTagClassName
{
color: #6B37DF;
}
</style>
background-color css
<style>
a { background-color: #6B37DF; }
a { background-color: rgb(107,55,223); }
div.DivClassName
{
background-color: #6B37DF;
}
.BgClassName
{
background-color: #6B37DF;
}
</style>
border-color css
<style>
span { border-color: #6B37DF; }
span { border-color: rgb(107,55,223); }
td.TdClassName
{
border-color: #6B37DF;
}
.TagClassName
{
border-color: #6B37DF;
}
</style>