Shades of Han Purple #330CFE
Tints of Han Purple #330CFE
RGB
CMYK
RGB Variations
Color information
#330CFE (or 0x330CFE) is known color: Han Purple. HEX triplet: 33, 0C and FE. RGB value is (51,12,254). Sum of RGB (Red+Green+Blue) = 51+12+254=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #330CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CFE is #CCF301. Grayscale: #323232. Windows color (decimal): -13431554 or 16649267. OLE color: 16649267.
HSL color Cylindrical-coordinate representation of color #330CFE: hue angle of 249.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CFE is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 12 | 254 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.00 |
| HSL | 249.67º | 0.99% | 0.52% | - |
| HSV(B) | 249.67º | 0.95% | 1% | - |
| XYZ | 19.39 | 8.12 | 94.31 | - |
| YUV | 51.25 | 242.42 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 254 | 0.80 | 0.95 | 0 | 0.00 | 249.67 | 0.99 | 0.52 |
| Hex | 33 | C | FE | 50 | 5F | 0 | 0 | FA | 63 | 34 |
| Octal | 63 | 14 | 376 | 120 | 137 | 0 | 0 | 372 | 143 | 64 |
| Binary | 110011 | 1100 | 11111110 | 1010000 | 1011111 | 0 | 0 | 11111010 | 1100011 | 110100 |
Color Harmonies of #330CFE
Complementary color
Monochromatic Colors of #330CFE
Black with #330CFE
Text Example
Text Example
White with #330CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CFE; }
p { color: rgb(51,12,254); }
H1.HeaderClassName
{
color: #330CFE;
}
.AnyTagClassName
{
color: #330CFE;
}
</style>
background-color css
<style>
a { background-color: #330CFE; }
a { background-color: rgb(51,12,254); }
div.DivClassName
{
background-color: #330CFE;
}
.BgClassName
{
background-color: #330CFE;
}
</style>
border-color css
<style>
span { border-color: #330CFE; }
span { border-color: rgb(51,12,254); }
td.TdClassName
{
border-color: #330CFE;
}
.TagClassName
{
border-color: #330CFE;
}
</style>