Shades of Han Purple #330EF1
Tints of Han Purple #330EF1
RGB
CMYK
RGB Variations
Color information
#330EF1 (or 0x330EF1) is known color: Han Purple. HEX triplet: 33, 0E and F1. RGB value is (51,14,241). Sum of RGB (Red+Green+Blue) = 51+14+241=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 241 (94.53% from 255 or 78.76% from 306); Max value from RGB is 241 - color contains mainly: blue. Hex color #330EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330EF1 is #CCF10E. Grayscale: #323232. Windows color (decimal): -13431055 or 15797811. OLE color: 15797811.
HSL color Cylindrical-coordinate representation of color #330EF1: hue angle of 249.78º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EF1 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 14 | 241 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.05 |
| HSL | 249.78º | 0.89% | 0.5% | - |
| HSV(B) | 249.78º | 0.94% | 0.95% | - |
| XYZ | 17.4 | 7.37 | 83.72 | - |
| YUV | 50.94 | 235.26 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 241 | 0.79 | 0.94 | 0 | 0.05 | 249.78 | 0.89 | 0.5 |
| Hex | 33 | E | F1 | 4F | 5E | 0 | 5 | FA | 59 | 32 |
| Octal | 63 | 16 | 361 | 117 | 136 | 0 | 5 | 372 | 131 | 62 |
| Binary | 110011 | 1110 | 11110001 | 1001111 | 1011110 | 0 | 101 | 11111010 | 1011001 | 110010 |
Color Harmonies of #330EF1
Complementary color
Monochromatic Colors of #330EF1
Black with #330EF1
Text Example
Text Example
White with #330EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330EF1; }
p { color: rgb(51,14,241); }
H1.HeaderClassName
{
color: #330EF1;
}
.AnyTagClassName
{
color: #330EF1;
}
</style>
background-color css
<style>
a { background-color: #330EF1; }
a { background-color: rgb(51,14,241); }
div.DivClassName
{
background-color: #330EF1;
}
.BgClassName
{
background-color: #330EF1;
}
</style>
border-color css
<style>
span { border-color: #330EF1; }
span { border-color: rgb(51,14,241); }
td.TdClassName
{
border-color: #330EF1;
}
.TagClassName
{
border-color: #330EF1;
}
</style>