Shades of Han Purple #330FF1
Tints of Han Purple #330FF1
RGB
CMYK
RGB Variations
Color information
#330FF1 (or 0x330FF1) is known color: Han Purple. HEX triplet: 33, 0F and F1. RGB value is (51,15,241). Sum of RGB (Red+Green+Blue) = 51+15+241=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 241 (94.53% from 255 or 78.50% from 307); Max value from RGB is 241 - color contains mainly: blue. Hex color #330FF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FF1 is #CCF00E. Grayscale: #323232. Windows color (decimal): -13430799 or 15798067. OLE color: 15798067.
HSL color Cylindrical-coordinate representation of color #330FF1: hue angle of 249.56º 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 #330FF1 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 15 | 241 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.05 |
| HSL | 249.56º | 0.89% | 0.5% | - |
| HSV(B) | 249.56º | 0.94% | 0.95% | - |
| XYZ | 17.41 | 7.4 | 83.73 | - |
| YUV | 51.53 | 234.93 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 241 | 0.79 | 0.94 | 0 | 0.05 | 249.56 | 0.89 | 0.5 |
| Hex | 33 | F | F1 | 4F | 5E | 0 | 5 | FA | 59 | 32 |
| Octal | 63 | 17 | 361 | 117 | 136 | 0 | 5 | 372 | 131 | 62 |
| Binary | 110011 | 1111 | 11110001 | 1001111 | 1011110 | 0 | 101 | 11111010 | 1011001 | 110010 |
Color Harmonies of #330FF1
Complementary color
Monochromatic Colors of #330FF1
Black with #330FF1
Text Example
Text Example
White with #330FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FF1; }
p { color: rgb(51,15,241); }
H1.HeaderClassName
{
color: #330FF1;
}
.AnyTagClassName
{
color: #330FF1;
}
</style>
background-color css
<style>
a { background-color: #330FF1; }
a { background-color: rgb(51,15,241); }
div.DivClassName
{
background-color: #330FF1;
}
.BgClassName
{
background-color: #330FF1;
}
</style>
border-color css
<style>
span { border-color: #330FF1; }
span { border-color: rgb(51,15,241); }
td.TdClassName
{
border-color: #330FF1;
}
.TagClassName
{
border-color: #330FF1;
}
</style>