Shades of Han Purple #6936EE
Tints of Han Purple #6936EE
RGB
CMYK
RGB Variations
Color information
#6936EE (or 0x6936EE) is known color: Han Purple. HEX triplet: 69, 36 and EE. RGB value is (105,54,238). Sum of RGB (Red+Green+Blue) = 105+54+238=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #6936EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6936EE is #96C911. Grayscale: #595959. Windows color (decimal): -9881874 or 15611497. OLE color: 15611497.
HSL color Cylindrical-coordinate representation of color #6936EE: hue angle of 256.63º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6936EE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 54 | 238 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.07 |
| HSL | 256.63º | 0.84% | 0.57% | - |
| HSV(B) | 256.63º | 0.77% | 0.93% | - |
| XYZ | 22.58 | 11.81 | 81.98 | - |
| YUV | 90.23 | 211.4 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 238 | 0.56 | 0.77 | 0 | 0.07 | 256.63 | 0.84 | 0.57 |
| Hex | 69 | 36 | EE | 38 | 4D | 0 | 7 | 101 | 54 | 39 |
| Octal | 151 | 66 | 356 | 70 | 115 | 0 | 7 | 401 | 124 | 71 |
| Binary | 1101001 | 110110 | 11101110 | 111000 | 1001101 | 0 | 111 | 100000001 | 1010100 | 111001 |
Color Harmonies of #6936EE
Complementary color
Monochromatic Colors of #6936EE
Black with #6936EE
Text Example
Text Example
White with #6936EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6936EE; }
p { color: rgb(105,54,238); }
H1.HeaderClassName
{
color: #6936EE;
}
.AnyTagClassName
{
color: #6936EE;
}
</style>
background-color css
<style>
a { background-color: #6936EE; }
a { background-color: rgb(105,54,238); }
div.DivClassName
{
background-color: #6936EE;
}
.BgClassName
{
background-color: #6936EE;
}
</style>
border-color css
<style>
span { border-color: #6936EE; }
span { border-color: rgb(105,54,238); }
td.TdClassName
{
border-color: #6936EE;
}
.TagClassName
{
border-color: #6936EE;
}
</style>