Shades of Han Purple #6828FD
Tints of Han Purple #6828FD
RGB
CMYK
RGB Variations
Color information
#6828FD (or 0x6828FD) is known color: Han Purple. HEX triplet: 68, 28 and FD. RGB value is (104,40,253). Sum of RGB (Red+Green+Blue) = 104+40+253=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #6828FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6828FD is #97D702. Grayscale: #525252. Windows color (decimal): -9950979 or 16590952. OLE color: 16590952.
HSL color Cylindrical-coordinate representation of color #6828FD: hue angle of 258.03º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6828FD is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 40 | 253 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.01 |
| HSL | 258.03º | 0.98% | 0.57% | - |
| HSV(B) | 258.03º | 0.84% | 0.99% | - |
| XYZ | 24.2 | 11.55 | 93.88 | - |
| YUV | 83.42 | 223.7 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 253 | 0.59 | 0.84 | 0 | 0.01 | 258.03 | 0.98 | 0.57 |
| Hex | 68 | 28 | FD | 3B | 54 | 0 | 1 | 102 | 62 | 39 |
| Octal | 150 | 50 | 375 | 73 | 124 | 0 | 1 | 402 | 142 | 71 |
| Binary | 1101000 | 101000 | 11111101 | 111011 | 1010100 | 0 | 1 | 100000010 | 1100010 | 111001 |
Color Harmonies of #6828FD
Complementary color
Monochromatic Colors of #6828FD
Black with #6828FD
Text Example
Text Example
White with #6828FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6828FD; }
p { color: rgb(104,40,253); }
H1.HeaderClassName
{
color: #6828FD;
}
.AnyTagClassName
{
color: #6828FD;
}
</style>
background-color css
<style>
a { background-color: #6828FD; }
a { background-color: rgb(104,40,253); }
div.DivClassName
{
background-color: #6828FD;
}
.BgClassName
{
background-color: #6828FD;
}
</style>
border-color css
<style>
span { border-color: #6828FD; }
span { border-color: rgb(104,40,253); }
td.TdClassName
{
border-color: #6828FD;
}
.TagClassName
{
border-color: #6828FD;
}
</style>