Shades of Han Purple #6832EC
Tints of Han Purple #6832EC
RGB
CMYK
RGB Variations
Color information
#6832EC (or 0x6832EC) is known color: Han Purple. HEX triplet: 68, 32 and EC. RGB value is (104,50,236). Sum of RGB (Red+Green+Blue) = 104+50+236=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #6832EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6832EC is #97CD13. Grayscale: #565656. Windows color (decimal): -9948436 or 15479400. OLE color: 15479400.
HSL color Cylindrical-coordinate representation of color #6832EC: hue angle of 257.42º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6832EC is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 50 | 236 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.07 |
| HSL | 257.42º | 0.83% | 0.56% | - |
| HSV(B) | 257.42º | 0.79% | 0.93% | - |
| XYZ | 21.99 | 11.28 | 80.38 | - |
| YUV | 87.35 | 211.89 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 236 | 0.56 | 0.79 | 0 | 0.07 | 257.42 | 0.83 | 0.56 |
| Hex | 68 | 32 | EC | 38 | 4F | 0 | 7 | 101 | 53 | 38 |
| Octal | 150 | 62 | 354 | 70 | 117 | 0 | 7 | 401 | 123 | 70 |
| Binary | 1101000 | 110010 | 11101100 | 111000 | 1001111 | 0 | 111 | 100000001 | 1010011 | 111000 |
Color Harmonies of #6832EC
Complementary color
Monochromatic Colors of #6832EC
Black with #6832EC
Text Example
Text Example
White with #6832EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6832EC; }
p { color: rgb(104,50,236); }
H1.HeaderClassName
{
color: #6832EC;
}
.AnyTagClassName
{
color: #6832EC;
}
</style>
background-color css
<style>
a { background-color: #6832EC; }
a { background-color: rgb(104,50,236); }
div.DivClassName
{
background-color: #6832EC;
}
.BgClassName
{
background-color: #6832EC;
}
</style>
border-color css
<style>
span { border-color: #6832EC; }
span { border-color: rgb(104,50,236); }
td.TdClassName
{
border-color: #6832EC;
}
.TagClassName
{
border-color: #6832EC;
}
</style>