Shades of Han Purple #330FEB
Tints of Han Purple #330FEB
RGB
CMYK
RGB Variations
Color information
#330FEB (or 0x330FEB) is known color: Han Purple. HEX triplet: 33, 0F and EB. RGB value is (51,15,235). Sum of RGB (Red+Green+Blue) = 51+15+235=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #330FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FEB is #CCF014. Grayscale: #323232. Windows color (decimal): -13430805 or 15404851. OLE color: 15404851.
HSL color Cylindrical-coordinate representation of color #330FEB: hue angle of 249.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330FEB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 15 | 235 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.08 |
| HSL | 249.82º | 0.88% | 0.49% | - |
| HSV(B) | 249.82º | 0.94% | 0.92% | - |
| XYZ | 16.53 | 7.04 | 79.09 | - |
| YUV | 50.84 | 231.93 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 235 | 0.78 | 0.94 | 0 | 0.08 | 249.82 | 0.88 | 0.49 |
| Hex | 33 | F | EB | 4E | 5E | 0 | 8 | FA | 58 | 31 |
| Octal | 63 | 17 | 353 | 116 | 136 | 0 | 10 | 372 | 130 | 61 |
| Binary | 110011 | 1111 | 11101011 | 1001110 | 1011110 | 0 | 1000 | 11111010 | 1011000 | 110001 |
Color Harmonies of #330FEB
Complementary color
Monochromatic Colors of #330FEB
Black with #330FEB
Text Example
Text Example
White with #330FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FEB; }
p { color: rgb(51,15,235); }
H1.HeaderClassName
{
color: #330FEB;
}
.AnyTagClassName
{
color: #330FEB;
}
</style>
background-color css
<style>
a { background-color: #330FEB; }
a { background-color: rgb(51,15,235); }
div.DivClassName
{
background-color: #330FEB;
}
.BgClassName
{
background-color: #330FEB;
}
</style>
border-color css
<style>
span { border-color: #330FEB; }
span { border-color: rgb(51,15,235); }
td.TdClassName
{
border-color: #330FEB;
}
.TagClassName
{
border-color: #330FEB;
}
</style>