Shades of Han Purple #6834EE
Tints of Han Purple #6834EE
RGB
CMYK
RGB Variations
Color information
#6834EE (or 0x6834EE) is known color: Han Purple. HEX triplet: 68, 34 and EE. RGB value is (104,52,238). Sum of RGB (Red+Green+Blue) = 104+52+238=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #6834EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6834EE is #97CB11. Grayscale: #585858. Windows color (decimal): -9947922 or 15610984. OLE color: 15610984.
HSL color Cylindrical-coordinate representation of color #6834EE: hue angle of 256.77º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6834EE is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 52 | 238 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.07 |
| HSL | 256.77º | 0.85% | 0.57% | - |
| HSV(B) | 256.77º | 0.78% | 0.93% | - |
| XYZ | 22.37 | 11.57 | 81.94 | - |
| YUV | 88.75 | 212.23 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 238 | 0.56 | 0.78 | 0 | 0.07 | 256.77 | 0.85 | 0.57 |
| Hex | 68 | 34 | EE | 38 | 4E | 0 | 7 | 101 | 55 | 39 |
| Octal | 150 | 64 | 356 | 70 | 116 | 0 | 7 | 401 | 125 | 71 |
| Binary | 1101000 | 110100 | 11101110 | 111000 | 1001110 | 0 | 111 | 100000001 | 1010101 | 111001 |
Color Harmonies of #6834EE
Complementary color
Monochromatic Colors of #6834EE
Black with #6834EE
Text Example
Text Example
White with #6834EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6834EE; }
p { color: rgb(104,52,238); }
H1.HeaderClassName
{
color: #6834EE;
}
.AnyTagClassName
{
color: #6834EE;
}
</style>
background-color css
<style>
a { background-color: #6834EE; }
a { background-color: rgb(104,52,238); }
div.DivClassName
{
background-color: #6834EE;
}
.BgClassName
{
background-color: #6834EE;
}
</style>
border-color css
<style>
span { border-color: #6834EE; }
span { border-color: rgb(104,52,238); }
td.TdClassName
{
border-color: #6834EE;
}
.TagClassName
{
border-color: #6834EE;
}
</style>