Shades of Han Purple #330EDF
Tints of Han Purple #330EDF
RGB
CMYK
RGB Variations
Color information
#330EDF (or 0x330EDF) is known color: Han Purple. HEX triplet: 33, 0E and DF. RGB value is (51,14,223). Sum of RGB (Red+Green+Blue) = 51+14+223=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #330EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330EDF is #CCF120. Grayscale: #303030. Windows color (decimal): -13431073 or 14618163. OLE color: 14618163.
HSL color Cylindrical-coordinate representation of color #330EDF: hue angle of 250.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EDF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 14 | 223 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.13 |
| HSL | 250.62º | 0.88% | 0.46% | - |
| HSV(B) | 250.62º | 0.94% | 0.87% | - |
| XYZ | 14.84 | 6.35 | 70.25 | - |
| YUV | 48.89 | 226.26 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 223 | 0.77 | 0.94 | 0 | 0.13 | 250.62 | 0.88 | 0.46 |
| Hex | 33 | E | DF | 4D | 5E | 0 | D | FB | 58 | 2E |
| Octal | 63 | 16 | 337 | 115 | 136 | 0 | 15 | 373 | 130 | 56 |
| Binary | 110011 | 1110 | 11011111 | 1001101 | 1011110 | 0 | 1101 | 11111011 | 1011000 | 101110 |
Color Harmonies of #330EDF
Complementary color
Monochromatic Colors of #330EDF
Black with #330EDF
Text Example
Text Example
White with #330EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330EDF; }
p { color: rgb(51,14,223); }
H1.HeaderClassName
{
color: #330EDF;
}
.AnyTagClassName
{
color: #330EDF;
}
</style>
background-color css
<style>
a { background-color: #330EDF; }
a { background-color: rgb(51,14,223); }
div.DivClassName
{
background-color: #330EDF;
}
.BgClassName
{
background-color: #330EDF;
}
</style>
border-color css
<style>
span { border-color: #330EDF; }
span { border-color: rgb(51,14,223); }
td.TdClassName
{
border-color: #330EDF;
}
.TagClassName
{
border-color: #330EDF;
}
</style>