Shades of Han Purple #6828FA
Tints of Han Purple #6828FA
RGB
CMYK
RGB Variations
Color information
#6828FA (or 0x6828FA) is known color: Han Purple. HEX triplet: 68, 28 and FA. RGB value is (104,40,250). Sum of RGB (Red+Green+Blue) = 104+40+250=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #6828FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6828FA is #97D705. Grayscale: #525252. Windows color (decimal): -9950982 or 16394344. OLE color: 16394344.
HSL color Cylindrical-coordinate representation of color #6828FA: hue angle of 258.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6828FA is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 40 | 250 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.02 |
| HSL | 258.29º | 0.95% | 0.57% | - |
| HSV(B) | 258.29º | 0.84% | 0.98% | - |
| XYZ | 23.72 | 11.36 | 91.39 | - |
| YUV | 83.08 | 222.2 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 250 | 0.58 | 0.84 | 0 | 0.02 | 258.29 | 0.95 | 0.57 |
| Hex | 68 | 28 | FA | 3A | 54 | 0 | 2 | 102 | 5F | 39 |
| Octal | 150 | 50 | 372 | 72 | 124 | 0 | 2 | 402 | 137 | 71 |
| Binary | 1101000 | 101000 | 11111010 | 111010 | 1010100 | 0 | 10 | 100000010 | 1011111 | 111001 |
Color Harmonies of #6828FA
Complementary color
Monochromatic Colors of #6828FA
Black with #6828FA
Text Example
Text Example
White with #6828FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6828FA; }
p { color: rgb(104,40,250); }
H1.HeaderClassName
{
color: #6828FA;
}
.AnyTagClassName
{
color: #6828FA;
}
</style>
background-color css
<style>
a { background-color: #6828FA; }
a { background-color: rgb(104,40,250); }
div.DivClassName
{
background-color: #6828FA;
}
.BgClassName
{
background-color: #6828FA;
}
</style>
border-color css
<style>
span { border-color: #6828FA; }
span { border-color: rgb(104,40,250); }
td.TdClassName
{
border-color: #6828FA;
}
.TagClassName
{
border-color: #6828FA;
}
</style>