Shades of Purple Heart #6D30DB
Tints of Purple Heart #6D30DB
RGB
CMYK
RGB Variations
Color information
#6D30DB (or 0x6D30DB) is known color: Purple Heart. HEX triplet: 6D, 30 and DB. RGB value is (109,48,219). Sum of RGB (Red+Green+Blue) = 109+48+219=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D30DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D30DB is #92CF24. Grayscale: #555555. Windows color (decimal): -9621285 or 14364781. OLE color: 14364781.
HSL color Cylindrical-coordinate representation of color #6D30DB: hue angle of 261.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D30DB is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 48 | 219 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.14 |
| HSL | 261.4º | 0.7% | 0.52% | - |
| HSV(B) | 261.4º | 0.78% | 0.86% | - |
| XYZ | 20.15 | 10.48 | 67.98 | - |
| YUV | 85.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 219 | 0.50 | 0.78 | 0 | 0.14 | 261.4 | 0.7 | 0.52 |
| Hex | 6D | 30 | DB | 32 | 4E | 0 | E | 105 | 46 | 34 |
| Octal | 155 | 60 | 333 | 62 | 116 | 0 | 16 | 405 | 106 | 64 |
| Binary | 1101101 | 110000 | 11011011 | 110010 | 1001110 | 0 | 1110 | 100000101 | 1000110 | 110100 |
Color Harmonies of #6D30DB
Complementary color
Monochromatic Colors of #6D30DB
Black with #6D30DB
Text Example
Text Example
White with #6D30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D30DB; }
p { color: rgb(109,48,219); }
H1.HeaderClassName
{
color: #6D30DB;
}
.AnyTagClassName
{
color: #6D30DB;
}
</style>
background-color css
<style>
a { background-color: #6D30DB; }
a { background-color: rgb(109,48,219); }
div.DivClassName
{
background-color: #6D30DB;
}
.BgClassName
{
background-color: #6D30DB;
}
</style>
border-color css
<style>
span { border-color: #6D30DB; }
span { border-color: rgb(109,48,219); }
td.TdClassName
{
border-color: #6D30DB;
}
.TagClassName
{
border-color: #6D30DB;
}
</style>