Shades of Han Purple #6922EC
Tints of Han Purple #6922EC
RGB
CMYK
RGB Variations
Color information
#6922EC (or 0x6922EC) is known color: Han Purple. HEX triplet: 69, 22 and EC. RGB value is (105,34,236). Sum of RGB (Red+Green+Blue) = 105+34+236=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #6922EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6922EC is #96DD13. Grayscale: #4D4D4D. Windows color (decimal): -9886996 or 15475305. OLE color: 15475305.
HSL color Cylindrical-coordinate representation of color #6922EC: hue angle of 261.09º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6922EC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 34 | 236 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.07 |
| HSL | 261.09º | 0.84% | 0.53% | - |
| HSV(B) | 261.09º | 0.86% | 0.93% | - |
| XYZ | 21.54 | 10.2 | 80.19 | - |
| YUV | 78.26 | 217.02 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 34 | 236 | 0.56 | 0.86 | 0 | 0.07 | 261.09 | 0.84 | 0.53 |
| Hex | 69 | 22 | EC | 38 | 56 | 0 | 7 | 105 | 54 | 35 |
| Octal | 151 | 42 | 354 | 70 | 126 | 0 | 7 | 405 | 124 | 65 |
| Binary | 1101001 | 100010 | 11101100 | 111000 | 1010110 | 0 | 111 | 100000101 | 1010100 | 110101 |
Color Harmonies of #6922EC
Complementary color
Monochromatic Colors of #6922EC
Black with #6922EC
Text Example
Text Example
White with #6922EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6922EC; }
p { color: rgb(105,34,236); }
H1.HeaderClassName
{
color: #6922EC;
}
.AnyTagClassName
{
color: #6922EC;
}
</style>
background-color css
<style>
a { background-color: #6922EC; }
a { background-color: rgb(105,34,236); }
div.DivClassName
{
background-color: #6922EC;
}
.BgClassName
{
background-color: #6922EC;
}
</style>
border-color css
<style>
span { border-color: #6922EC; }
span { border-color: rgb(105,34,236); }
td.TdClassName
{
border-color: #6922EC;
}
.TagClassName
{
border-color: #6922EC;
}
</style>