Shades of Han Purple #322CF6
Tints of Han Purple #322CF6
RGB
CMYK
RGB Variations
Color information
#322CF6 (or 0x322CF6) is known color: Han Purple. HEX triplet: 32, 2C and F6. RGB value is (50,44,246). Sum of RGB (Red+Green+Blue) = 50+44+246=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 246 (96.48% from 255 or 72.35% from 340); Max value from RGB is 246 - color contains mainly: blue. Hex color #322CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322CF6 is #CDD309. Grayscale: #444444. Windows color (decimal): -13488906 or 16133170. OLE color: 16133170.
HSL color Cylindrical-coordinate representation of color #322CF6: hue angle of 241.78º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #322CF6 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 44 | 246 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.04 |
| HSL | 241.78º | 0.92% | 0.57% | - |
| HSV(B) | 241.78º | 0.82% | 0.96% | - |
| XYZ | 18.85 | 9.13 | 87.96 | - |
| YUV | 68.82 | 227.99 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 246 | 0.80 | 0.82 | 0 | 0.04 | 241.78 | 0.92 | 0.57 |
| Hex | 32 | 2C | F6 | 50 | 52 | 0 | 4 | F2 | 5C | 39 |
| Octal | 62 | 54 | 366 | 120 | 122 | 0 | 4 | 362 | 134 | 71 |
| Binary | 110010 | 101100 | 11110110 | 1010000 | 1010010 | 0 | 100 | 11110010 | 1011100 | 111001 |
Color Harmonies of #322CF6
Complementary color
Monochromatic Colors of #322CF6
Black with #322CF6
Text Example
Text Example
White with #322CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CF6; }
p { color: rgb(50,44,246); }
H1.HeaderClassName
{
color: #322CF6;
}
.AnyTagClassName
{
color: #322CF6;
}
</style>
background-color css
<style>
a { background-color: #322CF6; }
a { background-color: rgb(50,44,246); }
div.DivClassName
{
background-color: #322CF6;
}
.BgClassName
{
background-color: #322CF6;
}
</style>
border-color css
<style>
span { border-color: #322CF6; }
span { border-color: rgb(50,44,246); }
td.TdClassName
{
border-color: #322CF6;
}
.TagClassName
{
border-color: #322CF6;
}
</style>