Shades of Han Purple #6829FF
Tints of Han Purple #6829FF
RGB
CMYK
RGB Variations
Color information
#6829FF (or 0x6829FF) is known color: Han Purple. HEX triplet: 68, 29 and FF. RGB value is (104,41,255). Sum of RGB (Red+Green+Blue) = 104+41+255=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #6829FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6829FF is #97D600. Grayscale: #535353. Windows color (decimal): -9950721 or 16722280. OLE color: 16722280.
HSL color Cylindrical-coordinate representation of color #6829FF: hue angle of 257.66º 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 #6829FF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 41 | 255 | - |
| CMYK | 0.59 | 0.84 | 0 | 0 |
| HSL | 257.66º | 1% | 0.58% | - |
| HSV(B) | 257.66º | 0.84% | 1% | - |
| XYZ | 24.55 | 11.75 | 95.58 | - |
| YUV | 84.23 | 224.37 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 255 | 0.59 | 0.84 | 0 | 0 | 257.66 | 1 | 0.58 |
| Hex | 68 | 29 | FF | 3B | 54 | 0 | 0 | 102 | 64 | 3A |
| Octal | 150 | 51 | 377 | 73 | 124 | 0 | 0 | 402 | 144 | 72 |
| Binary | 1101000 | 101001 | 11111111 | 111011 | 1010100 | 0 | 0 | 100000010 | 1100100 | 111010 |
Color Harmonies of #6829FF
Complementary color
Monochromatic Colors of #6829FF
Black with #6829FF
Text Example
Text Example
White with #6829FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6829FF; }
p { color: rgb(104,41,255); }
H1.HeaderClassName
{
color: #6829FF;
}
.AnyTagClassName
{
color: #6829FF;
}
</style>
background-color css
<style>
a { background-color: #6829FF; }
a { background-color: rgb(104,41,255); }
div.DivClassName
{
background-color: #6829FF;
}
.BgClassName
{
background-color: #6829FF;
}
</style>
border-color css
<style>
span { border-color: #6829FF; }
span { border-color: rgb(104,41,255); }
td.TdClassName
{
border-color: #6829FF;
}
.TagClassName
{
border-color: #6829FF;
}
</style>