Shades of Han Purple #330AE0
Tints of Han Purple #330AE0
RGB
CMYK
RGB Variations
Color information
#330AE0 (or 0x330AE0) is known color: Han Purple. HEX triplet: 33, 0A and E0. RGB value is (51,10,224). Sum of RGB (Red+Green+Blue) = 51+10+224=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 224 (87.89% from 255 or 78.60% from 285); Max value from RGB is 224 - color contains mainly: blue. Hex color #330AE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330AE0 is #CCF51F. Grayscale: #2D2D2D. Windows color (decimal): -13432096 or 14682675. OLE color: 14682675.
HSL color Cylindrical-coordinate representation of color #330AE0: hue angle of 251.5º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330AE0 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 10 | 224 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.12 |
| HSL | 251.5º | 0.91% | 0.46% | - |
| HSV(B) | 251.5º | 0.96% | 0.88% | - |
| XYZ | 14.93 | 6.3 | 70.95 | - |
| YUV | 46.66 | 228.08 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 224 | 0.77 | 0.96 | 0 | 0.12 | 251.5 | 0.91 | 0.46 |
| Hex | 33 | A | E0 | 4D | 60 | 0 | C | FB | 5B | 2E |
| Octal | 63 | 12 | 340 | 115 | 140 | 0 | 14 | 373 | 133 | 56 |
| Binary | 110011 | 1010 | 11100000 | 1001101 | 1100000 | 0 | 1100 | 11111011 | 1011011 | 101110 |
Color Harmonies of #330AE0
Complementary color
Monochromatic Colors of #330AE0
Black with #330AE0
Text Example
Text Example
White with #330AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330AE0; }
p { color: rgb(51,10,224); }
H1.HeaderClassName
{
color: #330AE0;
}
.AnyTagClassName
{
color: #330AE0;
}
</style>
background-color css
<style>
a { background-color: #330AE0; }
a { background-color: rgb(51,10,224); }
div.DivClassName
{
background-color: #330AE0;
}
.BgClassName
{
background-color: #330AE0;
}
</style>
border-color css
<style>
span { border-color: #330AE0; }
span { border-color: rgb(51,10,224); }
td.TdClassName
{
border-color: #330AE0;
}
.TagClassName
{
border-color: #330AE0;
}
</style>