Shades of Han Purple #6D37FA
Tints of Han Purple #6D37FA
RGB
CMYK
RGB Variations
Color information
#6D37FA (or 0x6D37FA) is known color: Han Purple. HEX triplet: 6D, 37 and FA. RGB value is (109,55,250). Sum of RGB (Red+Green+Blue) = 109+55+250=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D37FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D37FA is #92C805. Grayscale: #5C5C5C. Windows color (decimal): -9619462 or 16398189. OLE color: 16398189.
HSL color Cylindrical-coordinate representation of color #6D37FA: hue angle of 256.62º degrees, saturation: 0.95, 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 #6D37FA is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 55 | 250 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.02 |
| HSL | 256.62º | 0.95% | 0.6% | - |
| HSV(B) | 256.62º | 0.78% | 0.98% | - |
| XYZ | 24.93 | 12.89 | 91.62 | - |
| YUV | 93.38 | 216.39 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 250 | 0.56 | 0.78 | 0 | 0.02 | 256.62 | 0.95 | 0.6 |
| Hex | 6D | 37 | FA | 38 | 4E | 0 | 2 | 101 | 5F | 3C |
| Octal | 155 | 67 | 372 | 70 | 116 | 0 | 2 | 401 | 137 | 74 |
| Binary | 1101101 | 110111 | 11111010 | 111000 | 1001110 | 0 | 10 | 100000001 | 1011111 | 111100 |
Color Harmonies of #6D37FA
Complementary color
Monochromatic Colors of #6D37FA
Black with #6D37FA
Text Example
Text Example
White with #6D37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D37FA; }
p { color: rgb(109,55,250); }
H1.HeaderClassName
{
color: #6D37FA;
}
.AnyTagClassName
{
color: #6D37FA;
}
</style>
background-color css
<style>
a { background-color: #6D37FA; }
a { background-color: rgb(109,55,250); }
div.DivClassName
{
background-color: #6D37FA;
}
.BgClassName
{
background-color: #6D37FA;
}
</style>
border-color css
<style>
span { border-color: #6D37FA; }
span { border-color: rgb(109,55,250); }
td.TdClassName
{
border-color: #6D37FA;
}
.TagClassName
{
border-color: #6D37FA;
}
</style>