Shades of Han Purple #330FE3
Tints of Han Purple #330FE3
RGB
CMYK
RGB Variations
Color information
#330FE3 (or 0x330FE3) is known color: Han Purple. HEX triplet: 33, 0F and E3. RGB value is (51,15,227). Sum of RGB (Red+Green+Blue) = 51+15+227=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 227 (89.06% from 255 or 77.47% from 293); Max value from RGB is 227 - color contains mainly: blue. Hex color #330FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FE3 is #CCF01C. Grayscale: #313131. Windows color (decimal): -13430813 or 14880563. OLE color: 14880563.
HSL color Cylindrical-coordinate representation of color #330FE3: hue angle of 250.19º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330FE3 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 15 | 227 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.11 |
| HSL | 250.19º | 0.88% | 0.47% | - |
| HSV(B) | 250.19º | 0.93% | 0.89% | - |
| XYZ | 15.4 | 6.59 | 73.13 | - |
| YUV | 49.93 | 227.93 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 227 | 0.78 | 0.93 | 0 | 0.11 | 250.19 | 0.88 | 0.47 |
| Hex | 33 | F | E3 | 4E | 5D | 0 | B | FA | 58 | 2F |
| Octal | 63 | 17 | 343 | 116 | 135 | 0 | 13 | 372 | 130 | 57 |
| Binary | 110011 | 1111 | 11100011 | 1001110 | 1011101 | 0 | 1011 | 11111010 | 1011000 | 101111 |
Color Harmonies of #330FE3
Complementary color
Monochromatic Colors of #330FE3
Black with #330FE3
Text Example
Text Example
White with #330FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FE3; }
p { color: rgb(51,15,227); }
H1.HeaderClassName
{
color: #330FE3;
}
.AnyTagClassName
{
color: #330FE3;
}
</style>
background-color css
<style>
a { background-color: #330FE3; }
a { background-color: rgb(51,15,227); }
div.DivClassName
{
background-color: #330FE3;
}
.BgClassName
{
background-color: #330FE3;
}
</style>
border-color css
<style>
span { border-color: #330FE3; }
span { border-color: rgb(51,15,227); }
td.TdClassName
{
border-color: #330FE3;
}
.TagClassName
{
border-color: #330FE3;
}
</style>