Shades of Han Purple #330FD8
Tints of Han Purple #330FD8
RGB
CMYK
RGB Variations
Color information
#330FD8 (or 0x330FD8) is known color: Han Purple. HEX triplet: 33, 0F and D8. RGB value is (51,15,216). Sum of RGB (Red+Green+Blue) = 51+15+216=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 216 (84.77% from 255 or 76.60% from 282); Max value from RGB is 216 - color contains mainly: blue. Hex color #330FD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FD8 is #CCF027. Grayscale: #2F2F2F. Windows color (decimal): -13430824 or 14159667. OLE color: 14159667.
HSL color Cylindrical-coordinate representation of color #330FD8: hue angle of 250.75º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330FD8 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 15 | 216 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.15 |
| HSL | 250.75º | 0.87% | 0.45% | - |
| HSV(B) | 250.75º | 0.93% | 0.85% | - |
| XYZ | 13.93 | 6 | 65.39 | - |
| YUV | 48.68 | 222.43 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 216 | 0.76 | 0.93 | 0 | 0.15 | 250.75 | 0.87 | 0.45 |
| Hex | 33 | F | D8 | 4C | 5D | 0 | F | FB | 57 | 2D |
| Octal | 63 | 17 | 330 | 114 | 135 | 0 | 17 | 373 | 127 | 55 |
| Binary | 110011 | 1111 | 11011000 | 1001100 | 1011101 | 0 | 1111 | 11111011 | 1010111 | 101101 |
Color Harmonies of #330FD8
Complementary color
Monochromatic Colors of #330FD8
Black with #330FD8
Text Example
Text Example
White with #330FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FD8; }
p { color: rgb(51,15,216); }
H1.HeaderClassName
{
color: #330FD8;
}
.AnyTagClassName
{
color: #330FD8;
}
</style>
background-color css
<style>
a { background-color: #330FD8; }
a { background-color: rgb(51,15,216); }
div.DivClassName
{
background-color: #330FD8;
}
.BgClassName
{
background-color: #330FD8;
}
</style>
border-color css
<style>
span { border-color: #330FD8; }
span { border-color: rgb(51,15,216); }
td.TdClassName
{
border-color: #330FD8;
}
.TagClassName
{
border-color: #330FD8;
}
</style>