Shades of Han Purple #6D37F9
Tints of Han Purple #6D37F9
RGB
CMYK
RGB Variations
Color information
#6D37F9 (or 0x6D37F9) is known color: Han Purple. HEX triplet: 6D, 37 and F9. RGB value is (109,55,249). Sum of RGB (Red+Green+Blue) = 109+55+249=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #6D37F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D37F9 is #92C806. Grayscale: #5C5C5C. Windows color (decimal): -9619463 or 16332653. OLE color: 16332653.
HSL color Cylindrical-coordinate representation of color #6D37F9: hue angle of 256.7º 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 #6D37F9 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 55 | 249 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.02 |
| HSL | 256.7º | 0.94% | 0.6% | - |
| HSV(B) | 256.7º | 0.78% | 0.98% | - |
| XYZ | 24.77 | 12.82 | 90.79 | - |
| YUV | 93.26 | 215.89 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 249 | 0.56 | 0.78 | 0 | 0.02 | 256.7 | 0.94 | 0.6 |
| Hex | 6D | 37 | F9 | 38 | 4E | 0 | 2 | 101 | 5E | 3C |
| Octal | 155 | 67 | 371 | 70 | 116 | 0 | 2 | 401 | 136 | 74 |
| Binary | 1101101 | 110111 | 11111001 | 111000 | 1001110 | 0 | 10 | 100000001 | 1011110 | 111100 |
Color Harmonies of #6D37F9
Complementary color
Monochromatic Colors of #6D37F9
Black with #6D37F9
Text Example
Text Example
White with #6D37F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D37F9; }
p { color: rgb(109,55,249); }
H1.HeaderClassName
{
color: #6D37F9;
}
.AnyTagClassName
{
color: #6D37F9;
}
</style>
background-color css
<style>
a { background-color: #6D37F9; }
a { background-color: rgb(109,55,249); }
div.DivClassName
{
background-color: #6D37F9;
}
.BgClassName
{
background-color: #6D37F9;
}
</style>
border-color css
<style>
span { border-color: #6D37F9; }
span { border-color: rgb(109,55,249); }
td.TdClassName
{
border-color: #6D37F9;
}
.TagClassName
{
border-color: #6D37F9;
}
</style>