Shades of Han Purple #4724FB
Tints of Han Purple #4724FB
RGB
CMYK
RGB Variations
Color information
#4724FB (or 0x4724FB) is known color: Han Purple. HEX triplet: 47, 24 and FB. RGB value is (71,36,251). Sum of RGB (Red+Green+Blue) = 71+36+251=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 36 (14.45% from 255 or 10.06% 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 #4724FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4724FB is #B8DB04. Grayscale: #464646. Windows color (decimal): -12114693 or 16458823. OLE color: 16458823.
HSL color Cylindrical-coordinate representation of color #4724FB: hue angle of 249.77º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4724FB is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 36 | 251 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.02 |
| HSL | 249.77º | 0.96% | 0.56% | - |
| HSV(B) | 249.77º | 0.86% | 0.98% | - |
| XYZ | 20.64 | 9.57 | 92.03 | - |
| YUV | 70.98 | 229.6 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 251 | 0.72 | 0.86 | 0 | 0.02 | 249.77 | 0.96 | 0.56 |
| Hex | 47 | 24 | FB | 48 | 56 | 0 | 2 | FA | 60 | 38 |
| Octal | 107 | 44 | 373 | 110 | 126 | 0 | 2 | 372 | 140 | 70 |
| Binary | 1000111 | 100100 | 11111011 | 1001000 | 1010110 | 0 | 10 | 11111010 | 1100000 | 111000 |
Color Harmonies of #4724FB
Complementary color
Monochromatic Colors of #4724FB
Black with #4724FB
Text Example
Text Example
White with #4724FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4724FB; }
p { color: rgb(71,36,251); }
H1.HeaderClassName
{
color: #4724FB;
}
.AnyTagClassName
{
color: #4724FB;
}
</style>
background-color css
<style>
a { background-color: #4724FB; }
a { background-color: rgb(71,36,251); }
div.DivClassName
{
background-color: #4724FB;
}
.BgClassName
{
background-color: #4724FB;
}
</style>
border-color css
<style>
span { border-color: #4724FB; }
span { border-color: rgb(71,36,251); }
td.TdClassName
{
border-color: #4724FB;
}
.TagClassName
{
border-color: #4724FB;
}
</style>