Shades of Han Purple #330CE2
Tints of Han Purple #330CE2
RGB
CMYK
RGB Variations
Color information
#330CE2 (or 0x330CE2) is known color: Han Purple. HEX triplet: 33, 0C and E2. RGB value is (51,12,226). Sum of RGB (Red+Green+Blue) = 51+12+226=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 226 (88.67% from 255 or 78.20% from 289); Max value from RGB is 226 - color contains mainly: blue. Hex color #330CE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CE2 is #CCF31D. Grayscale: #2F2F2F. Windows color (decimal): -13431582 or 14814259. OLE color: 14814259.
HSL color Cylindrical-coordinate representation of color #330CE2: hue angle of 250.93º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CE2 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 12 | 226 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.11 |
| HSL | 250.93º | 0.9% | 0.47% | - |
| HSV(B) | 250.93º | 0.95% | 0.89% | - |
| XYZ | 15.22 | 6.46 | 72.4 | - |
| YUV | 48.06 | 228.42 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 226 | 0.77 | 0.95 | 0 | 0.11 | 250.93 | 0.9 | 0.47 |
| Hex | 33 | C | E2 | 4D | 5F | 0 | B | FB | 5A | 2F |
| Octal | 63 | 14 | 342 | 115 | 137 | 0 | 13 | 373 | 132 | 57 |
| Binary | 110011 | 1100 | 11100010 | 1001101 | 1011111 | 0 | 1011 | 11111011 | 1011010 | 101111 |
Color Harmonies of #330CE2
Complementary color
Monochromatic Colors of #330CE2
Black with #330CE2
Text Example
Text Example
White with #330CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CE2; }
p { color: rgb(51,12,226); }
H1.HeaderClassName
{
color: #330CE2;
}
.AnyTagClassName
{
color: #330CE2;
}
</style>
background-color css
<style>
a { background-color: #330CE2; }
a { background-color: rgb(51,12,226); }
div.DivClassName
{
background-color: #330CE2;
}
.BgClassName
{
background-color: #330CE2;
}
</style>
border-color css
<style>
span { border-color: #330CE2; }
span { border-color: rgb(51,12,226); }
td.TdClassName
{
border-color: #330CE2;
}
.TagClassName
{
border-color: #330CE2;
}
</style>