Shades of Han Purple #6B1AFE
Tints of Han Purple #6B1AFE
RGB
CMYK
RGB Variations
Color information
#6B1AFE (or 0x6B1AFE) is known color: Han Purple. HEX triplet: 6B, 1A and FE. RGB value is (107,26,254). Sum of RGB (Red+Green+Blue) = 107+26+254=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B1AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1AFE is #94E501. Grayscale: #4B4B4B. Windows color (decimal): -9757954 or 16652907. OLE color: 16652907.
HSL color Cylindrical-coordinate representation of color #6B1AFE: hue angle of 261.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B1AFE is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 26 | 254 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.00 |
| HSL | 261.32º | 0.99% | 0.55% | - |
| HSV(B) | 261.32º | 0.9% | 1% | - |
| XYZ | 24.32 | 11.02 | 94.61 | - |
| YUV | 76.21 | 228.34 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 254 | 0.58 | 0.90 | 0 | 0.00 | 261.32 | 0.99 | 0.55 |
| Hex | 6B | 1A | FE | 3A | 5A | 0 | 0 | 105 | 63 | 37 |
| Octal | 153 | 32 | 376 | 72 | 132 | 0 | 0 | 405 | 143 | 67 |
| Binary | 1101011 | 11010 | 11111110 | 111010 | 1011010 | 0 | 0 | 100000101 | 1100011 | 110111 |
Color Harmonies of #6B1AFE
Complementary color
Monochromatic Colors of #6B1AFE
Black with #6B1AFE
Text Example
Text Example
White with #6B1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1AFE; }
p { color: rgb(107,26,254); }
H1.HeaderClassName
{
color: #6B1AFE;
}
.AnyTagClassName
{
color: #6B1AFE;
}
</style>
background-color css
<style>
a { background-color: #6B1AFE; }
a { background-color: rgb(107,26,254); }
div.DivClassName
{
background-color: #6B1AFE;
}
.BgClassName
{
background-color: #6B1AFE;
}
</style>
border-color css
<style>
span { border-color: #6B1AFE; }
span { border-color: rgb(107,26,254); }
td.TdClassName
{
border-color: #6B1AFE;
}
.TagClassName
{
border-color: #6B1AFE;
}
</style>