Shades of Han Purple #4407CC
Tints of Han Purple #4407CC
RGB
CMYK
RGB Variations
Color information
#4407CC (or 0x4407CC) is known color: Han Purple. HEX triplet: 44, 07 and CC. RGB value is (68,7,204). Sum of RGB (Red+Green+Blue) = 68+7+204=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #4407CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4407CC is #BBF833. Grayscale: #2E2E2E. Windows color (decimal): -12318772 or 13371204. OLE color: 13371204.
HSL color Cylindrical-coordinate representation of color #4407CC: hue angle of 258.58º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4407CC is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 7 | 204 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.2 |
| HSL | 258.58º | 0.93% | 0.41% | - |
| HSV(B) | 258.58º | 0.97% | 0.8% | - |
| XYZ | 13.36 | 5.74 | 57.53 | - |
| YUV | 47.7 | 216.21 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 204 | 0.67 | 0.97 | 0 | 0.2 | 258.58 | 0.93 | 0.41 |
| Hex | 44 | 7 | CC | 43 | 61 | 0 | 14 | 103 | 5D | 29 |
| Octal | 104 | 7 | 314 | 103 | 141 | 0 | 24 | 403 | 135 | 51 |
| Binary | 1000100 | 111 | 11001100 | 1000011 | 1100001 | 0 | 10100 | 100000011 | 1011101 | 101001 |
Color Harmonies of #4407CC
Complementary color
Monochromatic Colors of #4407CC
Black with #4407CC
Text Example
Text Example
White with #4407CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407CC; }
p { color: rgb(68,7,204); }
H1.HeaderClassName
{
color: #4407CC;
}
.AnyTagClassName
{
color: #4407CC;
}
</style>
background-color css
<style>
a { background-color: #4407CC; }
a { background-color: rgb(68,7,204); }
div.DivClassName
{
background-color: #4407CC;
}
.BgClassName
{
background-color: #4407CC;
}
</style>
border-color css
<style>
span { border-color: #4407CC; }
span { border-color: rgb(68,7,204); }
td.TdClassName
{
border-color: #4407CC;
}
.TagClassName
{
border-color: #4407CC;
}
</style>