Shades of Han Purple #330FF5
Tints of Han Purple #330FF5
RGB
CMYK
RGB Variations
Color information
#330FF5 (or 0x330FF5) is known color: Han Purple. HEX triplet: 33, 0F and F5. RGB value is (51,15,245). Sum of RGB (Red+Green+Blue) = 51+15+245=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 245 (96.09% from 255 or 78.78% from 311); Max value from RGB is 245 - color contains mainly: blue. Hex color #330FF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FF5 is #CCF00A. Grayscale: #333333. Windows color (decimal): -13430795 or 16060211. OLE color: 16060211.
HSL color Cylindrical-coordinate representation of color #330FF5: hue angle of 249.39º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330FF5 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 15 | 245 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.04 |
| HSL | 249.39º | 0.92% | 0.51% | - |
| HSV(B) | 249.39º | 0.94% | 0.96% | - |
| XYZ | 18.02 | 7.64 | 86.91 | - |
| YUV | 51.98 | 236.93 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 245 | 0.79 | 0.94 | 0 | 0.04 | 249.39 | 0.92 | 0.51 |
| Hex | 33 | F | F5 | 4F | 5E | 0 | 4 | F9 | 5C | 33 |
| Octal | 63 | 17 | 365 | 117 | 136 | 0 | 4 | 371 | 134 | 63 |
| Binary | 110011 | 1111 | 11110101 | 1001111 | 1011110 | 0 | 100 | 11111001 | 1011100 | 110011 |
Color Harmonies of #330FF5
Complementary color
Monochromatic Colors of #330FF5
Black with #330FF5
Text Example
Text Example
White with #330FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FF5; }
p { color: rgb(51,15,245); }
H1.HeaderClassName
{
color: #330FF5;
}
.AnyTagClassName
{
color: #330FF5;
}
</style>
background-color css
<style>
a { background-color: #330FF5; }
a { background-color: rgb(51,15,245); }
div.DivClassName
{
background-color: #330FF5;
}
.BgClassName
{
background-color: #330FF5;
}
</style>
border-color css
<style>
span { border-color: #330FF5; }
span { border-color: rgb(51,15,245); }
td.TdClassName
{
border-color: #330FF5;
}
.TagClassName
{
border-color: #330FF5;
}
</style>