Shades of Han Purple #6927EB
Tints of Han Purple #6927EB
RGB
CMYK
RGB Variations
Color information
#6927EB (or 0x6927EB) is known color: Han Purple. HEX triplet: 69, 27 and EB. RGB value is (105,39,235). Sum of RGB (Red+Green+Blue) = 105+39+235=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #6927EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6927EB is #96D814. Grayscale: #505050. Windows color (decimal): -9885717 or 15411049. OLE color: 15411049.
HSL color Cylindrical-coordinate representation of color #6927EB: hue angle of 260.2º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6927EB is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 39 | 235 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.08 |
| HSL | 260.2º | 0.83% | 0.54% | - |
| HSV(B) | 260.2º | 0.83% | 0.92% | - |
| XYZ | 21.55 | 10.45 | 79.48 | - |
| YUV | 81.08 | 214.87 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 235 | 0.55 | 0.83 | 0 | 0.08 | 260.2 | 0.83 | 0.54 |
| Hex | 69 | 27 | EB | 37 | 53 | 0 | 8 | 104 | 53 | 36 |
| Octal | 151 | 47 | 353 | 67 | 123 | 0 | 10 | 404 | 123 | 66 |
| Binary | 1101001 | 100111 | 11101011 | 110111 | 1010011 | 0 | 1000 | 100000100 | 1010011 | 110110 |
Color Harmonies of #6927EB
Complementary color
Monochromatic Colors of #6927EB
Black with #6927EB
Text Example
Text Example
White with #6927EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6927EB; }
p { color: rgb(105,39,235); }
H1.HeaderClassName
{
color: #6927EB;
}
.AnyTagClassName
{
color: #6927EB;
}
</style>
background-color css
<style>
a { background-color: #6927EB; }
a { background-color: rgb(105,39,235); }
div.DivClassName
{
background-color: #6927EB;
}
.BgClassName
{
background-color: #6927EB;
}
</style>
border-color css
<style>
span { border-color: #6927EB; }
span { border-color: rgb(105,39,235); }
td.TdClassName
{
border-color: #6927EB;
}
.TagClassName
{
border-color: #6927EB;
}
</style>