Shades of Han Purple #4603FB
Tints of Han Purple #4603FB
RGB
CMYK
RGB Variations
Color information
#4603FB (or 0x4603FB) is known color: Han Purple. HEX triplet: 46, 03 and FB. RGB value is (70,3,251). Sum of RGB (Red+Green+Blue) = 70+3+251=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #4603FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4603FB is #B9FC04. Grayscale: #323232. Windows color (decimal): -12188677 or 16450374. OLE color: 16450374.
HSL color Cylindrical-coordinate representation of color #4603FB: hue angle of 256.21º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4603FB is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 3 | 251 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.02 |
| HSL | 256.21º | 0.98% | 0.5% | - |
| HSV(B) | 256.21º | 0.99% | 0.98% | - |
| XYZ | 19.97 | 8.33 | 91.82 | - |
| YUV | 51.31 | 240.7 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 251 | 0.72 | 0.99 | 0 | 0.02 | 256.21 | 0.98 | 0.5 |
| Hex | 46 | 3 | FB | 48 | 63 | 0 | 2 | 100 | 62 | 32 |
| Octal | 106 | 3 | 373 | 110 | 143 | 0 | 2 | 400 | 142 | 62 |
| Binary | 1000110 | 11 | 11111011 | 1001000 | 1100011 | 0 | 10 | 100000000 | 1100010 | 110010 |
Color Harmonies of #4603FB
Complementary color
Monochromatic Colors of #4603FB
Black with #4603FB
Text Example
Text Example
White with #4603FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4603FB; }
p { color: rgb(70,3,251); }
H1.HeaderClassName
{
color: #4603FB;
}
.AnyTagClassName
{
color: #4603FB;
}
</style>
background-color css
<style>
a { background-color: #4603FB; }
a { background-color: rgb(70,3,251); }
div.DivClassName
{
background-color: #4603FB;
}
.BgClassName
{
background-color: #4603FB;
}
</style>
border-color css
<style>
span { border-color: #4603FB; }
span { border-color: rgb(70,3,251); }
td.TdClassName
{
border-color: #4603FB;
}
.TagClassName
{
border-color: #4603FB;
}
</style>