Shades of Purple Heart #6D36BB
Tints of Purple Heart #6D36BB
RGB
CMYK
RGB Variations
Color information
#6D36BB (or 0x6D36BB) is known color: Purple Heart. HEX triplet: 6D, 36 and BB. RGB value is (109,54,187). Sum of RGB (Red+Green+Blue) = 109+54+187=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D36BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D36BB is #92C944. Grayscale: #555555. Windows color (decimal): -9619781 or 12269165. OLE color: 12269165.
HSL color Cylindrical-coordinate representation of color #6D36BB: hue angle of 264.81º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D36BB is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 54 | 187 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.27 |
| HSL | 264.81º | 0.55% | 0.47% | - |
| HSV(B) | 264.81º | 0.71% | 0.73% | - |
| XYZ | 16.6 | 9.48 | 47.97 | - |
| YUV | 85.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 187 | 0.42 | 0.71 | 0 | 0.27 | 264.81 | 0.55 | 0.47 |
| Hex | 6D | 36 | BB | 2A | 47 | 0 | 1B | 109 | 37 | 2F |
| Octal | 155 | 66 | 273 | 52 | 107 | 0 | 33 | 411 | 67 | 57 |
| Binary | 1101101 | 110110 | 10111011 | 101010 | 1000111 | 0 | 11011 | 100001001 | 110111 | 101111 |
Color Harmonies of #6D36BB
Complementary color
Monochromatic Colors of #6D36BB
Black with #6D36BB
Text Example
Text Example
White with #6D36BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D36BB; }
p { color: rgb(109,54,187); }
H1.HeaderClassName
{
color: #6D36BB;
}
.AnyTagClassName
{
color: #6D36BB;
}
</style>
background-color css
<style>
a { background-color: #6D36BB; }
a { background-color: rgb(109,54,187); }
div.DivClassName
{
background-color: #6D36BB;
}
.BgClassName
{
background-color: #6D36BB;
}
</style>
border-color css
<style>
span { border-color: #6D36BB; }
span { border-color: rgb(109,54,187); }
td.TdClassName
{
border-color: #6D36BB;
}
.TagClassName
{
border-color: #6D36BB;
}
</style>