Shades of Han Purple #6820FE
Tints of Han Purple #6820FE
RGB
CMYK
RGB Variations
Color information
#6820FE (or 0x6820FE) is known color: Han Purple. HEX triplet: 68, 20 and FE. RGB value is (104,32,254). Sum of RGB (Red+Green+Blue) = 104+32+254=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #6820FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6820FE is #97DF01. Grayscale: #4E4E4E. Windows color (decimal): -9953026 or 16654440. OLE color: 16654440.
HSL color Cylindrical-coordinate representation of color #6820FE: hue angle of 259.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6820FE is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 32 | 254 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.00 |
| HSL | 259.46º | 0.99% | 0.56% | - |
| HSV(B) | 259.46º | 0.87% | 1% | - |
| XYZ | 24.11 | 11.13 | 94.64 | - |
| YUV | 78.84 | 226.85 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 254 | 0.59 | 0.87 | 0 | 0.00 | 259.46 | 0.99 | 0.56 |
| Hex | 68 | 20 | FE | 3B | 57 | 0 | 0 | 103 | 63 | 38 |
| Octal | 150 | 40 | 376 | 73 | 127 | 0 | 0 | 403 | 143 | 70 |
| Binary | 1101000 | 100000 | 11111110 | 111011 | 1010111 | 0 | 0 | 100000011 | 1100011 | 111000 |
Color Harmonies of #6820FE
Complementary color
Monochromatic Colors of #6820FE
Black with #6820FE
Text Example
Text Example
White with #6820FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6820FE; }
p { color: rgb(104,32,254); }
H1.HeaderClassName
{
color: #6820FE;
}
.AnyTagClassName
{
color: #6820FE;
}
</style>
background-color css
<style>
a { background-color: #6820FE; }
a { background-color: rgb(104,32,254); }
div.DivClassName
{
background-color: #6820FE;
}
.BgClassName
{
background-color: #6820FE;
}
</style>
border-color css
<style>
span { border-color: #6820FE; }
span { border-color: rgb(104,32,254); }
td.TdClassName
{
border-color: #6820FE;
}
.TagClassName
{
border-color: #6820FE;
}
</style>