Shades of Han Purple #6926EF
Tints of Han Purple #6926EF
RGB
CMYK
RGB Variations
Color information
#6926EF (or 0x6926EF) is known color: Han Purple. HEX triplet: 69, 26 and EF. RGB value is (105,38,239). Sum of RGB (Red+Green+Blue) = 105+38+239=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #6926EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6926EF is #96D910. Grayscale: #505050. Windows color (decimal): -9885969 or 15672937. OLE color: 15672937.
HSL color Cylindrical-coordinate representation of color #6926EF: hue angle of 260º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6926EF is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 38 | 239 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.06 |
| HSL | 260º | 0.86% | 0.54% | - |
| HSV(B) | 260º | 0.84% | 0.94% | - |
| XYZ | 22.1 | 10.62 | 82.55 | - |
| YUV | 80.95 | 217.2 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 239 | 0.56 | 0.84 | 0 | 0.06 | 260 | 0.86 | 0.54 |
| Hex | 69 | 26 | EF | 38 | 54 | 0 | 6 | 104 | 56 | 36 |
| Octal | 151 | 46 | 357 | 70 | 124 | 0 | 6 | 404 | 126 | 66 |
| Binary | 1101001 | 100110 | 11101111 | 111000 | 1010100 | 0 | 110 | 100000100 | 1010110 | 110110 |
Color Harmonies of #6926EF
Complementary color
Monochromatic Colors of #6926EF
Black with #6926EF
Text Example
Text Example
White with #6926EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6926EF; }
p { color: rgb(105,38,239); }
H1.HeaderClassName
{
color: #6926EF;
}
.AnyTagClassName
{
color: #6926EF;
}
</style>
background-color css
<style>
a { background-color: #6926EF; }
a { background-color: rgb(105,38,239); }
div.DivClassName
{
background-color: #6926EF;
}
.BgClassName
{
background-color: #6926EF;
}
</style>
border-color css
<style>
span { border-color: #6926EF; }
span { border-color: rgb(105,38,239); }
td.TdClassName
{
border-color: #6926EF;
}
.TagClassName
{
border-color: #6926EF;
}
</style>