Shades of Purple Heart #6D25DB
Tints of Purple Heart #6D25DB
RGB
CMYK
RGB Variations
Color information
#6D25DB (or 0x6D25DB) is known color: Purple Heart. HEX triplet: 6D, 25 and DB. RGB value is (109,37,219). Sum of RGB (Red+Green+Blue) = 109+37+219=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D25DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25DB is #92DA24. Grayscale: #4E4E4E. Windows color (decimal): -9624101 or 14361965. OLE color: 14361965.
HSL color Cylindrical-coordinate representation of color #6D25DB: hue angle of 263.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D25DB is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 37 | 219 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.14 |
| HSL | 263.74º | 0.72% | 0.5% | - |
| HSV(B) | 263.74º | 0.83% | 0.86% | - |
| XYZ | 19.75 | 9.69 | 67.85 | - |
| YUV | 79.28 | 206.85 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 219 | 0.50 | 0.83 | 0 | 0.14 | 263.74 | 0.72 | 0.5 |
| Hex | 6D | 25 | DB | 32 | 53 | 0 | E | 108 | 48 | 32 |
| Octal | 155 | 45 | 333 | 62 | 123 | 0 | 16 | 410 | 110 | 62 |
| Binary | 1101101 | 100101 | 11011011 | 110010 | 1010011 | 0 | 1110 | 100001000 | 1001000 | 110010 |
Color Harmonies of #6D25DB
Complementary color
Monochromatic Colors of #6D25DB
Black with #6D25DB
Text Example
Text Example
White with #6D25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D25DB; }
p { color: rgb(109,37,219); }
H1.HeaderClassName
{
color: #6D25DB;
}
.AnyTagClassName
{
color: #6D25DB;
}
</style>
background-color css
<style>
a { background-color: #6D25DB; }
a { background-color: rgb(109,37,219); }
div.DivClassName
{
background-color: #6D25DB;
}
.BgClassName
{
background-color: #6D25DB;
}
</style>
border-color css
<style>
span { border-color: #6D25DB; }
span { border-color: rgb(109,37,219); }
td.TdClassName
{
border-color: #6D25DB;
}
.TagClassName
{
border-color: #6D25DB;
}
</style>