Shades of Han Purple #6B1EFE
Tints of Han Purple #6B1EFE
RGB
CMYK
RGB Variations
Color information
#6B1EFE (or 0x6B1EFE) is known color: Han Purple. HEX triplet: 6B, 1E and FE. RGB value is (107,30,254). Sum of RGB (Red+Green+Blue) = 107+30+254=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B1EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1EFE is #94E101. Grayscale: #4D4D4D. Windows color (decimal): -9756930 or 16653931. OLE color: 16653931.
HSL color Cylindrical-coordinate representation of color #6B1EFE: hue angle of 260.62º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B1EFE is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 30 | 254 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.00 |
| HSL | 260.63º | 0.99% | 0.56% | - |
| HSV(B) | 260.63º | 0.88% | 1% | - |
| XYZ | 24.42 | 11.21 | 94.64 | - |
| YUV | 78.56 | 227.01 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 254 | 0.58 | 0.88 | 0 | 0.00 | 260.63 | 0.99 | 0.56 |
| Hex | 6B | 1E | FE | 3A | 58 | 0 | 0 | 105 | 63 | 38 |
| Octal | 153 | 36 | 376 | 72 | 130 | 0 | 0 | 405 | 143 | 70 |
| Binary | 1101011 | 11110 | 11111110 | 111010 | 1011000 | 0 | 0 | 100000101 | 1100011 | 111000 |
Color Harmonies of #6B1EFE
Complementary color
Monochromatic Colors of #6B1EFE
Black with #6B1EFE
Text Example
Text Example
White with #6B1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1EFE; }
p { color: rgb(107,30,254); }
H1.HeaderClassName
{
color: #6B1EFE;
}
.AnyTagClassName
{
color: #6B1EFE;
}
</style>
background-color css
<style>
a { background-color: #6B1EFE; }
a { background-color: rgb(107,30,254); }
div.DivClassName
{
background-color: #6B1EFE;
}
.BgClassName
{
background-color: #6B1EFE;
}
</style>
border-color css
<style>
span { border-color: #6B1EFE; }
span { border-color: rgb(107,30,254); }
td.TdClassName
{
border-color: #6B1EFE;
}
.TagClassName
{
border-color: #6B1EFE;
}
</style>