Shades of Han Purple #6827FE
Tints of Han Purple #6827FE
RGB
CMYK
RGB Variations
Color information
#6827FE (or 0x6827FE) is known color: Han Purple. HEX triplet: 68, 27 and FE. RGB value is (104,39,254). Sum of RGB (Red+Green+Blue) = 104+39+254=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #6827FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6827FE is #97D801. Grayscale: #525252. Windows color (decimal): -9951234 or 16656232. OLE color: 16656232.
HSL color Cylindrical-coordinate representation of color #6827FE: hue angle of 258.14º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6827FE is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 39 | 254 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.00 |
| HSL | 258.14º | 0.99% | 0.57% | - |
| HSV(B) | 258.14º | 0.85% | 1% | - |
| XYZ | 24.32 | 11.55 | 94.71 | - |
| YUV | 82.95 | 224.53 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 254 | 0.59 | 0.85 | 0 | 0.00 | 258.14 | 0.99 | 0.57 |
| Hex | 68 | 27 | FE | 3B | 55 | 0 | 0 | 102 | 63 | 39 |
| Octal | 150 | 47 | 376 | 73 | 125 | 0 | 0 | 402 | 143 | 71 |
| Binary | 1101000 | 100111 | 11111110 | 111011 | 1010101 | 0 | 0 | 100000010 | 1100011 | 111001 |
Color Harmonies of #6827FE
Complementary color
Monochromatic Colors of #6827FE
Black with #6827FE
Text Example
Text Example
White with #6827FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6827FE; }
p { color: rgb(104,39,254); }
H1.HeaderClassName
{
color: #6827FE;
}
.AnyTagClassName
{
color: #6827FE;
}
</style>
background-color css
<style>
a { background-color: #6827FE; }
a { background-color: rgb(104,39,254); }
div.DivClassName
{
background-color: #6827FE;
}
.BgClassName
{
background-color: #6827FE;
}
</style>
border-color css
<style>
span { border-color: #6827FE; }
span { border-color: rgb(104,39,254); }
td.TdClassName
{
border-color: #6827FE;
}
.TagClassName
{
border-color: #6827FE;
}
</style>