Shades of Han Purple #6A2FEF
Tints of Han Purple #6A2FEF
RGB
CMYK
RGB Variations
Color information
#6A2FEF (or 0x6A2FEF) is known color: Han Purple. HEX triplet: 6A, 2F and EF. RGB value is (106,47,239). Sum of RGB (Red+Green+Blue) = 106+47+239=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A2FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A2FEF is #95D010. Grayscale: #555555. Windows color (decimal): -9818129 or 15675242. OLE color: 15675242.
HSL color Cylindrical-coordinate representation of color #6A2FEF: hue angle of 258.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A2FEF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 47 | 239 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.06 |
| HSL | 258.44º | 0.86% | 0.56% | - |
| HSV(B) | 258.44º | 0.8% | 0.94% | - |
| XYZ | 22.54 | 11.33 | 82.66 | - |
| YUV | 86.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 47 | 239 | 0.56 | 0.80 | 0 | 0.06 | 258.44 | 0.86 | 0.56 |
| Hex | 6A | 2F | EF | 38 | 50 | 0 | 6 | 102 | 56 | 38 |
| Octal | 152 | 57 | 357 | 70 | 120 | 0 | 6 | 402 | 126 | 70 |
| Binary | 1101010 | 101111 | 11101111 | 111000 | 1010000 | 0 | 110 | 100000010 | 1010110 | 111000 |
Color Harmonies of #6A2FEF
Complementary color
Monochromatic Colors of #6A2FEF
Black with #6A2FEF
Text Example
Text Example
White with #6A2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2FEF; }
p { color: rgb(106,47,239); }
H1.HeaderClassName
{
color: #6A2FEF;
}
.AnyTagClassName
{
color: #6A2FEF;
}
</style>
background-color css
<style>
a { background-color: #6A2FEF; }
a { background-color: rgb(106,47,239); }
div.DivClassName
{
background-color: #6A2FEF;
}
.BgClassName
{
background-color: #6A2FEF;
}
</style>
border-color css
<style>
span { border-color: #6A2FEF; }
span { border-color: rgb(106,47,239); }
td.TdClassName
{
border-color: #6A2FEF;
}
.TagClassName
{
border-color: #6A2FEF;
}
</style>