Shades of Han Purple #6834EA
Tints of Han Purple #6834EA
RGB
CMYK
RGB Variations
Color information
#6834EA (or 0x6834EA) is known color: Han Purple. HEX triplet: 68, 34 and EA. RGB value is (104,52,234). Sum of RGB (Red+Green+Blue) = 104+52+234=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #6834EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6834EA is #97CB15. Grayscale: #575757. Windows color (decimal): -9947926 or 15348840. OLE color: 15348840.
HSL color Cylindrical-coordinate representation of color #6834EA: hue angle of 257.14º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6834EA is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 52 | 234 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.08 |
| HSL | 257.14º | 0.81% | 0.56% | - |
| HSV(B) | 257.14º | 0.78% | 0.92% | - |
| XYZ | 21.79 | 11.34 | 78.88 | - |
| YUV | 88.3 | 210.23 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 234 | 0.56 | 0.78 | 0 | 0.08 | 257.14 | 0.81 | 0.56 |
| Hex | 68 | 34 | EA | 38 | 4E | 0 | 8 | 101 | 51 | 38 |
| Octal | 150 | 64 | 352 | 70 | 116 | 0 | 10 | 401 | 121 | 70 |
| Binary | 1101000 | 110100 | 11101010 | 111000 | 1001110 | 0 | 1000 | 100000001 | 1010001 | 111000 |
Color Harmonies of #6834EA
Complementary color
Monochromatic Colors of #6834EA
Black with #6834EA
Text Example
Text Example
White with #6834EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6834EA; }
p { color: rgb(104,52,234); }
H1.HeaderClassName
{
color: #6834EA;
}
.AnyTagClassName
{
color: #6834EA;
}
</style>
background-color css
<style>
a { background-color: #6834EA; }
a { background-color: rgb(104,52,234); }
div.DivClassName
{
background-color: #6834EA;
}
.BgClassName
{
background-color: #6834EA;
}
</style>
border-color css
<style>
span { border-color: #6834EA; }
span { border-color: rgb(104,52,234); }
td.TdClassName
{
border-color: #6834EA;
}
.TagClassName
{
border-color: #6834EA;
}
</style>