Shades of Han Purple #330BDA
Tints of Han Purple #330BDA
RGB
CMYK
RGB Variations
Color information
#330BDA (or 0x330BDA) is known color: Han Purple. HEX triplet: 33, 0B and DA. RGB value is (51,11,218). Sum of RGB (Red+Green+Blue) = 51+11+218=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #330BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BDA is #CCF425. Grayscale: #2D2D2D. Windows color (decimal): -13431846 or 14289715. OLE color: 14289715.
HSL color Cylindrical-coordinate representation of color #330BDA: hue angle of 251.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BDA is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 11 | 218 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.15 |
| HSL | 251.59º | 0.9% | 0.45% | - |
| HSV(B) | 251.59º | 0.95% | 0.85% | - |
| XYZ | 14.14 | 6.01 | 66.74 | - |
| YUV | 46.56 | 224.75 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 218 | 0.77 | 0.95 | 0 | 0.15 | 251.59 | 0.9 | 0.45 |
| Hex | 33 | B | DA | 4D | 5F | 0 | F | FC | 5A | 2D |
| Octal | 63 | 13 | 332 | 115 | 137 | 0 | 17 | 374 | 132 | 55 |
| Binary | 110011 | 1011 | 11011010 | 1001101 | 1011111 | 0 | 1111 | 11111100 | 1011010 | 101101 |
Color Harmonies of #330BDA
Complementary color
Monochromatic Colors of #330BDA
Black with #330BDA
Text Example
Text Example
White with #330BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BDA; }
p { color: rgb(51,11,218); }
H1.HeaderClassName
{
color: #330BDA;
}
.AnyTagClassName
{
color: #330BDA;
}
</style>
background-color css
<style>
a { background-color: #330BDA; }
a { background-color: rgb(51,11,218); }
div.DivClassName
{
background-color: #330BDA;
}
.BgClassName
{
background-color: #330BDA;
}
</style>
border-color css
<style>
span { border-color: #330BDA; }
span { border-color: rgb(51,11,218); }
td.TdClassName
{
border-color: #330BDA;
}
.TagClassName
{
border-color: #330BDA;
}
</style>