Shades of Han Purple #440CCF
Tints of Han Purple #440CCF
RGB
CMYK
RGB Variations
Color information
#440CCF (or 0x440CCF) is known color: Han Purple. HEX triplet: 44, 0C and CF. RGB value is (68,12,207). Sum of RGB (Red+Green+Blue) = 68+12+207=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #440CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CCF is #BBF330. Grayscale: #323232. Windows color (decimal): -12317489 or 13569092. OLE color: 13569092.
HSL color Cylindrical-coordinate representation of color #440CCF: hue angle of 257.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440CCF is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 12 | 207 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.19 |
| HSL | 257.23º | 0.89% | 0.43% | - |
| HSV(B) | 257.23º | 0.94% | 0.81% | - |
| XYZ | 13.78 | 6 | 59.46 | - |
| YUV | 50.97 | 216.05 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 207 | 0.67 | 0.94 | 0 | 0.19 | 257.23 | 0.89 | 0.43 |
| Hex | 44 | C | CF | 43 | 5E | 0 | 13 | 101 | 59 | 2B |
| Octal | 104 | 14 | 317 | 103 | 136 | 0 | 23 | 401 | 131 | 53 |
| Binary | 1000100 | 1100 | 11001111 | 1000011 | 1011110 | 0 | 10011 | 100000001 | 1011001 | 101011 |
Color Harmonies of #440CCF
Complementary color
Monochromatic Colors of #440CCF
Black with #440CCF
Text Example
Text Example
White with #440CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CCF; }
p { color: rgb(68,12,207); }
H1.HeaderClassName
{
color: #440CCF;
}
.AnyTagClassName
{
color: #440CCF;
}
</style>
background-color css
<style>
a { background-color: #440CCF; }
a { background-color: rgb(68,12,207); }
div.DivClassName
{
background-color: #440CCF;
}
.BgClassName
{
background-color: #440CCF;
}
</style>
border-color css
<style>
span { border-color: #440CCF; }
span { border-color: rgb(68,12,207); }
td.TdClassName
{
border-color: #440CCF;
}
.TagClassName
{
border-color: #440CCF;
}
</style>