Shades of Han Purple #6827E9
Tints of Han Purple #6827E9
RGB
CMYK
RGB Variations
Color information
#6827E9 (or 0x6827E9) is known color: Han Purple. HEX triplet: 68, 27 and E9. RGB value is (104,39,233). Sum of RGB (Red+Green+Blue) = 104+39+233=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #6827E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6827E9 is #97D816. Grayscale: #4F4F4F. Windows color (decimal): -9951255 or 15279976. OLE color: 15279976.
HSL color Cylindrical-coordinate representation of color #6827E9: hue angle of 260.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6827E9 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 39 | 233 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.09 |
| HSL | 260.1º | 0.82% | 0.53% | - |
| HSV(B) | 260.1º | 0.83% | 0.91% | - |
| XYZ | 21.14 | 10.28 | 77.96 | - |
| YUV | 80.55 | 214.03 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 233 | 0.55 | 0.83 | 0 | 0.09 | 260.1 | 0.82 | 0.53 |
| Hex | 68 | 27 | E9 | 37 | 53 | 0 | 9 | 104 | 52 | 35 |
| Octal | 150 | 47 | 351 | 67 | 123 | 0 | 11 | 404 | 122 | 65 |
| Binary | 1101000 | 100111 | 11101001 | 110111 | 1010011 | 0 | 1001 | 100000100 | 1010010 | 110101 |
Color Harmonies of #6827E9
Complementary color
Monochromatic Colors of #6827E9
Black with #6827E9
Text Example
Text Example
White with #6827E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6827E9; }
p { color: rgb(104,39,233); }
H1.HeaderClassName
{
color: #6827E9;
}
.AnyTagClassName
{
color: #6827E9;
}
</style>
background-color css
<style>
a { background-color: #6827E9; }
a { background-color: rgb(104,39,233); }
div.DivClassName
{
background-color: #6827E9;
}
.BgClassName
{
background-color: #6827E9;
}
</style>
border-color css
<style>
span { border-color: #6827E9; }
span { border-color: rgb(104,39,233); }
td.TdClassName
{
border-color: #6827E9;
}
.TagClassName
{
border-color: #6827E9;
}
</style>