Shades of Han Purple #330BED
Tints of Han Purple #330BED
RGB
CMYK
RGB Variations
Color information
#330BED (or 0x330BED) is known color: Han Purple. HEX triplet: 33, 0B and ED. RGB value is (51,11,237). Sum of RGB (Red+Green+Blue) = 51+11+237=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #330BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BED is #CCF412. Grayscale: #2F2F2F. Windows color (decimal): -13431827 or 15534899. OLE color: 15534899.
HSL color Cylindrical-coordinate representation of color #330BED: hue angle of 250.62º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BED is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 11 | 237 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.07 |
| HSL | 250.62º | 0.91% | 0.49% | - |
| HSV(B) | 250.62º | 0.95% | 0.93% | - |
| XYZ | 16.77 | 7.06 | 80.6 | - |
| YUV | 48.72 | 234.25 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 237 | 0.78 | 0.95 | 0 | 0.07 | 250.62 | 0.91 | 0.49 |
| Hex | 33 | B | ED | 4E | 5F | 0 | 7 | FB | 5B | 31 |
| Octal | 63 | 13 | 355 | 116 | 137 | 0 | 7 | 373 | 133 | 61 |
| Binary | 110011 | 1011 | 11101101 | 1001110 | 1011111 | 0 | 111 | 11111011 | 1011011 | 110001 |
Color Harmonies of #330BED
Complementary color
Monochromatic Colors of #330BED
Black with #330BED
Text Example
Text Example
White with #330BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BED; }
p { color: rgb(51,11,237); }
H1.HeaderClassName
{
color: #330BED;
}
.AnyTagClassName
{
color: #330BED;
}
</style>
background-color css
<style>
a { background-color: #330BED; }
a { background-color: rgb(51,11,237); }
div.DivClassName
{
background-color: #330BED;
}
.BgClassName
{
background-color: #330BED;
}
</style>
border-color css
<style>
span { border-color: #330BED; }
span { border-color: rgb(51,11,237); }
td.TdClassName
{
border-color: #330BED;
}
.TagClassName
{
border-color: #330BED;
}
</style>