Shades of Purple Heart #6D25DE
Tints of Purple Heart #6D25DE
RGB
CMYK
RGB Variations
Color information
#6D25DE (or 0x6D25DE) is known color: Purple Heart. HEX triplet: 6D, 25 and DE. RGB value is (109,37,222). Sum of RGB (Red+Green+Blue) = 109+37+222=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D25DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25DE is #92DA21. Grayscale: #4E4E4E. Windows color (decimal): -9624098 or 14558573. OLE color: 14558573.
HSL color Cylindrical-coordinate representation of color #6D25DE: hue angle of 263.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D25DE is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 37 | 222 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.13 |
| HSL | 263.35º | 0.74% | 0.51% | - |
| HSV(B) | 263.35º | 0.83% | 0.87% | - |
| XYZ | 20.15 | 9.85 | 69.95 | - |
| YUV | 79.62 | 208.35 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 222 | 0.51 | 0.83 | 0 | 0.13 | 263.35 | 0.74 | 0.51 |
| Hex | 6D | 25 | DE | 33 | 53 | 0 | D | 107 | 4A | 33 |
| Octal | 155 | 45 | 336 | 63 | 123 | 0 | 15 | 407 | 112 | 63 |
| Binary | 1101101 | 100101 | 11011110 | 110011 | 1010011 | 0 | 1101 | 100000111 | 1001010 | 110011 |
Color Harmonies of #6D25DE
Complementary color
Monochromatic Colors of #6D25DE
Black with #6D25DE
Text Example
Text Example
White with #6D25DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D25DE; }
p { color: rgb(109,37,222); }
H1.HeaderClassName
{
color: #6D25DE;
}
.AnyTagClassName
{
color: #6D25DE;
}
</style>
background-color css
<style>
a { background-color: #6D25DE; }
a { background-color: rgb(109,37,222); }
div.DivClassName
{
background-color: #6D25DE;
}
.BgClassName
{
background-color: #6D25DE;
}
</style>
border-color css
<style>
span { border-color: #6D25DE; }
span { border-color: rgb(109,37,222); }
td.TdClassName
{
border-color: #6D25DE;
}
.TagClassName
{
border-color: #6D25DE;
}
</style>