Shades of Han Purple #6820FC
Tints of Han Purple #6820FC
RGB
CMYK
RGB Variations
Color information
#6820FC (or 0x6820FC) is known color: Han Purple. HEX triplet: 68, 20 and FC. RGB value is (104,32,252). Sum of RGB (Red+Green+Blue) = 104+32+252=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #6820FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6820FC is #97DF03. Grayscale: #4D4D4D. Windows color (decimal): -9953028 or 16523368. OLE color: 16523368.
HSL color Cylindrical-coordinate representation of color #6820FC: hue angle of 259.64º 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 #6820FC is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 32 | 252 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.01 |
| HSL | 259.64º | 0.97% | 0.56% | - |
| HSV(B) | 259.64º | 0.87% | 0.99% | - |
| XYZ | 23.8 | 11 | 92.97 | - |
| YUV | 78.61 | 225.85 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 252 | 0.59 | 0.87 | 0 | 0.01 | 259.64 | 0.97 | 0.56 |
| Hex | 68 | 20 | FC | 3B | 57 | 0 | 1 | 104 | 61 | 38 |
| Octal | 150 | 40 | 374 | 73 | 127 | 0 | 1 | 404 | 141 | 70 |
| Binary | 1101000 | 100000 | 11111100 | 111011 | 1010111 | 0 | 1 | 100000100 | 1100001 | 111000 |
Color Harmonies of #6820FC
Complementary color
Monochromatic Colors of #6820FC
Black with #6820FC
Text Example
Text Example
White with #6820FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6820FC; }
p { color: rgb(104,32,252); }
H1.HeaderClassName
{
color: #6820FC;
}
.AnyTagClassName
{
color: #6820FC;
}
</style>
background-color css
<style>
a { background-color: #6820FC; }
a { background-color: rgb(104,32,252); }
div.DivClassName
{
background-color: #6820FC;
}
.BgClassName
{
background-color: #6820FC;
}
</style>
border-color css
<style>
span { border-color: #6820FC; }
span { border-color: rgb(104,32,252); }
td.TdClassName
{
border-color: #6820FC;
}
.TagClassName
{
border-color: #6820FC;
}
</style>