Shades of Han Purple #330DDA
Tints of Han Purple #330DDA
RGB
CMYK
RGB Variations
Color information
#330DDA (or 0x330DDA) is known color: Han Purple. HEX triplet: 33, 0D and DA. RGB value is (51,13,218). Sum of RGB (Red+Green+Blue) = 51+13+218=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #330DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DDA is #CCF225. Grayscale: #2E2E2E. Windows color (decimal): -13431334 or 14290227. OLE color: 14290227.
HSL color Cylindrical-coordinate representation of color #330DDA: hue angle of 251.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DDA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 13 | 218 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.15 |
| HSL | 251.12º | 0.89% | 0.45% | - |
| HSV(B) | 251.12º | 0.94% | 0.85% | - |
| XYZ | 14.16 | 6.05 | 66.75 | - |
| YUV | 47.73 | 224.09 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 218 | 0.77 | 0.94 | 0 | 0.15 | 251.12 | 0.89 | 0.45 |
| Hex | 33 | D | DA | 4D | 5E | 0 | F | FB | 59 | 2D |
| Octal | 63 | 15 | 332 | 115 | 136 | 0 | 17 | 373 | 131 | 55 |
| Binary | 110011 | 1101 | 11011010 | 1001101 | 1011110 | 0 | 1111 | 11111011 | 1011001 | 101101 |
Color Harmonies of #330DDA
Complementary color
Monochromatic Colors of #330DDA
Black with #330DDA
Text Example
Text Example
White with #330DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DDA; }
p { color: rgb(51,13,218); }
H1.HeaderClassName
{
color: #330DDA;
}
.AnyTagClassName
{
color: #330DDA;
}
</style>
background-color css
<style>
a { background-color: #330DDA; }
a { background-color: rgb(51,13,218); }
div.DivClassName
{
background-color: #330DDA;
}
.BgClassName
{
background-color: #330DDA;
}
</style>
border-color css
<style>
span { border-color: #330DDA; }
span { border-color: rgb(51,13,218); }
td.TdClassName
{
border-color: #330DDA;
}
.TagClassName
{
border-color: #330DDA;
}
</style>