Shades of Han Purple #6A2EF9
Tints of Han Purple #6A2EF9
RGB
CMYK
RGB Variations
Color information
#6A2EF9 (or 0x6A2EF9) is known color: Han Purple. HEX triplet: 6A, 2E and F9. RGB value is (106,46,249). Sum of RGB (Red+Green+Blue) = 106+46+249=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #6A2EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A2EF9 is #95D106. Grayscale: #565656. Windows color (decimal): -9818375 or 16330346. OLE color: 16330346.
HSL color Cylindrical-coordinate representation of color #6A2EF9: hue angle of 257.73º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A2EF9 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 46 | 249 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.02 |
| HSL | 257.73º | 0.94% | 0.58% | - |
| HSV(B) | 257.73º | 0.82% | 0.98% | - |
| XYZ | 24.02 | 11.86 | 90.65 | - |
| YUV | 87.08 | 219.38 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 249 | 0.57 | 0.82 | 0 | 0.02 | 257.73 | 0.94 | 0.58 |
| Hex | 6A | 2E | F9 | 39 | 52 | 0 | 2 | 102 | 5E | 3A |
| Octal | 152 | 56 | 371 | 71 | 122 | 0 | 2 | 402 | 136 | 72 |
| Binary | 1101010 | 101110 | 11111001 | 111001 | 1010010 | 0 | 10 | 100000010 | 1011110 | 111010 |
Color Harmonies of #6A2EF9
Complementary color
Monochromatic Colors of #6A2EF9
Black with #6A2EF9
Text Example
Text Example
White with #6A2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2EF9; }
p { color: rgb(106,46,249); }
H1.HeaderClassName
{
color: #6A2EF9;
}
.AnyTagClassName
{
color: #6A2EF9;
}
</style>
background-color css
<style>
a { background-color: #6A2EF9; }
a { background-color: rgb(106,46,249); }
div.DivClassName
{
background-color: #6A2EF9;
}
.BgClassName
{
background-color: #6A2EF9;
}
</style>
border-color css
<style>
span { border-color: #6A2EF9; }
span { border-color: rgb(106,46,249); }
td.TdClassName
{
border-color: #6A2EF9;
}
.TagClassName
{
border-color: #6A2EF9;
}
</style>