Shades of Han Purple #6922EE
Tints of Han Purple #6922EE
RGB
CMYK
RGB Variations
Color information
#6922EE (or 0x6922EE) is known color: Han Purple. HEX triplet: 69, 22 and EE. RGB value is (105,34,238). Sum of RGB (Red+Green+Blue) = 105+34+238=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #6922EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6922EE is #96DD11. Grayscale: #4D4D4D. Windows color (decimal): -9886994 or 15606377. OLE color: 15606377.
HSL color Cylindrical-coordinate representation of color #6922EE: hue angle of 260.88º degrees, saturation: 0.86, 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 #6922EE is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 34 | 238 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.07 |
| HSL | 260.88º | 0.86% | 0.53% | - |
| HSV(B) | 260.88º | 0.86% | 0.93% | - |
| XYZ | 21.83 | 10.32 | 81.73 | - |
| YUV | 78.49 | 218.02 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 34 | 238 | 0.56 | 0.86 | 0 | 0.07 | 260.88 | 0.86 | 0.53 |
| Hex | 69 | 22 | EE | 38 | 56 | 0 | 7 | 105 | 56 | 35 |
| Octal | 151 | 42 | 356 | 70 | 126 | 0 | 7 | 405 | 126 | 65 |
| Binary | 1101001 | 100010 | 11101110 | 111000 | 1010110 | 0 | 111 | 100000101 | 1010110 | 110101 |
Color Harmonies of #6922EE
Complementary color
Monochromatic Colors of #6922EE
Black with #6922EE
Text Example
Text Example
White with #6922EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6922EE; }
p { color: rgb(105,34,238); }
H1.HeaderClassName
{
color: #6922EE;
}
.AnyTagClassName
{
color: #6922EE;
}
</style>
background-color css
<style>
a { background-color: #6922EE; }
a { background-color: rgb(105,34,238); }
div.DivClassName
{
background-color: #6922EE;
}
.BgClassName
{
background-color: #6922EE;
}
</style>
border-color css
<style>
span { border-color: #6922EE; }
span { border-color: rgb(105,34,238); }
td.TdClassName
{
border-color: #6922EE;
}
.TagClassName
{
border-color: #6922EE;
}
</style>