Shades of Han Purple #6825EC
Tints of Han Purple #6825EC
RGB
CMYK
RGB Variations
Color information
#6825EC (or 0x6825EC) is known color: Han Purple. HEX triplet: 68, 25 and EC. RGB value is (104,37,236). Sum of RGB (Red+Green+Blue) = 104+37+236=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #6825EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6825EC is #97DA13. Grayscale: #4E4E4E. Windows color (decimal): -9951764 or 15476072. OLE color: 15476072.
HSL color Cylindrical-coordinate representation of color #6825EC: hue angle of 260.2º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6825EC is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 37 | 236 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.07 |
| HSL | 260.2º | 0.84% | 0.54% | - |
| HSV(B) | 260.2º | 0.84% | 0.93% | - |
| XYZ | 21.51 | 10.32 | 80.22 | - |
| YUV | 79.72 | 216.2 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 236 | 0.56 | 0.84 | 0 | 0.07 | 260.2 | 0.84 | 0.54 |
| Hex | 68 | 25 | EC | 38 | 54 | 0 | 7 | 104 | 54 | 36 |
| Octal | 150 | 45 | 354 | 70 | 124 | 0 | 7 | 404 | 124 | 66 |
| Binary | 1101000 | 100101 | 11101100 | 111000 | 1010100 | 0 | 111 | 100000100 | 1010100 | 110110 |
Color Harmonies of #6825EC
Complementary color
Monochromatic Colors of #6825EC
Black with #6825EC
Text Example
Text Example
White with #6825EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6825EC; }
p { color: rgb(104,37,236); }
H1.HeaderClassName
{
color: #6825EC;
}
.AnyTagClassName
{
color: #6825EC;
}
</style>
background-color css
<style>
a { background-color: #6825EC; }
a { background-color: rgb(104,37,236); }
div.DivClassName
{
background-color: #6825EC;
}
.BgClassName
{
background-color: #6825EC;
}
</style>
border-color css
<style>
span { border-color: #6825EC; }
span { border-color: rgb(104,37,236); }
td.TdClassName
{
border-color: #6825EC;
}
.TagClassName
{
border-color: #6825EC;
}
</style>