Shades of Han Purple #4625FB
Tints of Han Purple #4625FB
RGB
CMYK
RGB Variations
Color information
#4625FB (or 0x4625FB) is known color: Han Purple. HEX triplet: 46, 25 and FB. RGB value is (70,37,251). Sum of RGB (Red+Green+Blue) = 70+37+251=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #4625FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4625FB is #B9DA04. Grayscale: #464646. Windows color (decimal): -12179973 or 16459078. OLE color: 16459078.
HSL color Cylindrical-coordinate representation of color #4625FB: hue angle of 249.25º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4625FB is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 37 | 251 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.02 |
| HSL | 249.25º | 0.96% | 0.56% | - |
| HSV(B) | 249.25º | 0.85% | 0.98% | - |
| XYZ | 20.6 | 9.59 | 92.03 | - |
| YUV | 71.26 | 229.43 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 251 | 0.72 | 0.85 | 0 | 0.02 | 249.25 | 0.96 | 0.56 |
| Hex | 46 | 25 | FB | 48 | 55 | 0 | 2 | F9 | 60 | 38 |
| Octal | 106 | 45 | 373 | 110 | 125 | 0 | 2 | 371 | 140 | 70 |
| Binary | 1000110 | 100101 | 11111011 | 1001000 | 1010101 | 0 | 10 | 11111001 | 1100000 | 111000 |
Color Harmonies of #4625FB
Complementary color
Monochromatic Colors of #4625FB
Black with #4625FB
Text Example
Text Example
White with #4625FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4625FB; }
p { color: rgb(70,37,251); }
H1.HeaderClassName
{
color: #4625FB;
}
.AnyTagClassName
{
color: #4625FB;
}
</style>
background-color css
<style>
a { background-color: #4625FB; }
a { background-color: rgb(70,37,251); }
div.DivClassName
{
background-color: #4625FB;
}
.BgClassName
{
background-color: #4625FB;
}
</style>
border-color css
<style>
span { border-color: #4625FB; }
span { border-color: rgb(70,37,251); }
td.TdClassName
{
border-color: #4625FB;
}
.TagClassName
{
border-color: #4625FB;
}
</style>