Shades of Han Purple #330FFD
Tints of Han Purple #330FFD
RGB
CMYK
RGB Variations
Color information
#330FFD (or 0x330FFD) is known color: Han Purple. HEX triplet: 33, 0F and FD. RGB value is (51,15,253). Sum of RGB (Red+Green+Blue) = 51+15+253=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #330FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FFD is #CCF002. Grayscale: #333333. Windows color (decimal): -13430787 or 16584499. OLE color: 16584499.
HSL color Cylindrical-coordinate representation of color #330FFD: hue angle of 249.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330FFD is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 15 | 253 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.01 |
| HSL | 249.08º | 0.98% | 0.53% | - |
| HSV(B) | 249.08º | 0.94% | 0.99% | - |
| XYZ | 19.27 | 8.14 | 93.48 | - |
| YUV | 52.9 | 240.93 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 253 | 0.80 | 0.94 | 0 | 0.01 | 249.08 | 0.98 | 0.53 |
| Hex | 33 | F | FD | 50 | 5E | 0 | 1 | F9 | 62 | 35 |
| Octal | 63 | 17 | 375 | 120 | 136 | 0 | 1 | 371 | 142 | 65 |
| Binary | 110011 | 1111 | 11111101 | 1010000 | 1011110 | 0 | 1 | 11111001 | 1100010 | 110101 |
Color Harmonies of #330FFD
Complementary color
Monochromatic Colors of #330FFD
Black with #330FFD
Text Example
Text Example
White with #330FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FFD; }
p { color: rgb(51,15,253); }
H1.HeaderClassName
{
color: #330FFD;
}
.AnyTagClassName
{
color: #330FFD;
}
</style>
background-color css
<style>
a { background-color: #330FFD; }
a { background-color: rgb(51,15,253); }
div.DivClassName
{
background-color: #330FFD;
}
.BgClassName
{
background-color: #330FFD;
}
</style>
border-color css
<style>
span { border-color: #330FFD; }
span { border-color: rgb(51,15,253); }
td.TdClassName
{
border-color: #330FFD;
}
.TagClassName
{
border-color: #330FFD;
}
</style>