Shades of Han Purple #4630F3
Tints of Han Purple #4630F3
RGB
CMYK
RGB Variations
Color information
#4630F3 (or 0x4630F3) is known color: Han Purple. HEX triplet: 46, 30 and F3. RGB value is (70,48,243). Sum of RGB (Red+Green+Blue) = 70+48+243=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #4630F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4630F3 is #B9CF0C. Grayscale: #4C4C4C. Windows color (decimal): -12177165 or 15937606. OLE color: 15937606.
HSL color Cylindrical-coordinate representation of color #4630F3: hue angle of 246.77º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4630F3 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 48 | 243 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.05 |
| HSL | 246.77º | 0.89% | 0.57% | - |
| HSV(B) | 246.77º | 0.8% | 0.95% | - |
| XYZ | 19.76 | 9.89 | 85.66 | - |
| YUV | 76.81 | 221.79 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 243 | 0.71 | 0.80 | 0 | 0.05 | 246.77 | 0.89 | 0.57 |
| Hex | 46 | 30 | F3 | 47 | 50 | 0 | 5 | F7 | 59 | 39 |
| Octal | 106 | 60 | 363 | 107 | 120 | 0 | 5 | 367 | 131 | 71 |
| Binary | 1000110 | 110000 | 11110011 | 1000111 | 1010000 | 0 | 101 | 11110111 | 1011001 | 111001 |
Color Harmonies of #4630F3
Complementary color
Monochromatic Colors of #4630F3
Black with #4630F3
Text Example
Text Example
White with #4630F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630F3; }
p { color: rgb(70,48,243); }
H1.HeaderClassName
{
color: #4630F3;
}
.AnyTagClassName
{
color: #4630F3;
}
</style>
background-color css
<style>
a { background-color: #4630F3; }
a { background-color: rgb(70,48,243); }
div.DivClassName
{
background-color: #4630F3;
}
.BgClassName
{
background-color: #4630F3;
}
</style>
border-color css
<style>
span { border-color: #4630F3; }
span { border-color: rgb(70,48,243); }
td.TdClassName
{
border-color: #4630F3;
}
.TagClassName
{
border-color: #4630F3;
}
</style>