Shades of Han Purple #330DDC
Tints of Han Purple #330DDC
RGB
CMYK
RGB Variations
Color information
#330DDC (or 0x330DDC) is known color: Han Purple. HEX triplet: 33, 0D and DC. RGB value is (51,13,220). Sum of RGB (Red+Green+Blue) = 51+13+220=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #330DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DDC is #CCF223. Grayscale: #2F2F2F. Windows color (decimal): -13431332 or 14421299. OLE color: 14421299.
HSL color Cylindrical-coordinate representation of color #330DDC: hue angle of 251.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DDC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 13 | 220 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.14 |
| HSL | 251.01º | 0.89% | 0.46% | - |
| HSV(B) | 251.01º | 0.94% | 0.86% | - |
| XYZ | 14.43 | 6.16 | 68.14 | - |
| YUV | 47.96 | 225.09 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 220 | 0.77 | 0.94 | 0 | 0.14 | 251.01 | 0.89 | 0.46 |
| Hex | 33 | D | DC | 4D | 5E | 0 | E | FB | 59 | 2E |
| Octal | 63 | 15 | 334 | 115 | 136 | 0 | 16 | 373 | 131 | 56 |
| Binary | 110011 | 1101 | 11011100 | 1001101 | 1011110 | 0 | 1110 | 11111011 | 1011001 | 101110 |
Color Harmonies of #330DDC
Complementary color
Monochromatic Colors of #330DDC
Black with #330DDC
Text Example
Text Example
White with #330DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DDC; }
p { color: rgb(51,13,220); }
H1.HeaderClassName
{
color: #330DDC;
}
.AnyTagClassName
{
color: #330DDC;
}
</style>
background-color css
<style>
a { background-color: #330DDC; }
a { background-color: rgb(51,13,220); }
div.DivClassName
{
background-color: #330DDC;
}
.BgClassName
{
background-color: #330DDC;
}
</style>
border-color css
<style>
span { border-color: #330DDC; }
span { border-color: rgb(51,13,220); }
td.TdClassName
{
border-color: #330DDC;
}
.TagClassName
{
border-color: #330DDC;
}
</style>