Shades of Han Purple #331CF6
Tints of Han Purple #331CF6
RGB
CMYK
RGB Variations
Color information
#331CF6 (or 0x331CF6) is known color: Han Purple. HEX triplet: 33, 1C and F6. RGB value is (51,28,246). Sum of RGB (Red+Green+Blue) = 51+28+246=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 246 (96.48% from 255 or 75.69% from 325); Max value from RGB is 246 - color contains mainly: blue. Hex color #331CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CF6 is #CCE309. Grayscale: #3A3A3A. Windows color (decimal): -13427466 or 16129075. OLE color: 16129075.
HSL color Cylindrical-coordinate representation of color #331CF6: hue angle of 246.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #331CF6 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 28 | 246 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.04 |
| HSL | 246.33º | 0.92% | 0.54% | - |
| HSV(B) | 246.33º | 0.89% | 0.96% | - |
| XYZ | 18.42 | 8.19 | 87.8 | - |
| YUV | 59.73 | 233.12 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 246 | 0.79 | 0.89 | 0 | 0.04 | 246.33 | 0.92 | 0.54 |
| Hex | 33 | 1C | F6 | 4F | 59 | 0 | 4 | F6 | 5C | 36 |
| Octal | 63 | 34 | 366 | 117 | 131 | 0 | 4 | 366 | 134 | 66 |
| Binary | 110011 | 11100 | 11110110 | 1001111 | 1011001 | 0 | 100 | 11110110 | 1011100 | 110110 |
Color Harmonies of #331CF6
Complementary color
Monochromatic Colors of #331CF6
Black with #331CF6
Text Example
Text Example
White with #331CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331CF6; }
p { color: rgb(51,28,246); }
H1.HeaderClassName
{
color: #331CF6;
}
.AnyTagClassName
{
color: #331CF6;
}
</style>
background-color css
<style>
a { background-color: #331CF6; }
a { background-color: rgb(51,28,246); }
div.DivClassName
{
background-color: #331CF6;
}
.BgClassName
{
background-color: #331CF6;
}
</style>
border-color css
<style>
span { border-color: #331CF6; }
span { border-color: rgb(51,28,246); }
td.TdClassName
{
border-color: #331CF6;
}
.TagClassName
{
border-color: #331CF6;
}
</style>