Shades of Han Purple #330BFC
Tints of Han Purple #330BFC
RGB
CMYK
RGB Variations
Color information
#330BFC (or 0x330BFC) is known color: Han Purple. HEX triplet: 33, 0B and FC. RGB value is (51,11,252). Sum of RGB (Red+Green+Blue) = 51+11+252=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 252 (98.83% from 255 or 80.25% from 314); Max value from RGB is 252 - color contains mainly: blue. Hex color #330BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BFC is #CCF403. Grayscale: #313131. Windows color (decimal): -13431812 or 16517939. OLE color: 16517939.
HSL color Cylindrical-coordinate representation of color #330BFC: hue angle of 249.96º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330BFC is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 11 | 252 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.01 |
| HSL | 249.96º | 0.98% | 0.52% | - |
| HSV(B) | 249.96º | 0.96% | 0.99% | - |
| XYZ | 19.06 | 7.97 | 92.63 | - |
| YUV | 50.43 | 241.75 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 252 | 0.80 | 0.96 | 0 | 0.01 | 249.96 | 0.98 | 0.52 |
| Hex | 33 | B | FC | 50 | 60 | 0 | 1 | FA | 62 | 34 |
| Octal | 63 | 13 | 374 | 120 | 140 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110011 | 1011 | 11111100 | 1010000 | 1100000 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #330BFC
Complementary color
Monochromatic Colors of #330BFC
Black with #330BFC
Text Example
Text Example
White with #330BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BFC; }
p { color: rgb(51,11,252); }
H1.HeaderClassName
{
color: #330BFC;
}
.AnyTagClassName
{
color: #330BFC;
}
</style>
background-color css
<style>
a { background-color: #330BFC; }
a { background-color: rgb(51,11,252); }
div.DivClassName
{
background-color: #330BFC;
}
.BgClassName
{
background-color: #330BFC;
}
</style>
border-color css
<style>
span { border-color: #330BFC; }
span { border-color: rgb(51,11,252); }
td.TdClassName
{
border-color: #330BFC;
}
.TagClassName
{
border-color: #330BFC;
}
</style>