Shades of Han Purple #4630F7
Tints of Han Purple #4630F7
RGB
CMYK
RGB Variations
Color information
#4630F7 (or 0x4630F7) is known color: Han Purple. HEX triplet: 46, 30 and F7. RGB value is (70,48,247). Sum of RGB (Red+Green+Blue) = 70+48+247=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 247 (96.88% from 255 or 67.67% from 365); Max value from RGB is 247 - color contains mainly: blue. Hex color #4630F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4630F7 is #B9CF08. Grayscale: #4C4C4C. Windows color (decimal): -12177161 or 16199750. OLE color: 16199750.
HSL color Cylindrical-coordinate representation of color #4630F7: hue angle of 246.63º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4630F7 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 48 | 247 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.03 |
| HSL | 246.63º | 0.93% | 0.58% | - |
| HSV(B) | 246.63º | 0.81% | 0.97% | - |
| XYZ | 20.37 | 10.13 | 88.88 | - |
| YUV | 77.26 | 223.79 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 247 | 0.72 | 0.81 | 0 | 0.03 | 246.63 | 0.93 | 0.58 |
| Hex | 46 | 30 | F7 | 48 | 51 | 0 | 3 | F7 | 5D | 3A |
| Octal | 106 | 60 | 367 | 110 | 121 | 0 | 3 | 367 | 135 | 72 |
| Binary | 1000110 | 110000 | 11110111 | 1001000 | 1010001 | 0 | 11 | 11110111 | 1011101 | 111010 |
Color Harmonies of #4630F7
Complementary color
Monochromatic Colors of #4630F7
Black with #4630F7
Text Example
Text Example
White with #4630F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630F7; }
p { color: rgb(70,48,247); }
H1.HeaderClassName
{
color: #4630F7;
}
.AnyTagClassName
{
color: #4630F7;
}
</style>
background-color css
<style>
a { background-color: #4630F7; }
a { background-color: rgb(70,48,247); }
div.DivClassName
{
background-color: #4630F7;
}
.BgClassName
{
background-color: #4630F7;
}
</style>
border-color css
<style>
span { border-color: #4630F7; }
span { border-color: rgb(70,48,247); }
td.TdClassName
{
border-color: #4630F7;
}
.TagClassName
{
border-color: #4630F7;
}
</style>