Shades of Han Purple #400CF6
Tints of Han Purple #400CF6
RGB
CMYK
RGB Variations
Color information
#400CF6 (or 0x400CF6) is known color: Han Purple. HEX triplet: 40, 0C and F6. RGB value is (64,12,246). Sum of RGB (Red+Green+Blue) = 64+12+246=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 246 (96.48% from 255 or 76.40% from 322); Max value from RGB is 246 - color contains mainly: blue. Hex color #400CF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CF6 is #BFF309. Grayscale: #353535. Windows color (decimal): -12579594 or 16124992. OLE color: 16124992.
HSL color Cylindrical-coordinate representation of color #400CF6: hue angle of 253.33º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400CF6 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 12 | 246 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.04 |
| HSL | 253.33º | 0.93% | 0.51% | - |
| HSV(B) | 253.33º | 0.95% | 0.96% | - |
| XYZ | 18.88 | 8.01 | 87.74 | - |
| YUV | 54.22 | 236.23 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 246 | 0.74 | 0.95 | 0 | 0.04 | 253.33 | 0.93 | 0.51 |
| Hex | 40 | C | F6 | 4A | 5F | 0 | 4 | FD | 5D | 33 |
| Octal | 100 | 14 | 366 | 112 | 137 | 0 | 4 | 375 | 135 | 63 |
| Binary | 1000000 | 1100 | 11110110 | 1001010 | 1011111 | 0 | 100 | 11111101 | 1011101 | 110011 |
Color Harmonies of #400CF6
Complementary color
Monochromatic Colors of #400CF6
Black with #400CF6
Text Example
Text Example
White with #400CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CF6; }
p { color: rgb(64,12,246); }
H1.HeaderClassName
{
color: #400CF6;
}
.AnyTagClassName
{
color: #400CF6;
}
</style>
background-color css
<style>
a { background-color: #400CF6; }
a { background-color: rgb(64,12,246); }
div.DivClassName
{
background-color: #400CF6;
}
.BgClassName
{
background-color: #400CF6;
}
</style>
border-color css
<style>
span { border-color: #400CF6; }
span { border-color: rgb(64,12,246); }
td.TdClassName
{
border-color: #400CF6;
}
.TagClassName
{
border-color: #400CF6;
}
</style>