Shades of Han Purple #4406CF
Tints of Han Purple #4406CF
RGB
CMYK
RGB Variations
Color information
#4406CF (or 0x4406CF) is known color: Han Purple. HEX triplet: 44, 06 and CF. RGB value is (68,6,207). Sum of RGB (Red+Green+Blue) = 68+6+207=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #4406CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4406CF is #BBF930. Grayscale: #2E2E2E. Windows color (decimal): -12319025 or 13567556. OLE color: 13567556.
HSL color Cylindrical-coordinate representation of color #4406CF: hue angle of 258.51º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4406CF is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 6 | 207 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.19 |
| HSL | 258.51º | 0.94% | 0.42% | - |
| HSV(B) | 258.51º | 0.97% | 0.81% | - |
| XYZ | 13.71 | 5.86 | 59.44 | - |
| YUV | 47.45 | 218.04 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 207 | 0.67 | 0.97 | 0 | 0.19 | 258.51 | 0.94 | 0.42 |
| Hex | 44 | 6 | CF | 43 | 61 | 0 | 13 | 103 | 5E | 2A |
| Octal | 104 | 6 | 317 | 103 | 141 | 0 | 23 | 403 | 136 | 52 |
| Binary | 1000100 | 110 | 11001111 | 1000011 | 1100001 | 0 | 10011 | 100000011 | 1011110 | 101010 |
Color Harmonies of #4406CF
Complementary color
Monochromatic Colors of #4406CF
Black with #4406CF
Text Example
Text Example
White with #4406CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4406CF; }
p { color: rgb(68,6,207); }
H1.HeaderClassName
{
color: #4406CF;
}
.AnyTagClassName
{
color: #4406CF;
}
</style>
background-color css
<style>
a { background-color: #4406CF; }
a { background-color: rgb(68,6,207); }
div.DivClassName
{
background-color: #4406CF;
}
.BgClassName
{
background-color: #4406CF;
}
</style>
border-color css
<style>
span { border-color: #4406CF; }
span { border-color: rgb(68,6,207); }
td.TdClassName
{
border-color: #4406CF;
}
.TagClassName
{
border-color: #4406CF;
}
</style>