Shades of Han Purple #4713FB
Tints of Han Purple #4713FB
RGB
CMYK
RGB Variations
Color information
#4713FB (or 0x4713FB) is known color: Han Purple. HEX triplet: 47, 13 and FB. RGB value is (71,19,251). Sum of RGB (Red+Green+Blue) = 71+19+251=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #4713FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4713FB is #B8EC04. Grayscale: #3C3C3C. Windows color (decimal): -12119045 or 16454471. OLE color: 16454471.
HSL color Cylindrical-coordinate representation of color #4713FB: hue angle of 253.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4713FB is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 19 | 251 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.02 |
| HSL | 253.45º | 0.97% | 0.53% | - |
| HSV(B) | 253.45º | 0.92% | 0.98% | - |
| XYZ | 20.24 | 8.77 | 91.89 | - |
| YUV | 61 | 235.23 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 251 | 0.72 | 0.92 | 0 | 0.02 | 253.45 | 0.97 | 0.53 |
| Hex | 47 | 13 | FB | 48 | 5C | 0 | 2 | FD | 61 | 35 |
| Octal | 107 | 23 | 373 | 110 | 134 | 0 | 2 | 375 | 141 | 65 |
| Binary | 1000111 | 10011 | 11111011 | 1001000 | 1011100 | 0 | 10 | 11111101 | 1100001 | 110101 |
Color Harmonies of #4713FB
Complementary color
Monochromatic Colors of #4713FB
Black with #4713FB
Text Example
Text Example
White with #4713FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4713FB; }
p { color: rgb(71,19,251); }
H1.HeaderClassName
{
color: #4713FB;
}
.AnyTagClassName
{
color: #4713FB;
}
</style>
background-color css
<style>
a { background-color: #4713FB; }
a { background-color: rgb(71,19,251); }
div.DivClassName
{
background-color: #4713FB;
}
.BgClassName
{
background-color: #4713FB;
}
</style>
border-color css
<style>
span { border-color: #4713FB; }
span { border-color: rgb(71,19,251); }
td.TdClassName
{
border-color: #4713FB;
}
.TagClassName
{
border-color: #4713FB;
}
</style>