Shades of Han Purple #6834E9
Tints of Han Purple #6834E9
RGB
CMYK
RGB Variations
Color information
#6834E9 (or 0x6834E9) is known color: Han Purple. HEX triplet: 68, 34 and E9. RGB value is (104,52,233). Sum of RGB (Red+Green+Blue) = 104+52+233=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 233 (91.41% from 255 or 59.90% from 389); Max value from RGB is 233 - color contains mainly: blue. Hex color #6834E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6834E9 is #97CB16. Grayscale: #575757. Windows color (decimal): -9947927 or 15283304. OLE color: 15283304.
HSL color Cylindrical-coordinate representation of color #6834E9: hue angle of 257.24º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6834E9 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 52 | 233 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.09 |
| HSL | 257.24º | 0.8% | 0.56% | - |
| HSV(B) | 257.24º | 0.78% | 0.91% | - |
| XYZ | 21.64 | 11.28 | 78.13 | - |
| YUV | 88.18 | 209.73 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 233 | 0.55 | 0.78 | 0 | 0.09 | 257.24 | 0.8 | 0.56 |
| Hex | 68 | 34 | E9 | 37 | 4E | 0 | 9 | 101 | 50 | 38 |
| Octal | 150 | 64 | 351 | 67 | 116 | 0 | 11 | 401 | 120 | 70 |
| Binary | 1101000 | 110100 | 11101001 | 110111 | 1001110 | 0 | 1001 | 100000001 | 1010000 | 111000 |
Color Harmonies of #6834E9
Complementary color
Monochromatic Colors of #6834E9
Black with #6834E9
Text Example
Text Example
White with #6834E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6834E9; }
p { color: rgb(104,52,233); }
H1.HeaderClassName
{
color: #6834E9;
}
.AnyTagClassName
{
color: #6834E9;
}
</style>
background-color css
<style>
a { background-color: #6834E9; }
a { background-color: rgb(104,52,233); }
div.DivClassName
{
background-color: #6834E9;
}
.BgClassName
{
background-color: #6834E9;
}
</style>
border-color css
<style>
span { border-color: #6834E9; }
span { border-color: rgb(104,52,233); }
td.TdClassName
{
border-color: #6834E9;
}
.TagClassName
{
border-color: #6834E9;
}
</style>