Shades of Han Purple #6936EF
Tints of Han Purple #6936EF
RGB
CMYK
RGB Variations
Color information
#6936EF (or 0x6936EF) is known color: Han Purple. HEX triplet: 69, 36 and EF. RGB value is (105,54,239). Sum of RGB (Red+Green+Blue) = 105+54+239=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #6936EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6936EF is #96C910. Grayscale: #595959. Windows color (decimal): -9881873 or 15677033. OLE color: 15677033.
HSL color Cylindrical-coordinate representation of color #6936EF: hue angle of 256.54º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6936EF is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 54 | 239 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.06 |
| HSL | 256.54º | 0.85% | 0.57% | - |
| HSV(B) | 256.54º | 0.77% | 0.94% | - |
| XYZ | 22.72 | 11.87 | 82.76 | - |
| YUV | 90.34 | 211.9 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 239 | 0.56 | 0.77 | 0 | 0.06 | 256.54 | 0.85 | 0.57 |
| Hex | 69 | 36 | EF | 38 | 4D | 0 | 6 | 101 | 55 | 39 |
| Octal | 151 | 66 | 357 | 70 | 115 | 0 | 6 | 401 | 125 | 71 |
| Binary | 1101001 | 110110 | 11101111 | 111000 | 1001101 | 0 | 110 | 100000001 | 1010101 | 111001 |
Color Harmonies of #6936EF
Complementary color
Monochromatic Colors of #6936EF
Black with #6936EF
Text Example
Text Example
White with #6936EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6936EF; }
p { color: rgb(105,54,239); }
H1.HeaderClassName
{
color: #6936EF;
}
.AnyTagClassName
{
color: #6936EF;
}
</style>
background-color css
<style>
a { background-color: #6936EF; }
a { background-color: rgb(105,54,239); }
div.DivClassName
{
background-color: #6936EF;
}
.BgClassName
{
background-color: #6936EF;
}
</style>
border-color css
<style>
span { border-color: #6936EF; }
span { border-color: rgb(105,54,239); }
td.TdClassName
{
border-color: #6936EF;
}
.TagClassName
{
border-color: #6936EF;
}
</style>