Shades of Han Purple #330CE0
Tints of Han Purple #330CE0
RGB
CMYK
RGB Variations
Color information
#330CE0 (or 0x330CE0) is known color: Han Purple. HEX triplet: 33, 0C and E0. RGB value is (51,12,224). Sum of RGB (Red+Green+Blue) = 51+12+224=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 224 (87.89% from 255 or 78.05% from 287); Max value from RGB is 224 - color contains mainly: blue. Hex color #330CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CE0 is #CCF31F. Grayscale: #2F2F2F. Windows color (decimal): -13431584 or 14683187. OLE color: 14683187.
HSL color Cylindrical-coordinate representation of color #330CE0: hue angle of 251.04º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CE0 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 12 | 224 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.12 |
| HSL | 251.04º | 0.9% | 0.46% | - |
| HSV(B) | 251.04º | 0.95% | 0.88% | - |
| XYZ | 14.95 | 6.35 | 70.96 | - |
| YUV | 47.83 | 227.42 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 224 | 0.77 | 0.95 | 0 | 0.12 | 251.04 | 0.9 | 0.46 |
| Hex | 33 | C | E0 | 4D | 5F | 0 | C | FB | 5A | 2E |
| Octal | 63 | 14 | 340 | 115 | 137 | 0 | 14 | 373 | 132 | 56 |
| Binary | 110011 | 1100 | 11100000 | 1001101 | 1011111 | 0 | 1100 | 11111011 | 1011010 | 101110 |
Color Harmonies of #330CE0
Complementary color
Monochromatic Colors of #330CE0
Black with #330CE0
Text Example
Text Example
White with #330CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CE0; }
p { color: rgb(51,12,224); }
H1.HeaderClassName
{
color: #330CE0;
}
.AnyTagClassName
{
color: #330CE0;
}
</style>
background-color css
<style>
a { background-color: #330CE0; }
a { background-color: rgb(51,12,224); }
div.DivClassName
{
background-color: #330CE0;
}
.BgClassName
{
background-color: #330CE0;
}
</style>
border-color css
<style>
span { border-color: #330CE0; }
span { border-color: rgb(51,12,224); }
td.TdClassName
{
border-color: #330CE0;
}
.TagClassName
{
border-color: #330CE0;
}
</style>