Shades of Han Purple #6923EF
Tints of Han Purple #6923EF
RGB
CMYK
RGB Variations
Color information
#6923EF (or 0x6923EF) is known color: Han Purple. HEX triplet: 69, 23 and EF. RGB value is (105,35,239). Sum of RGB (Red+Green+Blue) = 105+35+239=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #6923EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6923EF is #96DC10. Grayscale: #4E4E4E. Windows color (decimal): -9886737 or 15672169. OLE color: 15672169.
HSL color Cylindrical-coordinate representation of color #6923EF: hue angle of 260.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6923EF is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 35 | 239 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.06 |
| HSL | 260.59º | 0.86% | 0.54% | - |
| HSV(B) | 260.59º | 0.85% | 0.94% | - |
| XYZ | 22.01 | 10.44 | 82.52 | - |
| YUV | 79.19 | 218.19 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 239 | 0.56 | 0.85 | 0 | 0.06 | 260.59 | 0.86 | 0.54 |
| Hex | 69 | 23 | EF | 38 | 55 | 0 | 6 | 105 | 56 | 36 |
| Octal | 151 | 43 | 357 | 70 | 125 | 0 | 6 | 405 | 126 | 66 |
| Binary | 1101001 | 100011 | 11101111 | 111000 | 1010101 | 0 | 110 | 100000101 | 1010110 | 110110 |
Color Harmonies of #6923EF
Complementary color
Monochromatic Colors of #6923EF
Black with #6923EF
Text Example
Text Example
White with #6923EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6923EF; }
p { color: rgb(105,35,239); }
H1.HeaderClassName
{
color: #6923EF;
}
.AnyTagClassName
{
color: #6923EF;
}
</style>
background-color css
<style>
a { background-color: #6923EF; }
a { background-color: rgb(105,35,239); }
div.DivClassName
{
background-color: #6923EF;
}
.BgClassName
{
background-color: #6923EF;
}
</style>
border-color css
<style>
span { border-color: #6923EF; }
span { border-color: rgb(105,35,239); }
td.TdClassName
{
border-color: #6923EF;
}
.TagClassName
{
border-color: #6923EF;
}
</style>