Shades of Han Purple #6920EE
Tints of Han Purple #6920EE
RGB
CMYK
RGB Variations
Color information
#6920EE (or 0x6920EE) is known color: Han Purple. HEX triplet: 69, 20 and EE. RGB value is (105,32,238). Sum of RGB (Red+Green+Blue) = 105+32+238=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #6920EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6920EE is #96DF11. Grayscale: #4C4C4C. Windows color (decimal): -9887506 or 15605865. OLE color: 15605865.
HSL color Cylindrical-coordinate representation of color #6920EE: hue angle of 261.26º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6920EE is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 32 | 238 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.07 |
| HSL | 261.26º | 0.86% | 0.53% | - |
| HSV(B) | 261.26º | 0.87% | 0.93% | - |
| XYZ | 21.77 | 10.21 | 81.71 | - |
| YUV | 77.31 | 218.68 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 238 | 0.56 | 0.87 | 0 | 0.07 | 261.26 | 0.86 | 0.53 |
| Hex | 69 | 20 | EE | 38 | 57 | 0 | 7 | 105 | 56 | 35 |
| Octal | 151 | 40 | 356 | 70 | 127 | 0 | 7 | 405 | 126 | 65 |
| Binary | 1101001 | 100000 | 11101110 | 111000 | 1010111 | 0 | 111 | 100000101 | 1010110 | 110101 |
Color Harmonies of #6920EE
Complementary color
Monochromatic Colors of #6920EE
Black with #6920EE
Text Example
Text Example
White with #6920EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6920EE; }
p { color: rgb(105,32,238); }
H1.HeaderClassName
{
color: #6920EE;
}
.AnyTagClassName
{
color: #6920EE;
}
</style>
background-color css
<style>
a { background-color: #6920EE; }
a { background-color: rgb(105,32,238); }
div.DivClassName
{
background-color: #6920EE;
}
.BgClassName
{
background-color: #6920EE;
}
</style>
border-color css
<style>
span { border-color: #6920EE; }
span { border-color: rgb(105,32,238); }
td.TdClassName
{
border-color: #6920EE;
}
.TagClassName
{
border-color: #6920EE;
}
</style>