Shades of Han Purple #330FE1
Tints of Han Purple #330FE1
RGB
CMYK
RGB Variations
Color information
#330FE1 (or 0x330FE1) is known color: Han Purple. HEX triplet: 33, 0F and E1. RGB value is (51,15,225). Sum of RGB (Red+Green+Blue) = 51+15+225=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 225 (88.28% from 255 or 77.32% from 291); Max value from RGB is 225 - color contains mainly: blue. Hex color #330FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FE1 is #CCF01E. Grayscale: #303030. Windows color (decimal): -13430815 or 14749491. OLE color: 14749491.
HSL color Cylindrical-coordinate representation of color #330FE1: hue angle of 250.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330FE1 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 15 | 225 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.12 |
| HSL | 250.29º | 0.88% | 0.47% | - |
| HSV(B) | 250.29º | 0.93% | 0.88% | - |
| XYZ | 15.13 | 6.48 | 71.69 | - |
| YUV | 49.7 | 226.93 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 225 | 0.77 | 0.93 | 0 | 0.12 | 250.29 | 0.88 | 0.47 |
| Hex | 33 | F | E1 | 4D | 5D | 0 | C | FA | 58 | 2F |
| Octal | 63 | 17 | 341 | 115 | 135 | 0 | 14 | 372 | 130 | 57 |
| Binary | 110011 | 1111 | 11100001 | 1001101 | 1011101 | 0 | 1100 | 11111010 | 1011000 | 101111 |
Color Harmonies of #330FE1
Complementary color
Monochromatic Colors of #330FE1
Black with #330FE1
Text Example
Text Example
White with #330FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FE1; }
p { color: rgb(51,15,225); }
H1.HeaderClassName
{
color: #330FE1;
}
.AnyTagClassName
{
color: #330FE1;
}
</style>
background-color css
<style>
a { background-color: #330FE1; }
a { background-color: rgb(51,15,225); }
div.DivClassName
{
background-color: #330FE1;
}
.BgClassName
{
background-color: #330FE1;
}
</style>
border-color css
<style>
span { border-color: #330FE1; }
span { border-color: rgb(51,15,225); }
td.TdClassName
{
border-color: #330FE1;
}
.TagClassName
{
border-color: #330FE1;
}
</style>