Shades of Han Purple #4407CE
Tints of Han Purple #4407CE
RGB
CMYK
RGB Variations
Color information
#4407CE (or 0x4407CE) is known color: Han Purple. HEX triplet: 44, 07 and CE. RGB value is (68,7,206). Sum of RGB (Red+Green+Blue) = 68+7+206=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #4407CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4407CE is #BBF831. Grayscale: #2F2F2F. Windows color (decimal): -12318770 or 13502276. OLE color: 13502276.
HSL color Cylindrical-coordinate representation of color #4407CE: hue angle of 258.39º degrees, saturation: 0.93, 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 #4407CE is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 7 | 206 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.19 |
| HSL | 258.39º | 0.93% | 0.42% | - |
| HSV(B) | 258.39º | 0.97% | 0.81% | - |
| XYZ | 13.6 | 5.84 | 58.8 | - |
| YUV | 47.93 | 217.21 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 206 | 0.67 | 0.97 | 0 | 0.19 | 258.39 | 0.93 | 0.42 |
| Hex | 44 | 7 | CE | 43 | 61 | 0 | 13 | 102 | 5D | 2A |
| Octal | 104 | 7 | 316 | 103 | 141 | 0 | 23 | 402 | 135 | 52 |
| Binary | 1000100 | 111 | 11001110 | 1000011 | 1100001 | 0 | 10011 | 100000010 | 1011101 | 101010 |
Color Harmonies of #4407CE
Complementary color
Monochromatic Colors of #4407CE
Black with #4407CE
Text Example
Text Example
White with #4407CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407CE; }
p { color: rgb(68,7,206); }
H1.HeaderClassName
{
color: #4407CE;
}
.AnyTagClassName
{
color: #4407CE;
}
</style>
background-color css
<style>
a { background-color: #4407CE; }
a { background-color: rgb(68,7,206); }
div.DivClassName
{
background-color: #4407CE;
}
.BgClassName
{
background-color: #4407CE;
}
</style>
border-color css
<style>
span { border-color: #4407CE; }
span { border-color: rgb(68,7,206); }
td.TdClassName
{
border-color: #4407CE;
}
.TagClassName
{
border-color: #4407CE;
}
</style>