Shades of Purple Heart #6825DC
Tints of Purple Heart #6825DC
RGB
CMYK
RGB Variations
Color information
#6825DC (or 0x6825DC) is known color: Purple Heart. HEX triplet: 68, 25 and DC. RGB value is (104,37,220). Sum of RGB (Red+Green+Blue) = 104+37+220=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #6825DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6825DC is #97DA23. Grayscale: #4D4D4D. Windows color (decimal): -9951780 or 14427496. OLE color: 14427496.
HSL color Cylindrical-coordinate representation of color #6825DC: hue angle of 261.97º 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 #6825DC is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 37 | 220 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.14 |
| HSL | 261.97º | 0.72% | 0.5% | - |
| HSV(B) | 261.97º | 0.83% | 0.86% | - |
| XYZ | 19.29 | 9.43 | 68.51 | - |
| YUV | 77.9 | 208.2 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 220 | 0.53 | 0.83 | 0 | 0.14 | 261.97 | 0.72 | 0.5 |
| Hex | 68 | 25 | DC | 35 | 53 | 0 | E | 106 | 48 | 32 |
| Octal | 150 | 45 | 334 | 65 | 123 | 0 | 16 | 406 | 110 | 62 |
| Binary | 1101000 | 100101 | 11011100 | 110101 | 1010011 | 0 | 1110 | 100000110 | 1001000 | 110010 |
Color Harmonies of #6825DC
Complementary color
Monochromatic Colors of #6825DC
Black with #6825DC
Text Example
Text Example
White with #6825DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6825DC; }
p { color: rgb(104,37,220); }
H1.HeaderClassName
{
color: #6825DC;
}
.AnyTagClassName
{
color: #6825DC;
}
</style>
background-color css
<style>
a { background-color: #6825DC; }
a { background-color: rgb(104,37,220); }
div.DivClassName
{
background-color: #6825DC;
}
.BgClassName
{
background-color: #6825DC;
}
</style>
border-color css
<style>
span { border-color: #6825DC; }
span { border-color: rgb(104,37,220); }
td.TdClassName
{
border-color: #6825DC;
}
.TagClassName
{
border-color: #6825DC;
}
</style>