Shades of Han Purple #6828FF
Tints of Han Purple #6828FF
RGB
CMYK
RGB Variations
Color information
#6828FF (or 0x6828FF) is known color: Han Purple. HEX triplet: 68, 28 and FF. RGB value is (104,40,255). Sum of RGB (Red+Green+Blue) = 104+40+255=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #6828FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6828FF is #97D700. Grayscale: #525252. Windows color (decimal): -9950977 or 16722024. OLE color: 16722024.
HSL color Cylindrical-coordinate representation of color #6828FF: hue angle of 257.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6828FF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 40 | 255 | - |
| CMYK | 0.59 | 0.84 | 0 | 0 |
| HSL | 257.86º | 1% | 0.58% | - |
| HSV(B) | 257.86º | 0.84% | 1% | - |
| XYZ | 24.52 | 11.68 | 95.57 | - |
| YUV | 83.65 | 224.7 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 255 | 0.59 | 0.84 | 0 | 0 | 257.86 | 1 | 0.58 |
| Hex | 68 | 28 | FF | 3B | 54 | 0 | 0 | 102 | 64 | 3A |
| Octal | 150 | 50 | 377 | 73 | 124 | 0 | 0 | 402 | 144 | 72 |
| Binary | 1101000 | 101000 | 11111111 | 111011 | 1010100 | 0 | 0 | 100000010 | 1100100 | 111010 |
Color Harmonies of #6828FF
Complementary color
Monochromatic Colors of #6828FF
Black with #6828FF
Text Example
Text Example
White with #6828FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6828FF; }
p { color: rgb(104,40,255); }
H1.HeaderClassName
{
color: #6828FF;
}
.AnyTagClassName
{
color: #6828FF;
}
</style>
background-color css
<style>
a { background-color: #6828FF; }
a { background-color: rgb(104,40,255); }
div.DivClassName
{
background-color: #6828FF;
}
.BgClassName
{
background-color: #6828FF;
}
</style>
border-color css
<style>
span { border-color: #6828FF; }
span { border-color: rgb(104,40,255); }
td.TdClassName
{
border-color: #6828FF;
}
.TagClassName
{
border-color: #6828FF;
}
</style>