Shades of Han Purple #4629FD
Tints of Han Purple #4629FD
RGB
CMYK
RGB Variations
Color information
#4629FD (or 0x4629FD) is known color: Han Purple. HEX triplet: 46, 29 and FD. RGB value is (70,41,253). Sum of RGB (Red+Green+Blue) = 70+41+253=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #4629FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4629FD is #B9D602. Grayscale: #494949. Windows color (decimal): -12178947 or 16591174. OLE color: 16591174.
HSL color Cylindrical-coordinate representation of color #4629FD: hue angle of 248.21º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4629FD is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 41 | 253 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.01 |
| HSL | 248.21º | 0.98% | 0.58% | - |
| HSV(B) | 248.21º | 0.84% | 0.99% | - |
| XYZ | 21.05 | 9.98 | 93.75 | - |
| YUV | 73.84 | 229.11 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 253 | 0.72 | 0.84 | 0 | 0.01 | 248.21 | 0.98 | 0.58 |
| Hex | 46 | 29 | FD | 48 | 54 | 0 | 1 | F8 | 62 | 3A |
| Octal | 106 | 51 | 375 | 110 | 124 | 0 | 1 | 370 | 142 | 72 |
| Binary | 1000110 | 101001 | 11111101 | 1001000 | 1010100 | 0 | 1 | 11111000 | 1100010 | 111010 |
Color Harmonies of #4629FD
Complementary color
Monochromatic Colors of #4629FD
Black with #4629FD
Text Example
Text Example
White with #4629FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629FD; }
p { color: rgb(70,41,253); }
H1.HeaderClassName
{
color: #4629FD;
}
.AnyTagClassName
{
color: #4629FD;
}
</style>
background-color css
<style>
a { background-color: #4629FD; }
a { background-color: rgb(70,41,253); }
div.DivClassName
{
background-color: #4629FD;
}
.BgClassName
{
background-color: #4629FD;
}
</style>
border-color css
<style>
span { border-color: #4629FD; }
span { border-color: rgb(70,41,253); }
td.TdClassName
{
border-color: #4629FD;
}
.TagClassName
{
border-color: #4629FD;
}
</style>