Shades of Han Purple #330DDD
Tints of Han Purple #330DDD
RGB
CMYK
RGB Variations
Color information
#330DDD (or 0x330DDD) is known color: Han Purple. HEX triplet: 33, 0D and DD. RGB value is (51,13,221). Sum of RGB (Red+Green+Blue) = 51+13+221=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #330DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DDD is #CCF222. Grayscale: #2F2F2F. Windows color (decimal): -13431331 or 14486835. OLE color: 14486835.
HSL color Cylindrical-coordinate representation of color #330DDD: hue angle of 250.96º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DDD is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 13 | 221 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.13 |
| HSL | 250.96º | 0.89% | 0.46% | - |
| HSV(B) | 250.96º | 0.94% | 0.87% | - |
| XYZ | 14.56 | 6.21 | 68.84 | - |
| YUV | 48.07 | 225.59 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 221 | 0.77 | 0.94 | 0 | 0.13 | 250.96 | 0.89 | 0.46 |
| Hex | 33 | D | DD | 4D | 5E | 0 | D | FB | 59 | 2E |
| Octal | 63 | 15 | 335 | 115 | 136 | 0 | 15 | 373 | 131 | 56 |
| Binary | 110011 | 1101 | 11011101 | 1001101 | 1011110 | 0 | 1101 | 11111011 | 1011001 | 101110 |
Color Harmonies of #330DDD
Complementary color
Monochromatic Colors of #330DDD
Black with #330DDD
Text Example
Text Example
White with #330DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DDD; }
p { color: rgb(51,13,221); }
H1.HeaderClassName
{
color: #330DDD;
}
.AnyTagClassName
{
color: #330DDD;
}
</style>
background-color css
<style>
a { background-color: #330DDD; }
a { background-color: rgb(51,13,221); }
div.DivClassName
{
background-color: #330DDD;
}
.BgClassName
{
background-color: #330DDD;
}
</style>
border-color css
<style>
span { border-color: #330DDD; }
span { border-color: rgb(51,13,221); }
td.TdClassName
{
border-color: #330DDD;
}
.TagClassName
{
border-color: #330DDD;
}
</style>