Shades of Han Purple #6B1BEE
Tints of Han Purple #6B1BEE
RGB
CMYK
RGB Variations
Color information
#6B1BEE (or 0x6B1BEE) is known color: Han Purple. HEX triplet: 6B, 1B and EE. RGB value is (107,27,238). Sum of RGB (Red+Green+Blue) = 107+27+238=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B1BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1BEE is #94E411. Grayscale: #4A4A4A. Windows color (decimal): -9757714 or 15604587. OLE color: 15604587.
HSL color Cylindrical-coordinate representation of color #6B1BEE: hue angle of 262.75º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B1BEE is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 27 | 238 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.07 |
| HSL | 262.75º | 0.86% | 0.52% | - |
| HSV(B) | 262.75º | 0.89% | 0.93% | - |
| XYZ | 21.89 | 10.08 | 81.68 | - |
| YUV | 74.97 | 220 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 27 | 238 | 0.55 | 0.89 | 0 | 0.07 | 262.75 | 0.86 | 0.52 |
| Hex | 6B | 1B | EE | 37 | 59 | 0 | 7 | 107 | 56 | 34 |
| Octal | 153 | 33 | 356 | 67 | 131 | 0 | 7 | 407 | 126 | 64 |
| Binary | 1101011 | 11011 | 11101110 | 110111 | 1011001 | 0 | 111 | 100000111 | 1010110 | 110100 |
Color Harmonies of #6B1BEE
Complementary color
Monochromatic Colors of #6B1BEE
Black with #6B1BEE
Text Example
Text Example
White with #6B1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1BEE; }
p { color: rgb(107,27,238); }
H1.HeaderClassName
{
color: #6B1BEE;
}
.AnyTagClassName
{
color: #6B1BEE;
}
</style>
background-color css
<style>
a { background-color: #6B1BEE; }
a { background-color: rgb(107,27,238); }
div.DivClassName
{
background-color: #6B1BEE;
}
.BgClassName
{
background-color: #6B1BEE;
}
</style>
border-color css
<style>
span { border-color: #6B1BEE; }
span { border-color: rgb(107,27,238); }
td.TdClassName
{
border-color: #6B1BEE;
}
.TagClassName
{
border-color: #6B1BEE;
}
</style>