Shades of Han Purple #6B1EFF
Tints of Han Purple #6B1EFF
RGB
CMYK
RGB Variations
Color information
#6B1EFF (or 0x6B1EFF) is known color: Han Purple. HEX triplet: 6B, 1E and FF. RGB value is (107,30,255). Sum of RGB (Red+Green+Blue) = 107+30+255=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1EFF is #94E100. Grayscale: #4D4D4D. Windows color (decimal): -9756929 or 16719467. OLE color: 16719467.
HSL color Cylindrical-coordinate representation of color #6B1EFF: hue angle of 260.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B1EFF is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 30 | 255 | - |
| CMYK | 0.58 | 0.88 | 0 | 0 |
| HSL | 260.53º | 1% | 0.56% | - |
| HSV(B) | 260.53º | 0.88% | 1% | - |
| XYZ | 24.58 | 11.27 | 95.49 | - |
| YUV | 78.67 | 227.51 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 255 | 0.58 | 0.88 | 0 | 0 | 260.53 | 1 | 0.56 |
| Hex | 6B | 1E | FF | 3A | 58 | 0 | 0 | 105 | 64 | 38 |
| Octal | 153 | 36 | 377 | 72 | 130 | 0 | 0 | 405 | 144 | 70 |
| Binary | 1101011 | 11110 | 11111111 | 111010 | 1011000 | 0 | 0 | 100000101 | 1100100 | 111000 |
Color Harmonies of #6B1EFF
Complementary color
Monochromatic Colors of #6B1EFF
Black with #6B1EFF
Text Example
Text Example
White with #6B1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1EFF; }
p { color: rgb(107,30,255); }
H1.HeaderClassName
{
color: #6B1EFF;
}
.AnyTagClassName
{
color: #6B1EFF;
}
</style>
background-color css
<style>
a { background-color: #6B1EFF; }
a { background-color: rgb(107,30,255); }
div.DivClassName
{
background-color: #6B1EFF;
}
.BgClassName
{
background-color: #6B1EFF;
}
</style>
border-color css
<style>
span { border-color: #6B1EFF; }
span { border-color: rgb(107,30,255); }
td.TdClassName
{
border-color: #6B1EFF;
}
.TagClassName
{
border-color: #6B1EFF;
}
</style>