Shades of Han Purple #6928EF
Tints of Han Purple #6928EF
RGB
CMYK
RGB Variations
Color information
#6928EF (or 0x6928EF) is known color: Han Purple. HEX triplet: 69, 28 and EF. RGB value is (105,40,239). Sum of RGB (Red+Green+Blue) = 105+40+239=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #6928EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6928EF is #96D710. Grayscale: #515151. Windows color (decimal): -9885457 or 15673449. OLE color: 15673449.
HSL color Cylindrical-coordinate representation of color #6928EF: hue angle of 259.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6928EF is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 40 | 239 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.06 |
| HSL | 259.6º | 0.86% | 0.55% | - |
| HSV(B) | 259.6º | 0.83% | 0.94% | - |
| XYZ | 22.16 | 10.75 | 82.57 | - |
| YUV | 82.12 | 216.53 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 239 | 0.56 | 0.83 | 0 | 0.06 | 259.6 | 0.86 | 0.55 |
| Hex | 69 | 28 | EF | 38 | 53 | 0 | 6 | 104 | 56 | 37 |
| Octal | 151 | 50 | 357 | 70 | 123 | 0 | 6 | 404 | 126 | 67 |
| Binary | 1101001 | 101000 | 11101111 | 111000 | 1010011 | 0 | 110 | 100000100 | 1010110 | 110111 |
Color Harmonies of #6928EF
Complementary color
Monochromatic Colors of #6928EF
Black with #6928EF
Text Example
Text Example
White with #6928EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6928EF; }
p { color: rgb(105,40,239); }
H1.HeaderClassName
{
color: #6928EF;
}
.AnyTagClassName
{
color: #6928EF;
}
</style>
background-color css
<style>
a { background-color: #6928EF; }
a { background-color: rgb(105,40,239); }
div.DivClassName
{
background-color: #6928EF;
}
.BgClassName
{
background-color: #6928EF;
}
</style>
border-color css
<style>
span { border-color: #6928EF; }
span { border-color: rgb(105,40,239); }
td.TdClassName
{
border-color: #6928EF;
}
.TagClassName
{
border-color: #6928EF;
}
</style>