Shades of Han Purple #6A1BFB
Tints of Han Purple #6A1BFB
RGB
CMYK
RGB Variations
Color information
#6A1BFB (or 0x6A1BFB) is known color: Han Purple. HEX triplet: 6A, 1B and FB. RGB value is (106,27,251). Sum of RGB (Red+Green+Blue) = 106+27+251=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A1BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1BFB is #95E404. Grayscale: #4B4B4B. Windows color (decimal): -9823237 or 16456554. OLE color: 16456554.
HSL color Cylindrical-coordinate representation of color #6A1BFB: hue angle of 261.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A1BFB is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 27 | 251 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.02 |
| HSL | 261.16º | 0.97% | 0.55% | - |
| HSV(B) | 261.16º | 0.89% | 0.98% | - |
| XYZ | 23.75 | 10.81 | 92.1 | - |
| YUV | 76.16 | 226.67 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 27 | 251 | 0.58 | 0.89 | 0 | 0.02 | 261.16 | 0.97 | 0.55 |
| Hex | 6A | 1B | FB | 3A | 59 | 0 | 2 | 105 | 61 | 37 |
| Octal | 152 | 33 | 373 | 72 | 131 | 0 | 2 | 405 | 141 | 67 |
| Binary | 1101010 | 11011 | 11111011 | 111010 | 1011001 | 0 | 10 | 100000101 | 1100001 | 110111 |
Color Harmonies of #6A1BFB
Complementary color
Monochromatic Colors of #6A1BFB
Black with #6A1BFB
Text Example
Text Example
White with #6A1BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1BFB; }
p { color: rgb(106,27,251); }
H1.HeaderClassName
{
color: #6A1BFB;
}
.AnyTagClassName
{
color: #6A1BFB;
}
</style>
background-color css
<style>
a { background-color: #6A1BFB; }
a { background-color: rgb(106,27,251); }
div.DivClassName
{
background-color: #6A1BFB;
}
.BgClassName
{
background-color: #6A1BFB;
}
</style>
border-color css
<style>
span { border-color: #6A1BFB; }
span { border-color: rgb(106,27,251); }
td.TdClassName
{
border-color: #6A1BFB;
}
.TagClassName
{
border-color: #6A1BFB;
}
</style>