Shades of Han Purple #6A1BEF
Tints of Han Purple #6A1BEF
RGB
CMYK
RGB Variations
Color information
#6A1BEF (or 0x6A1BEF) is known color: Han Purple. HEX triplet: 6A, 1B and EF. RGB value is (106,27,239). Sum of RGB (Red+Green+Blue) = 106+27+239=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A1BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1BEF is #95E410. Grayscale: #4A4A4A. Windows color (decimal): -9823249 or 15670122. OLE color: 15670122.
HSL color Cylindrical-coordinate representation of color #6A1BEF: hue angle of 262.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A1BEF is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 27 | 239 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.06 |
| HSL | 262.36º | 0.87% | 0.52% | - |
| HSV(B) | 262.36º | 0.89% | 0.94% | - |
| XYZ | 21.92 | 10.08 | 82.45 | - |
| YUV | 74.79 | 220.67 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 27 | 239 | 0.56 | 0.89 | 0 | 0.06 | 262.36 | 0.87 | 0.52 |
| Hex | 6A | 1B | EF | 38 | 59 | 0 | 6 | 106 | 57 | 34 |
| Octal | 152 | 33 | 357 | 70 | 131 | 0 | 6 | 406 | 127 | 64 |
| Binary | 1101010 | 11011 | 11101111 | 111000 | 1011001 | 0 | 110 | 100000110 | 1010111 | 110100 |
Color Harmonies of #6A1BEF
Complementary color
Monochromatic Colors of #6A1BEF
Black with #6A1BEF
Text Example
Text Example
White with #6A1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1BEF; }
p { color: rgb(106,27,239); }
H1.HeaderClassName
{
color: #6A1BEF;
}
.AnyTagClassName
{
color: #6A1BEF;
}
</style>
background-color css
<style>
a { background-color: #6A1BEF; }
a { background-color: rgb(106,27,239); }
div.DivClassName
{
background-color: #6A1BEF;
}
.BgClassName
{
background-color: #6A1BEF;
}
</style>
border-color css
<style>
span { border-color: #6A1BEF; }
span { border-color: rgb(106,27,239); }
td.TdClassName
{
border-color: #6A1BEF;
}
.TagClassName
{
border-color: #6A1BEF;
}
</style>