Shades of Purple Heart #6725DB
Tints of Purple Heart #6725DB
RGB
CMYK
RGB Variations
Color information
#6725DB (or 0x6725DB) is known color: Purple Heart. HEX triplet: 67, 25 and DB. RGB value is (103,37,219). Sum of RGB (Red+Green+Blue) = 103+37+219=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #6725DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725DB is #98DA24. Grayscale: #4C4C4C. Windows color (decimal): -10017317 or 14361959. OLE color: 14361959.
HSL color Cylindrical-coordinate representation of color #6725DB: hue angle of 261.76º 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 #6725DB is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 37 | 219 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.14 |
| HSL | 261.76º | 0.72% | 0.5% | - |
| HSV(B) | 261.76º | 0.83% | 0.86% | - |
| XYZ | 19.04 | 9.32 | 67.81 | - |
| YUV | 77.48 | 207.87 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 219 | 0.53 | 0.83 | 0 | 0.14 | 261.76 | 0.72 | 0.5 |
| Hex | 67 | 25 | DB | 35 | 53 | 0 | E | 106 | 48 | 32 |
| Octal | 147 | 45 | 333 | 65 | 123 | 0 | 16 | 406 | 110 | 62 |
| Binary | 1100111 | 100101 | 11011011 | 110101 | 1010011 | 0 | 1110 | 100000110 | 1001000 | 110010 |
Color Harmonies of #6725DB
Complementary color
Monochromatic Colors of #6725DB
Black with #6725DB
Text Example
Text Example
White with #6725DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725DB; }
p { color: rgb(103,37,219); }
H1.HeaderClassName
{
color: #6725DB;
}
.AnyTagClassName
{
color: #6725DB;
}
</style>
background-color css
<style>
a { background-color: #6725DB; }
a { background-color: rgb(103,37,219); }
div.DivClassName
{
background-color: #6725DB;
}
.BgClassName
{
background-color: #6725DB;
}
</style>
border-color css
<style>
span { border-color: #6725DB; }
span { border-color: rgb(103,37,219); }
td.TdClassName
{
border-color: #6725DB;
}
.TagClassName
{
border-color: #6725DB;
}
</style>