Shades of Han Purple #4600FD
Tints of Han Purple #4600FD
RGB
CMYK
RGB Variations
Color information
#4600FD (or 0x4600FD) is known color: Han Purple. HEX triplet: 46, 00 and FD. RGB value is (70,0,253). Sum of RGB (Red+Green+Blue) = 70+0+253=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #4600FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4600FD is #B9FF02. Grayscale: #303030. Windows color (decimal): -12189443 or 16580678. OLE color: 16580678.
HSL color Cylindrical-coordinate representation of color #4600FD: hue angle of 256.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600FD is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 0 | 253 | - |
| CMYK | 0.72 | 1 | 0 | 0.01 |
| HSL | 256.6º | 1% | 0.5% | - |
| HSV(B) | 256.6º | 1% | 0.99% | - |
| XYZ | 20.26 | 8.39 | 93.48 | - |
| YUV | 49.77 | 242.69 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 253 | 0.72 | 1 | 0 | 0.01 | 256.6 | 1 | 0.5 |
| Hex | 46 | 0 | FD | 48 | 64 | 0 | 1 | 101 | 64 | 32 |
| Octal | 106 | 0 | 375 | 110 | 144 | 0 | 1 | 401 | 144 | 62 |
| Binary | 1000110 | 0 | 11111101 | 1001000 | 1100100 | 0 | 1 | 100000001 | 1100100 | 110010 |
Color Harmonies of #4600FD
Complementary color
Monochromatic Colors of #4600FD
Black with #4600FD
Text Example
Text Example
White with #4600FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600FD; }
p { color: rgb(70,0,253); }
H1.HeaderClassName
{
color: #4600FD;
}
.AnyTagClassName
{
color: #4600FD;
}
</style>
background-color css
<style>
a { background-color: #4600FD; }
a { background-color: rgb(70,0,253); }
div.DivClassName
{
background-color: #4600FD;
}
.BgClassName
{
background-color: #4600FD;
}
</style>
border-color css
<style>
span { border-color: #4600FD; }
span { border-color: rgb(70,0,253); }
td.TdClassName
{
border-color: #4600FD;
}
.TagClassName
{
border-color: #4600FD;
}
</style>