Shades of Han Purple #6B37F9
Tints of Han Purple #6B37F9
RGB
CMYK
RGB Variations
Color information
#6B37F9 (or 0x6B37F9) is known color: Han Purple. HEX triplet: 6B, 37 and F9. RGB value is (107,55,249). Sum of RGB (Red+Green+Blue) = 107+55+249=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B37F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B37F9 is #94C806. Grayscale: #5B5B5B. Windows color (decimal): -9750535 or 16332651. OLE color: 16332651.
HSL color Cylindrical-coordinate representation of color #6B37F9: hue angle of 256.08º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B37F9 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 55 | 249 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.02 |
| HSL | 256.08º | 0.94% | 0.6% | - |
| HSV(B) | 256.08º | 0.78% | 0.98% | - |
| XYZ | 24.53 | 12.7 | 90.78 | - |
| YUV | 92.66 | 216.23 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 249 | 0.57 | 0.78 | 0 | 0.02 | 256.08 | 0.94 | 0.6 |
| Hex | 6B | 37 | F9 | 39 | 4E | 0 | 2 | 100 | 5E | 3C |
| Octal | 153 | 67 | 371 | 71 | 116 | 0 | 2 | 400 | 136 | 74 |
| Binary | 1101011 | 110111 | 11111001 | 111001 | 1001110 | 0 | 10 | 100000000 | 1011110 | 111100 |
Color Harmonies of #6B37F9
Complementary color
Monochromatic Colors of #6B37F9
Black with #6B37F9
Text Example
Text Example
White with #6B37F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B37F9; }
p { color: rgb(107,55,249); }
H1.HeaderClassName
{
color: #6B37F9;
}
.AnyTagClassName
{
color: #6B37F9;
}
</style>
background-color css
<style>
a { background-color: #6B37F9; }
a { background-color: rgb(107,55,249); }
div.DivClassName
{
background-color: #6B37F9;
}
.BgClassName
{
background-color: #6B37F9;
}
</style>
border-color css
<style>
span { border-color: #6B37F9; }
span { border-color: rgb(107,55,249); }
td.TdClassName
{
border-color: #6B37F9;
}
.TagClassName
{
border-color: #6B37F9;
}
</style>