Shades of Han Purple #6D32FB
Tints of Han Purple #6D32FB
RGB
CMYK
RGB Variations
Color information
#6D32FB (or 0x6D32FB) is known color: Han Purple. HEX triplet: 6D, 32 and FB. RGB value is (109,50,251). Sum of RGB (Red+Green+Blue) = 109+50+251=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D32FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D32FB is #92CD04. Grayscale: #595959. Windows color (decimal): -9620741 or 16462445. OLE color: 16462445.
HSL color Cylindrical-coordinate representation of color #6D32FB: hue angle of 257.61º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D32FB is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 50 | 251 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.02 |
| HSL | 257.61º | 0.96% | 0.59% | - |
| HSV(B) | 257.61º | 0.8% | 0.98% | - |
| XYZ | 24.86 | 12.5 | 92.37 | - |
| YUV | 90.56 | 218.55 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 251 | 0.57 | 0.80 | 0 | 0.02 | 257.61 | 0.96 | 0.59 |
| Hex | 6D | 32 | FB | 39 | 50 | 0 | 2 | 102 | 60 | 3B |
| Octal | 155 | 62 | 373 | 71 | 120 | 0 | 2 | 402 | 140 | 73 |
| Binary | 1101101 | 110010 | 11111011 | 111001 | 1010000 | 0 | 10 | 100000010 | 1100000 | 111011 |
Color Harmonies of #6D32FB
Complementary color
Monochromatic Colors of #6D32FB
Black with #6D32FB
Text Example
Text Example
White with #6D32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D32FB; }
p { color: rgb(109,50,251); }
H1.HeaderClassName
{
color: #6D32FB;
}
.AnyTagClassName
{
color: #6D32FB;
}
</style>
background-color css
<style>
a { background-color: #6D32FB; }
a { background-color: rgb(109,50,251); }
div.DivClassName
{
background-color: #6D32FB;
}
.BgClassName
{
background-color: #6D32FB;
}
</style>
border-color css
<style>
span { border-color: #6D32FB; }
span { border-color: rgb(109,50,251); }
td.TdClassName
{
border-color: #6D32FB;
}
.TagClassName
{
border-color: #6D32FB;
}
</style>