Shades of Han Purple #330EEB
Tints of Han Purple #330EEB
RGB
CMYK
RGB Variations
Color information
#330EEB (or 0x330EEB) is known color: Han Purple. HEX triplet: 33, 0E and EB. RGB value is (51,14,235). Sum of RGB (Red+Green+Blue) = 51+14+235=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #330EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330EEB is #CCF114. Grayscale: #313131. Windows color (decimal): -13431061 or 15404595. OLE color: 15404595.
HSL color Cylindrical-coordinate representation of color #330EEB: hue angle of 250.05º degrees, saturation: 0.89, 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 #330EEB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 14 | 235 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.08 |
| HSL | 250.05º | 0.89% | 0.49% | - |
| HSV(B) | 250.05º | 0.94% | 0.92% | - |
| XYZ | 16.52 | 7.02 | 79.08 | - |
| YUV | 50.26 | 232.26 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 235 | 0.78 | 0.94 | 0 | 0.08 | 250.05 | 0.89 | 0.49 |
| Hex | 33 | E | EB | 4E | 5E | 0 | 8 | FA | 59 | 31 |
| Octal | 63 | 16 | 353 | 116 | 136 | 0 | 10 | 372 | 131 | 61 |
| Binary | 110011 | 1110 | 11101011 | 1001110 | 1011110 | 0 | 1000 | 11111010 | 1011001 | 110001 |
Color Harmonies of #330EEB
Complementary color
Monochromatic Colors of #330EEB
Black with #330EEB
Text Example
Text Example
White with #330EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330EEB; }
p { color: rgb(51,14,235); }
H1.HeaderClassName
{
color: #330EEB;
}
.AnyTagClassName
{
color: #330EEB;
}
</style>
background-color css
<style>
a { background-color: #330EEB; }
a { background-color: rgb(51,14,235); }
div.DivClassName
{
background-color: #330EEB;
}
.BgClassName
{
background-color: #330EEB;
}
</style>
border-color css
<style>
span { border-color: #330EEB; }
span { border-color: rgb(51,14,235); }
td.TdClassName
{
border-color: #330EEB;
}
.TagClassName
{
border-color: #330EEB;
}
</style>