Shades of Han Purple #330FF3
Tints of Han Purple #330FF3
RGB
CMYK
RGB Variations
Color information
#330FF3 (or 0x330FF3) is known color: Han Purple. HEX triplet: 33, 0F and F3. RGB value is (51,15,243). Sum of RGB (Red+Green+Blue) = 51+15+243=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 243 (95.31% from 255 or 78.64% from 309); Max value from RGB is 243 - color contains mainly: blue. Hex color #330FF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FF3 is #CCF00C. Grayscale: #323232. Windows color (decimal): -13430797 or 15929139. OLE color: 15929139.
HSL color Cylindrical-coordinate representation of color #330FF3: hue angle of 249.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330FF3 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 15 | 243 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.05 |
| HSL | 249.47º | 0.9% | 0.51% | - |
| HSV(B) | 249.47º | 0.94% | 0.95% | - |
| XYZ | 17.71 | 7.52 | 85.31 | - |
| YUV | 51.76 | 235.93 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 243 | 0.79 | 0.94 | 0 | 0.05 | 249.47 | 0.9 | 0.51 |
| Hex | 33 | F | F3 | 4F | 5E | 0 | 5 | F9 | 5A | 33 |
| Octal | 63 | 17 | 363 | 117 | 136 | 0 | 5 | 371 | 132 | 63 |
| Binary | 110011 | 1111 | 11110011 | 1001111 | 1011110 | 0 | 101 | 11111001 | 1011010 | 110011 |
Color Harmonies of #330FF3
Complementary color
Monochromatic Colors of #330FF3
Black with #330FF3
Text Example
Text Example
White with #330FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FF3; }
p { color: rgb(51,15,243); }
H1.HeaderClassName
{
color: #330FF3;
}
.AnyTagClassName
{
color: #330FF3;
}
</style>
background-color css
<style>
a { background-color: #330FF3; }
a { background-color: rgb(51,15,243); }
div.DivClassName
{
background-color: #330FF3;
}
.BgClassName
{
background-color: #330FF3;
}
</style>
border-color css
<style>
span { border-color: #330FF3; }
span { border-color: rgb(51,15,243); }
td.TdClassName
{
border-color: #330FF3;
}
.TagClassName
{
border-color: #330FF3;
}
</style>