Shades of Han Purple #4703FD
Tints of Han Purple #4703FD
RGB
CMYK
RGB Variations
Color information
#4703FD (or 0x4703FD) is known color: Han Purple. HEX triplet: 47, 03 and FD. RGB value is (71,3,253). Sum of RGB (Red+Green+Blue) = 71+3+253=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #4703FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4703FD is #B8FC02. Grayscale: #323232. Windows color (decimal): -12123139 or 16581447. OLE color: 16581447.
HSL color Cylindrical-coordinate representation of color #4703FD: hue angle of 256.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4703FD is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 3 | 253 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.01 |
| HSL | 256.32º | 0.98% | 0.5% | - |
| HSV(B) | 256.32º | 0.99% | 0.99% | - |
| XYZ | 20.36 | 8.5 | 93.5 | - |
| YUV | 51.83 | 241.53 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 253 | 0.72 | 0.99 | 0 | 0.01 | 256.32 | 0.98 | 0.5 |
| Hex | 47 | 3 | FD | 48 | 63 | 0 | 1 | 100 | 62 | 32 |
| Octal | 107 | 3 | 375 | 110 | 143 | 0 | 1 | 400 | 142 | 62 |
| Binary | 1000111 | 11 | 11111101 | 1001000 | 1100011 | 0 | 1 | 100000000 | 1100010 | 110010 |
Color Harmonies of #4703FD
Complementary color
Monochromatic Colors of #4703FD
Black with #4703FD
Text Example
Text Example
White with #4703FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4703FD; }
p { color: rgb(71,3,253); }
H1.HeaderClassName
{
color: #4703FD;
}
.AnyTagClassName
{
color: #4703FD;
}
</style>
background-color css
<style>
a { background-color: #4703FD; }
a { background-color: rgb(71,3,253); }
div.DivClassName
{
background-color: #4703FD;
}
.BgClassName
{
background-color: #4703FD;
}
</style>
border-color css
<style>
span { border-color: #4703FD; }
span { border-color: rgb(71,3,253); }
td.TdClassName
{
border-color: #4703FD;
}
.TagClassName
{
border-color: #4703FD;
}
</style>