Shades of Han Purple #330CE1
Tints of Han Purple #330CE1
RGB
CMYK
RGB Variations
Color information
#330CE1 (or 0x330CE1) is known color: Han Purple. HEX triplet: 33, 0C and E1. RGB value is (51,12,225). Sum of RGB (Red+Green+Blue) = 51+12+225=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 225 (88.28% from 255 or 78.12% from 288); Max value from RGB is 225 - color contains mainly: blue. Hex color #330CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CE1 is #CCF31E. Grayscale: #2F2F2F. Windows color (decimal): -13431583 or 14748723. OLE color: 14748723.
HSL color Cylindrical-coordinate representation of color #330CE1: hue angle of 250.99º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CE1 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 12 | 225 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.12 |
| HSL | 250.99º | 0.9% | 0.46% | - |
| HSV(B) | 250.99º | 0.95% | 0.88% | - |
| XYZ | 15.09 | 6.4 | 71.67 | - |
| YUV | 47.94 | 227.92 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 225 | 0.77 | 0.95 | 0 | 0.12 | 250.99 | 0.9 | 0.46 |
| Hex | 33 | C | E1 | 4D | 5F | 0 | C | FB | 5A | 2E |
| Octal | 63 | 14 | 341 | 115 | 137 | 0 | 14 | 373 | 132 | 56 |
| Binary | 110011 | 1100 | 11100001 | 1001101 | 1011111 | 0 | 1100 | 11111011 | 1011010 | 101110 |
Color Harmonies of #330CE1
Complementary color
Monochromatic Colors of #330CE1
Black with #330CE1
Text Example
Text Example
White with #330CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CE1; }
p { color: rgb(51,12,225); }
H1.HeaderClassName
{
color: #330CE1;
}
.AnyTagClassName
{
color: #330CE1;
}
</style>
background-color css
<style>
a { background-color: #330CE1; }
a { background-color: rgb(51,12,225); }
div.DivClassName
{
background-color: #330CE1;
}
.BgClassName
{
background-color: #330CE1;
}
</style>
border-color css
<style>
span { border-color: #330CE1; }
span { border-color: rgb(51,12,225); }
td.TdClassName
{
border-color: #330CE1;
}
.TagClassName
{
border-color: #330CE1;
}
</style>