Shades of Han Purple #6D32F5
Tints of Han Purple #6D32F5
RGB
CMYK
RGB Variations
Color information
#6D32F5 (or 0x6D32F5) is known color: Han Purple. HEX triplet: 6D, 32 and F5. RGB value is (109,50,245). Sum of RGB (Red+Green+Blue) = 109+50+245=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 245 (96.09% from 255 or 60.64% from 404); Max value from RGB is 245 - color contains mainly: blue. Hex color #6D32F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D32F5 is #92CD0A. Grayscale: #595959. Windows color (decimal): -9620747 or 16069229. OLE color: 16069229.
HSL color Cylindrical-coordinate representation of color #6D32F5: hue angle of 258.15º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D32F5 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 50 | 245 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.04 |
| HSL | 258.15º | 0.91% | 0.58% | - |
| HSV(B) | 258.15º | 0.8% | 0.96% | - |
| XYZ | 23.93 | 12.12 | 87.47 | - |
| YUV | 89.87 | 215.55 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 245 | 0.56 | 0.80 | 0 | 0.04 | 258.15 | 0.91 | 0.58 |
| Hex | 6D | 32 | F5 | 38 | 50 | 0 | 4 | 102 | 5B | 3A |
| Octal | 155 | 62 | 365 | 70 | 120 | 0 | 4 | 402 | 133 | 72 |
| Binary | 1101101 | 110010 | 11110101 | 111000 | 1010000 | 0 | 100 | 100000010 | 1011011 | 111010 |
Color Harmonies of #6D32F5
Complementary color
Monochromatic Colors of #6D32F5
Black with #6D32F5
Text Example
Text Example
White with #6D32F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D32F5; }
p { color: rgb(109,50,245); }
H1.HeaderClassName
{
color: #6D32F5;
}
.AnyTagClassName
{
color: #6D32F5;
}
</style>
background-color css
<style>
a { background-color: #6D32F5; }
a { background-color: rgb(109,50,245); }
div.DivClassName
{
background-color: #6D32F5;
}
.BgClassName
{
background-color: #6D32F5;
}
</style>
border-color css
<style>
span { border-color: #6D32F5; }
span { border-color: rgb(109,50,245); }
td.TdClassName
{
border-color: #6D32F5;
}
.TagClassName
{
border-color: #6D32F5;
}
</style>