Shades of Han Purple #330FDC
Tints of Han Purple #330FDC
RGB
CMYK
RGB Variations
Color information
#330FDC (or 0x330FDC) is known color: Han Purple. HEX triplet: 33, 0F and DC. RGB value is (51,15,220). Sum of RGB (Red+Green+Blue) = 51+15+220=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #330FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FDC is #CCF023. Grayscale: #303030. Windows color (decimal): -13430820 or 14421811. OLE color: 14421811.
HSL color Cylindrical-coordinate representation of color #330FDC: hue angle of 250.54º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330FDC is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 15 | 220 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.14 |
| HSL | 250.54º | 0.87% | 0.46% | - |
| HSV(B) | 250.54º | 0.93% | 0.86% | - |
| XYZ | 14.45 | 6.21 | 68.15 | - |
| YUV | 49.13 | 224.43 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 220 | 0.77 | 0.93 | 0 | 0.14 | 250.54 | 0.87 | 0.46 |
| Hex | 33 | F | DC | 4D | 5D | 0 | E | FB | 57 | 2E |
| Octal | 63 | 17 | 334 | 115 | 135 | 0 | 16 | 373 | 127 | 56 |
| Binary | 110011 | 1111 | 11011100 | 1001101 | 1011101 | 0 | 1110 | 11111011 | 1010111 | 101110 |
Color Harmonies of #330FDC
Complementary color
Monochromatic Colors of #330FDC
Black with #330FDC
Text Example
Text Example
White with #330FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FDC; }
p { color: rgb(51,15,220); }
H1.HeaderClassName
{
color: #330FDC;
}
.AnyTagClassName
{
color: #330FDC;
}
</style>
background-color css
<style>
a { background-color: #330FDC; }
a { background-color: rgb(51,15,220); }
div.DivClassName
{
background-color: #330FDC;
}
.BgClassName
{
background-color: #330FDC;
}
</style>
border-color css
<style>
span { border-color: #330FDC; }
span { border-color: rgb(51,15,220); }
td.TdClassName
{
border-color: #330FDC;
}
.TagClassName
{
border-color: #330FDC;
}
</style>