Shades of Han Purple #330AED
Tints of Han Purple #330AED
RGB
CMYK
RGB Variations
Color information
#330AED (or 0x330AED) is known color: Han Purple. HEX triplet: 33, 0A and ED. RGB value is (51,10,237). Sum of RGB (Red+Green+Blue) = 51+10+237=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #330AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AED is #CCF512. Grayscale: #2F2F2F. Windows color (decimal): -13432083 or 15534643. OLE color: 15534643.
HSL color Cylindrical-coordinate representation of color #330AED: hue angle of 250.84º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330AED is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 10 | 237 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.07 |
| HSL | 250.84º | 0.92% | 0.48% | - |
| HSV(B) | 250.84º | 0.96% | 0.93% | - |
| XYZ | 16.76 | 7.04 | 80.6 | - |
| YUV | 48.14 | 234.58 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 237 | 0.78 | 0.96 | 0 | 0.07 | 250.84 | 0.92 | 0.48 |
| Hex | 33 | A | ED | 4E | 60 | 0 | 7 | FB | 5C | 30 |
| Octal | 63 | 12 | 355 | 116 | 140 | 0 | 7 | 373 | 134 | 60 |
| Binary | 110011 | 1010 | 11101101 | 1001110 | 1100000 | 0 | 111 | 11111011 | 1011100 | 110000 |
Color Harmonies of #330AED
Complementary color
Monochromatic Colors of #330AED
Black with #330AED
Text Example
Text Example
White with #330AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330AED; }
p { color: rgb(51,10,237); }
H1.HeaderClassName
{
color: #330AED;
}
.AnyTagClassName
{
color: #330AED;
}
</style>
background-color css
<style>
a { background-color: #330AED; }
a { background-color: rgb(51,10,237); }
div.DivClassName
{
background-color: #330AED;
}
.BgClassName
{
background-color: #330AED;
}
</style>
border-color css
<style>
span { border-color: #330AED; }
span { border-color: rgb(51,10,237); }
td.TdClassName
{
border-color: #330AED;
}
.TagClassName
{
border-color: #330AED;
}
</style>