Shades of Han Purple #4600FB
Tints of Han Purple #4600FB
RGB
CMYK
RGB Variations
Color information
#4600FB (or 0x4600FB) is known color: Han Purple. HEX triplet: 46, 00 and FB. RGB value is (70,0,251). Sum of RGB (Red+Green+Blue) = 70+0+251=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #4600FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4600FB is #B9FF04. Grayscale: #303030. Windows color (decimal): -12189445 or 16449606. OLE color: 16449606.
HSL color Cylindrical-coordinate representation of color #4600FB: hue angle of 256.73º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600FB is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 0 | 251 | - |
| CMYK | 0.72 | 1 | 0 | 0.02 |
| HSL | 256.73º | 1% | 0.49% | - |
| HSV(B) | 256.73º | 1% | 0.98% | - |
| XYZ | 19.94 | 8.27 | 91.81 | - |
| YUV | 49.54 | 241.69 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 251 | 0.72 | 1 | 0 | 0.02 | 256.73 | 1 | 0.49 |
| Hex | 46 | 0 | FB | 48 | 64 | 0 | 2 | 101 | 64 | 31 |
| Octal | 106 | 0 | 373 | 110 | 144 | 0 | 2 | 401 | 144 | 61 |
| Binary | 1000110 | 0 | 11111011 | 1001000 | 1100100 | 0 | 10 | 100000001 | 1100100 | 110001 |
Color Harmonies of #4600FB
Complementary color
Monochromatic Colors of #4600FB
Black with #4600FB
Text Example
Text Example
White with #4600FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600FB; }
p { color: rgb(70,0,251); }
H1.HeaderClassName
{
color: #4600FB;
}
.AnyTagClassName
{
color: #4600FB;
}
</style>
background-color css
<style>
a { background-color: #4600FB; }
a { background-color: rgb(70,0,251); }
div.DivClassName
{
background-color: #4600FB;
}
.BgClassName
{
background-color: #4600FB;
}
</style>
border-color css
<style>
span { border-color: #4600FB; }
span { border-color: rgb(70,0,251); }
td.TdClassName
{
border-color: #4600FB;
}
.TagClassName
{
border-color: #4600FB;
}
</style>