Shades of Han Purple #4007EB
Tints of Han Purple #4007EB
RGB
CMYK
RGB Variations
Color information
#4007EB (or 0x4007EB) is known color: Han Purple. HEX triplet: 40, 07 and EB. RGB value is (64,7,235). Sum of RGB (Red+Green+Blue) = 64+7+235=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 235 (92.19% from 255 or 76.80% from 306); Max value from RGB is 235 - color contains mainly: blue. Hex color #4007EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4007EB is #BFF814. Grayscale: #313131. Windows color (decimal): -12580885 or 15402816. OLE color: 15402816.
HSL color Cylindrical-coordinate representation of color #4007EB: hue angle of 255º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4007EB is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 7 | 235 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.08 |
| HSL | 255º | 0.94% | 0.47% | - |
| HSV(B) | 255º | 0.97% | 0.92% | - |
| XYZ | 17.19 | 7.24 | 79.09 | - |
| YUV | 50.04 | 232.38 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 235 | 0.73 | 0.97 | 0 | 0.08 | 255 | 0.94 | 0.47 |
| Hex | 40 | 7 | EB | 49 | 61 | 0 | 8 | FF | 5E | 2F |
| Octal | 100 | 7 | 353 | 111 | 141 | 0 | 10 | 377 | 136 | 57 |
| Binary | 1000000 | 111 | 11101011 | 1001001 | 1100001 | 0 | 1000 | 11111111 | 1011110 | 101111 |
Color Harmonies of #4007EB
Complementary color
Monochromatic Colors of #4007EB
Black with #4007EB
Text Example
Text Example
White with #4007EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007EB; }
p { color: rgb(64,7,235); }
H1.HeaderClassName
{
color: #4007EB;
}
.AnyTagClassName
{
color: #4007EB;
}
</style>
background-color css
<style>
a { background-color: #4007EB; }
a { background-color: rgb(64,7,235); }
div.DivClassName
{
background-color: #4007EB;
}
.BgClassName
{
background-color: #4007EB;
}
</style>
border-color css
<style>
span { border-color: #4007EB; }
span { border-color: rgb(64,7,235); }
td.TdClassName
{
border-color: #4007EB;
}
.TagClassName
{
border-color: #4007EB;
}
</style>