Shades of Han Purple #6829EE
Tints of Han Purple #6829EE
RGB
CMYK
RGB Variations
Color information
#6829EE (or 0x6829EE) is known color: Han Purple. HEX triplet: 68, 29 and EE. RGB value is (104,41,238). Sum of RGB (Red+Green+Blue) = 104+41+238=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #6829EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6829EE is #97D611. Grayscale: #515151. Windows color (decimal): -9950738 or 15608168. OLE color: 15608168.
HSL color Cylindrical-coordinate representation of color #6829EE: hue angle of 259.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6829EE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 41 | 238 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.07 |
| HSL | 259.19º | 0.85% | 0.55% | - |
| HSV(B) | 259.19º | 0.83% | 0.93% | - |
| XYZ | 21.93 | 10.7 | 81.8 | - |
| YUV | 82.3 | 215.87 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 238 | 0.56 | 0.83 | 0 | 0.07 | 259.19 | 0.85 | 0.55 |
| Hex | 68 | 29 | EE | 38 | 53 | 0 | 7 | 103 | 55 | 37 |
| Octal | 150 | 51 | 356 | 70 | 123 | 0 | 7 | 403 | 125 | 67 |
| Binary | 1101000 | 101001 | 11101110 | 111000 | 1010011 | 0 | 111 | 100000011 | 1010101 | 110111 |
Color Harmonies of #6829EE
Complementary color
Monochromatic Colors of #6829EE
Black with #6829EE
Text Example
Text Example
White with #6829EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6829EE; }
p { color: rgb(104,41,238); }
H1.HeaderClassName
{
color: #6829EE;
}
.AnyTagClassName
{
color: #6829EE;
}
</style>
background-color css
<style>
a { background-color: #6829EE; }
a { background-color: rgb(104,41,238); }
div.DivClassName
{
background-color: #6829EE;
}
.BgClassName
{
background-color: #6829EE;
}
</style>
border-color css
<style>
span { border-color: #6829EE; }
span { border-color: rgb(104,41,238); }
td.TdClassName
{
border-color: #6829EE;
}
.TagClassName
{
border-color: #6829EE;
}
</style>