Shades of Han Purple #470FEF
Tints of Han Purple #470FEF
RGB
CMYK
RGB Variations
Color information
#470FEF (or 0x470FEF) is known color: Han Purple. HEX triplet: 47, 0F and EF. RGB value is (71,15,239). Sum of RGB (Red+Green+Blue) = 71+15+239=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #470FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FEF is #B8F010. Grayscale: #383838. Windows color (decimal): -12120081 or 15667015. OLE color: 15667015.
HSL color Cylindrical-coordinate representation of color #470FEF: hue angle of 255º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470FEF is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 15 | 239 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.06 |
| HSL | 255º | 0.88% | 0.5% | - |
| HSV(B) | 255º | 0.94% | 0.94% | - |
| XYZ | 18.35 | 7.91 | 82.22 | - |
| YUV | 57.28 | 230.55 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 239 | 0.70 | 0.94 | 0 | 0.06 | 255 | 0.88 | 0.5 |
| Hex | 47 | F | EF | 46 | 5E | 0 | 6 | FF | 58 | 32 |
| Octal | 107 | 17 | 357 | 106 | 136 | 0 | 6 | 377 | 130 | 62 |
| Binary | 1000111 | 1111 | 11101111 | 1000110 | 1011110 | 0 | 110 | 11111111 | 1011000 | 110010 |
Color Harmonies of #470FEF
Complementary color
Monochromatic Colors of #470FEF
Black with #470FEF
Text Example
Text Example
White with #470FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470FEF; }
p { color: rgb(71,15,239); }
H1.HeaderClassName
{
color: #470FEF;
}
.AnyTagClassName
{
color: #470FEF;
}
</style>
background-color css
<style>
a { background-color: #470FEF; }
a { background-color: rgb(71,15,239); }
div.DivClassName
{
background-color: #470FEF;
}
.BgClassName
{
background-color: #470FEF;
}
</style>
border-color css
<style>
span { border-color: #470FEF; }
span { border-color: rgb(71,15,239); }
td.TdClassName
{
border-color: #470FEF;
}
.TagClassName
{
border-color: #470FEF;
}
</style>