Shades of Han Purple #6B2CF1
Tints of Han Purple #6B2CF1
RGB
CMYK
RGB Variations
Color information
#6B2CF1 (or 0x6B2CF1) is known color: Han Purple. HEX triplet: 6B, 2C and F1. RGB value is (107,44,241). Sum of RGB (Red+Green+Blue) = 107+44+241=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B2CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2CF1 is #94D30E. Grayscale: #545454. Windows color (decimal): -9753359 or 15805547. OLE color: 15805547.
HSL color Cylindrical-coordinate representation of color #6B2CF1: hue angle of 259.19º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B2CF1 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 44 | 241 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.05 |
| HSL | 259.19º | 0.88% | 0.56% | - |
| HSV(B) | 259.19º | 0.82% | 0.95% | - |
| XYZ | 22.84 | 11.28 | 84.19 | - |
| YUV | 85.3 | 215.87 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 241 | 0.56 | 0.82 | 0 | 0.05 | 259.19 | 0.88 | 0.56 |
| Hex | 6B | 2C | F1 | 38 | 52 | 0 | 5 | 103 | 58 | 38 |
| Octal | 153 | 54 | 361 | 70 | 122 | 0 | 5 | 403 | 130 | 70 |
| Binary | 1101011 | 101100 | 11110001 | 111000 | 1010010 | 0 | 101 | 100000011 | 1011000 | 111000 |
Color Harmonies of #6B2CF1
Complementary color
Monochromatic Colors of #6B2CF1
Black with #6B2CF1
Text Example
Text Example
White with #6B2CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CF1; }
p { color: rgb(107,44,241); }
H1.HeaderClassName
{
color: #6B2CF1;
}
.AnyTagClassName
{
color: #6B2CF1;
}
</style>
background-color css
<style>
a { background-color: #6B2CF1; }
a { background-color: rgb(107,44,241); }
div.DivClassName
{
background-color: #6B2CF1;
}
.BgClassName
{
background-color: #6B2CF1;
}
</style>
border-color css
<style>
span { border-color: #6B2CF1; }
span { border-color: rgb(107,44,241); }
td.TdClassName
{
border-color: #6B2CF1;
}
.TagClassName
{
border-color: #6B2CF1;
}
</style>