Shades of Han Purple #6822EF
Tints of Han Purple #6822EF
RGB
CMYK
RGB Variations
Color information
#6822EF (or 0x6822EF) is known color: Han Purple. HEX triplet: 68, 22 and EF. RGB value is (104,34,239). Sum of RGB (Red+Green+Blue) = 104+34+239=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #6822EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6822EF is #97DD10. Grayscale: #4D4D4D. Windows color (decimal): -9952529 or 15671912. OLE color: 15671912.
HSL color Cylindrical-coordinate representation of color #6822EF: hue angle of 260.49º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6822EF is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 34 | 239 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.06 |
| HSL | 260.49º | 0.86% | 0.54% | - |
| HSV(B) | 260.49º | 0.86% | 0.94% | - |
| XYZ | 21.86 | 10.32 | 82.5 | - |
| YUV | 78.3 | 218.69 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 239 | 0.56 | 0.86 | 0 | 0.06 | 260.49 | 0.86 | 0.54 |
| Hex | 68 | 22 | EF | 38 | 56 | 0 | 6 | 104 | 56 | 36 |
| Octal | 150 | 42 | 357 | 70 | 126 | 0 | 6 | 404 | 126 | 66 |
| Binary | 1101000 | 100010 | 11101111 | 111000 | 1010110 | 0 | 110 | 100000100 | 1010110 | 110110 |
Color Harmonies of #6822EF
Complementary color
Monochromatic Colors of #6822EF
Black with #6822EF
Text Example
Text Example
White with #6822EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6822EF; }
p { color: rgb(104,34,239); }
H1.HeaderClassName
{
color: #6822EF;
}
.AnyTagClassName
{
color: #6822EF;
}
</style>
background-color css
<style>
a { background-color: #6822EF; }
a { background-color: rgb(104,34,239); }
div.DivClassName
{
background-color: #6822EF;
}
.BgClassName
{
background-color: #6822EF;
}
</style>
border-color css
<style>
span { border-color: #6822EF; }
span { border-color: rgb(104,34,239); }
td.TdClassName
{
border-color: #6822EF;
}
.TagClassName
{
border-color: #6822EF;
}
</style>