Shades of Han Purple #321FF6
Tints of Han Purple #321FF6
RGB
CMYK
RGB Variations
Color information
#321FF6 (or 0x321FF6) is known color: Han Purple. HEX triplet: 32, 1F and F6. RGB value is (50,31,246). Sum of RGB (Red+Green+Blue) = 50+31+246=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 246 (96.48% from 255 or 75.23% from 327); Max value from RGB is 246 - color contains mainly: blue. Hex color #321FF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321FF6 is #CDE009. Grayscale: #3C3C3C. Windows color (decimal): -13492234 or 16129842. OLE color: 16129842.
HSL color Cylindrical-coordinate representation of color #321FF6: hue angle of 245.3º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321FF6 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 31 | 246 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.04 |
| HSL | 245.3º | 0.92% | 0.54% | - |
| HSV(B) | 245.3º | 0.87% | 0.96% | - |
| XYZ | 18.44 | 8.31 | 87.82 | - |
| YUV | 61.19 | 232.29 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 246 | 0.80 | 0.87 | 0 | 0.04 | 245.3 | 0.92 | 0.54 |
| Hex | 32 | 1F | F6 | 50 | 57 | 0 | 4 | F5 | 5C | 36 |
| Octal | 62 | 37 | 366 | 120 | 127 | 0 | 4 | 365 | 134 | 66 |
| Binary | 110010 | 11111 | 11110110 | 1010000 | 1010111 | 0 | 100 | 11110101 | 1011100 | 110110 |
Color Harmonies of #321FF6
Complementary color
Monochromatic Colors of #321FF6
Black with #321FF6
Text Example
Text Example
White with #321FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321FF6; }
p { color: rgb(50,31,246); }
H1.HeaderClassName
{
color: #321FF6;
}
.AnyTagClassName
{
color: #321FF6;
}
</style>
background-color css
<style>
a { background-color: #321FF6; }
a { background-color: rgb(50,31,246); }
div.DivClassName
{
background-color: #321FF6;
}
.BgClassName
{
background-color: #321FF6;
}
</style>
border-color css
<style>
span { border-color: #321FF6; }
span { border-color: rgb(50,31,246); }
td.TdClassName
{
border-color: #321FF6;
}
.TagClassName
{
border-color: #321FF6;
}
</style>