Shades of Han Purple #6822FC
Tints of Han Purple #6822FC
RGB
CMYK
RGB Variations
Color information
#6822FC (or 0x6822FC) is known color: Han Purple. HEX triplet: 68, 22 and FC. RGB value is (104,34,252). Sum of RGB (Red+Green+Blue) = 104+34+252=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #6822FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6822FC is #97DD03. Grayscale: #4E4E4E. Windows color (decimal): -9952516 or 16523880. OLE color: 16523880.
HSL color Cylindrical-coordinate representation of color #6822FC: hue angle of 259.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6822FC is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 34 | 252 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.01 |
| HSL | 259.27º | 0.97% | 0.56% | - |
| HSV(B) | 259.27º | 0.87% | 0.99% | - |
| XYZ | 23.85 | 11.12 | 92.98 | - |
| YUV | 79.78 | 225.19 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 252 | 0.59 | 0.87 | 0 | 0.01 | 259.27 | 0.97 | 0.56 |
| Hex | 68 | 22 | FC | 3B | 57 | 0 | 1 | 103 | 61 | 38 |
| Octal | 150 | 42 | 374 | 73 | 127 | 0 | 1 | 403 | 141 | 70 |
| Binary | 1101000 | 100010 | 11111100 | 111011 | 1010111 | 0 | 1 | 100000011 | 1100001 | 111000 |
Color Harmonies of #6822FC
Complementary color
Monochromatic Colors of #6822FC
Black with #6822FC
Text Example
Text Example
White with #6822FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6822FC; }
p { color: rgb(104,34,252); }
H1.HeaderClassName
{
color: #6822FC;
}
.AnyTagClassName
{
color: #6822FC;
}
</style>
background-color css
<style>
a { background-color: #6822FC; }
a { background-color: rgb(104,34,252); }
div.DivClassName
{
background-color: #6822FC;
}
.BgClassName
{
background-color: #6822FC;
}
</style>
border-color css
<style>
span { border-color: #6822FC; }
span { border-color: rgb(104,34,252); }
td.TdClassName
{
border-color: #6822FC;
}
.TagClassName
{
border-color: #6822FC;
}
</style>