Shades of Han Purple #6A2EF2
Tints of Han Purple #6A2EF2
RGB
CMYK
RGB Variations
Color information
#6A2EF2 (or 0x6A2EF2) is known color: Han Purple. HEX triplet: 6A, 2E and F2. RGB value is (106,46,242). Sum of RGB (Red+Green+Blue) = 106+46+242=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 242 (94.92% from 255 or 61.42% from 394); Max value from RGB is 242 - color contains mainly: blue. Hex color #6A2EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A2EF2 is #95D10D. Grayscale: #555555. Windows color (decimal): -9818382 or 15871594. OLE color: 15871594.
HSL color Cylindrical-coordinate representation of color #6A2EF2: hue angle of 258.37º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A2EF2 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 46 | 242 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.05 |
| HSL | 258.37º | 0.88% | 0.56% | - |
| HSV(B) | 258.37º | 0.81% | 0.95% | - |
| XYZ | 22.95 | 11.43 | 85 | - |
| YUV | 86.28 | 215.88 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 242 | 0.56 | 0.81 | 0 | 0.05 | 258.37 | 0.88 | 0.56 |
| Hex | 6A | 2E | F2 | 38 | 51 | 0 | 5 | 102 | 58 | 38 |
| Octal | 152 | 56 | 362 | 70 | 121 | 0 | 5 | 402 | 130 | 70 |
| Binary | 1101010 | 101110 | 11110010 | 111000 | 1010001 | 0 | 101 | 100000010 | 1011000 | 111000 |
Color Harmonies of #6A2EF2
Complementary color
Monochromatic Colors of #6A2EF2
Black with #6A2EF2
Text Example
Text Example
White with #6A2EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2EF2; }
p { color: rgb(106,46,242); }
H1.HeaderClassName
{
color: #6A2EF2;
}
.AnyTagClassName
{
color: #6A2EF2;
}
</style>
background-color css
<style>
a { background-color: #6A2EF2; }
a { background-color: rgb(106,46,242); }
div.DivClassName
{
background-color: #6A2EF2;
}
.BgClassName
{
background-color: #6A2EF2;
}
</style>
border-color css
<style>
span { border-color: #6A2EF2; }
span { border-color: rgb(106,46,242); }
td.TdClassName
{
border-color: #6A2EF2;
}
.TagClassName
{
border-color: #6A2EF2;
}
</style>