Shades of Han Purple #470CEF
Tints of Han Purple #470CEF
RGB
CMYK
RGB Variations
Color information
#470CEF (or 0x470CEF) is known color: Han Purple. HEX triplet: 47, 0C and EF. RGB value is (71,12,239). Sum of RGB (Red+Green+Blue) = 71+12+239=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #470CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CEF is #B8F310. Grayscale: #363636. Windows color (decimal): -12120849 or 15666247. OLE color: 15666247.
HSL color Cylindrical-coordinate representation of color #470CEF: hue angle of 255.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470CEF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 12 | 239 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.06 |
| HSL | 255.59º | 0.9% | 0.49% | - |
| HSV(B) | 255.59º | 0.95% | 0.94% | - |
| XYZ | 18.31 | 7.83 | 82.21 | - |
| YUV | 55.52 | 231.55 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 239 | 0.70 | 0.95 | 0 | 0.06 | 255.59 | 0.9 | 0.49 |
| Hex | 47 | C | EF | 46 | 5F | 0 | 6 | 100 | 5A | 31 |
| Octal | 107 | 14 | 357 | 106 | 137 | 0 | 6 | 400 | 132 | 61 |
| Binary | 1000111 | 1100 | 11101111 | 1000110 | 1011111 | 0 | 110 | 100000000 | 1011010 | 110001 |
Color Harmonies of #470CEF
Complementary color
Monochromatic Colors of #470CEF
Black with #470CEF
Text Example
Text Example
White with #470CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470CEF; }
p { color: rgb(71,12,239); }
H1.HeaderClassName
{
color: #470CEF;
}
.AnyTagClassName
{
color: #470CEF;
}
</style>
background-color css
<style>
a { background-color: #470CEF; }
a { background-color: rgb(71,12,239); }
div.DivClassName
{
background-color: #470CEF;
}
.BgClassName
{
background-color: #470CEF;
}
</style>
border-color css
<style>
span { border-color: #470CEF; }
span { border-color: rgb(71,12,239); }
td.TdClassName
{
border-color: #470CEF;
}
.TagClassName
{
border-color: #470CEF;
}
</style>