Shades of Han Purple #6928EE
Tints of Han Purple #6928EE
RGB
CMYK
RGB Variations
Color information
#6928EE (or 0x6928EE) is known color: Han Purple. HEX triplet: 69, 28 and EE. RGB value is (105,40,238). Sum of RGB (Red+Green+Blue) = 105+40+238=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #6928EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6928EE is #96D711. Grayscale: #515151. Windows color (decimal): -9885458 or 15607913. OLE color: 15607913.
HSL color Cylindrical-coordinate representation of color #6928EE: hue angle of 259.7º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6928EE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 40 | 238 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.07 |
| HSL | 259.7º | 0.85% | 0.55% | - |
| HSV(B) | 259.7º | 0.83% | 0.93% | - |
| XYZ | 22.02 | 10.69 | 81.79 | - |
| YUV | 82.01 | 216.03 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 238 | 0.56 | 0.83 | 0 | 0.07 | 259.7 | 0.85 | 0.55 |
| Hex | 69 | 28 | EE | 38 | 53 | 0 | 7 | 104 | 55 | 37 |
| Octal | 151 | 50 | 356 | 70 | 123 | 0 | 7 | 404 | 125 | 67 |
| Binary | 1101001 | 101000 | 11101110 | 111000 | 1010011 | 0 | 111 | 100000100 | 1010101 | 110111 |
Color Harmonies of #6928EE
Complementary color
Monochromatic Colors of #6928EE
Black with #6928EE
Text Example
Text Example
White with #6928EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6928EE; }
p { color: rgb(105,40,238); }
H1.HeaderClassName
{
color: #6928EE;
}
.AnyTagClassName
{
color: #6928EE;
}
</style>
background-color css
<style>
a { background-color: #6928EE; }
a { background-color: rgb(105,40,238); }
div.DivClassName
{
background-color: #6928EE;
}
.BgClassName
{
background-color: #6928EE;
}
</style>
border-color css
<style>
span { border-color: #6928EE; }
span { border-color: rgb(105,40,238); }
td.TdClassName
{
border-color: #6928EE;
}
.TagClassName
{
border-color: #6928EE;
}
</style>