Shades of Han Purple #6D1BF3
Tints of Han Purple #6D1BF3
RGB
CMYK
RGB Variations
Color information
#6D1BF3 (or 0x6D1BF3) is known color: Han Purple. HEX triplet: 6D, 1B and F3. RGB value is (109,27,243). Sum of RGB (Red+Green+Blue) = 109+27+243=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 243 (95.31% from 255 or 64.12% from 379); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D1BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1BF3 is #92E40C. Grayscale: #4B4B4B. Windows color (decimal): -9626637 or 15932269. OLE color: 15932269.
HSL color Cylindrical-coordinate representation of color #6D1BF3: hue angle of 262.78º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1BF3 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 27 | 243 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.05 |
| HSL | 262.78º | 0.9% | 0.53% | - |
| HSV(B) | 262.78º | 0.89% | 0.95% | - |
| XYZ | 22.88 | 10.51 | 85.62 | - |
| YUV | 76.14 | 222.17 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 243 | 0.55 | 0.89 | 0 | 0.05 | 262.78 | 0.9 | 0.53 |
| Hex | 6D | 1B | F3 | 37 | 59 | 0 | 5 | 107 | 5A | 35 |
| Octal | 155 | 33 | 363 | 67 | 131 | 0 | 5 | 407 | 132 | 65 |
| Binary | 1101101 | 11011 | 11110011 | 110111 | 1011001 | 0 | 101 | 100000111 | 1011010 | 110101 |
Color Harmonies of #6D1BF3
Complementary color
Monochromatic Colors of #6D1BF3
Black with #6D1BF3
Text Example
Text Example
White with #6D1BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1BF3; }
p { color: rgb(109,27,243); }
H1.HeaderClassName
{
color: #6D1BF3;
}
.AnyTagClassName
{
color: #6D1BF3;
}
</style>
background-color css
<style>
a { background-color: #6D1BF3; }
a { background-color: rgb(109,27,243); }
div.DivClassName
{
background-color: #6D1BF3;
}
.BgClassName
{
background-color: #6D1BF3;
}
</style>
border-color css
<style>
span { border-color: #6D1BF3; }
span { border-color: rgb(109,27,243); }
td.TdClassName
{
border-color: #6D1BF3;
}
.TagClassName
{
border-color: #6D1BF3;
}
</style>