Shades of Han Purple #6822F3
Tints of Han Purple #6822F3
RGB
CMYK
RGB Variations
Color information
#6822F3 (or 0x6822F3) is known color: Han Purple. HEX triplet: 68, 22 and F3. RGB value is (104,34,243). Sum of RGB (Red+Green+Blue) = 104+34+243=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 243 (95.31% from 255 or 63.78% from 381); Max value from RGB is 243 - color contains mainly: blue. Hex color #6822F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6822F3 is #97DD0C. Grayscale: #4D4D4D. Windows color (decimal): -9952525 or 15934056. OLE color: 15934056.
HSL color Cylindrical-coordinate representation of color #6822F3: hue angle of 260.1º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6822F3 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 34 | 243 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.05 |
| HSL | 260.1º | 0.9% | 0.54% | - |
| HSV(B) | 260.1º | 0.86% | 0.95% | - |
| XYZ | 22.46 | 10.56 | 85.65 | - |
| YUV | 78.76 | 220.69 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 243 | 0.57 | 0.86 | 0 | 0.05 | 260.1 | 0.9 | 0.54 |
| Hex | 68 | 22 | F3 | 39 | 56 | 0 | 5 | 104 | 5A | 36 |
| Octal | 150 | 42 | 363 | 71 | 126 | 0 | 5 | 404 | 132 | 66 |
| Binary | 1101000 | 100010 | 11110011 | 111001 | 1010110 | 0 | 101 | 100000100 | 1011010 | 110110 |
Color Harmonies of #6822F3
Complementary color
Monochromatic Colors of #6822F3
Black with #6822F3
Text Example
Text Example
White with #6822F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6822F3; }
p { color: rgb(104,34,243); }
H1.HeaderClassName
{
color: #6822F3;
}
.AnyTagClassName
{
color: #6822F3;
}
</style>
background-color css
<style>
a { background-color: #6822F3; }
a { background-color: rgb(104,34,243); }
div.DivClassName
{
background-color: #6822F3;
}
.BgClassName
{
background-color: #6822F3;
}
</style>
border-color css
<style>
span { border-color: #6822F3; }
span { border-color: rgb(104,34,243); }
td.TdClassName
{
border-color: #6822F3;
}
.TagClassName
{
border-color: #6822F3;
}
</style>