Shades of Purple Heart #6D25BB
Tints of Purple Heart #6D25BB
RGB
CMYK
RGB Variations
Color information
#6D25BB (or 0x6D25BB) is known color: Purple Heart. HEX triplet: 6D, 25 and BB. RGB value is (109,37,187). Sum of RGB (Red+Green+Blue) = 109+37+187=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D25BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25BB is #92DA44. Grayscale: #4B4B4B. Windows color (decimal): -9624133 or 12264813. OLE color: 12264813.
HSL color Cylindrical-coordinate representation of color #6D25BB: hue angle of 268.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D25BB is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 37 | 187 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.27 |
| HSL | 268.8º | 0.67% | 0.44% | - |
| HSV(B) | 268.8º | 0.8% | 0.73% | - |
| XYZ | 15.94 | 8.16 | 47.75 | - |
| YUV | 75.63 | 190.85 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 187 | 0.42 | 0.80 | 0 | 0.27 | 268.8 | 0.67 | 0.44 |
| Hex | 6D | 25 | BB | 2A | 50 | 0 | 1B | 10D | 43 | 2C |
| Octal | 155 | 45 | 273 | 52 | 120 | 0 | 33 | 415 | 103 | 54 |
| Binary | 1101101 | 100101 | 10111011 | 101010 | 1010000 | 0 | 11011 | 100001101 | 1000011 | 101100 |
Color Harmonies of #6D25BB
Complementary color
Monochromatic Colors of #6D25BB
Black with #6D25BB
Text Example
Text Example
White with #6D25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D25BB; }
p { color: rgb(109,37,187); }
H1.HeaderClassName
{
color: #6D25BB;
}
.AnyTagClassName
{
color: #6D25BB;
}
</style>
background-color css
<style>
a { background-color: #6D25BB; }
a { background-color: rgb(109,37,187); }
div.DivClassName
{
background-color: #6D25BB;
}
.BgClassName
{
background-color: #6D25BB;
}
</style>
border-color css
<style>
span { border-color: #6D25BB; }
span { border-color: rgb(109,37,187); }
td.TdClassName
{
border-color: #6D25BB;
}
.TagClassName
{
border-color: #6D25BB;
}
</style>