Shades of Han Purple #440CEC
Tints of Han Purple #440CEC
RGB
CMYK
RGB Variations
Color information
#440CEC (or 0x440CEC) is known color: Han Purple. HEX triplet: 44, 0C and EC. RGB value is (68,12,236). Sum of RGB (Red+Green+Blue) = 68+12+236=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #440CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440CEC is #BBF313. Grayscale: #353535. Windows color (decimal): -12317460 or 15469636. OLE color: 15469636.
HSL color Cylindrical-coordinate representation of color #440CEC: hue angle of 255º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440CEC is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 12 | 236 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.07 |
| HSL | 255º | 0.9% | 0.49% | - |
| HSV(B) | 255º | 0.95% | 0.93% | - |
| XYZ | 17.66 | 7.55 | 79.88 | - |
| YUV | 54.28 | 230.55 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 236 | 0.71 | 0.95 | 0 | 0.07 | 255 | 0.9 | 0.49 |
| Hex | 44 | C | EC | 47 | 5F | 0 | 7 | FF | 5A | 31 |
| Octal | 104 | 14 | 354 | 107 | 137 | 0 | 7 | 377 | 132 | 61 |
| Binary | 1000100 | 1100 | 11101100 | 1000111 | 1011111 | 0 | 111 | 11111111 | 1011010 | 110001 |
Color Harmonies of #440CEC
Complementary color
Monochromatic Colors of #440CEC
Black with #440CEC
Text Example
Text Example
White with #440CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CEC; }
p { color: rgb(68,12,236); }
H1.HeaderClassName
{
color: #440CEC;
}
.AnyTagClassName
{
color: #440CEC;
}
</style>
background-color css
<style>
a { background-color: #440CEC; }
a { background-color: rgb(68,12,236); }
div.DivClassName
{
background-color: #440CEC;
}
.BgClassName
{
background-color: #440CEC;
}
</style>
border-color css
<style>
span { border-color: #440CEC; }
span { border-color: rgb(68,12,236); }
td.TdClassName
{
border-color: #440CEC;
}
.TagClassName
{
border-color: #440CEC;
}
</style>