Shades of Han Purple #470CCF
Tints of Han Purple #470CCF
RGB
CMYK
RGB Variations
Color information
#470CCF (or 0x470CCF) is known color: Han Purple. HEX triplet: 47, 0C and CF. RGB value is (71,12,207). Sum of RGB (Red+Green+Blue) = 71+12+207=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #470CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470CCF is #B8F330. Grayscale: #333333. Windows color (decimal): -12120881 or 13569095. OLE color: 13569095.
HSL color Cylindrical-coordinate representation of color #470CCF: hue angle of 258.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470CCF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 12 | 207 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.19 |
| HSL | 258.15º | 0.89% | 0.43% | - |
| HSV(B) | 258.15º | 0.94% | 0.81% | - |
| XYZ | 13.99 | 6.11 | 59.47 | - |
| YUV | 51.87 | 215.55 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 207 | 0.66 | 0.94 | 0 | 0.19 | 258.15 | 0.89 | 0.43 |
| Hex | 47 | C | CF | 42 | 5E | 0 | 13 | 102 | 59 | 2B |
| Octal | 107 | 14 | 317 | 102 | 136 | 0 | 23 | 402 | 131 | 53 |
| Binary | 1000111 | 1100 | 11001111 | 1000010 | 1011110 | 0 | 10011 | 100000010 | 1011001 | 101011 |
Color Harmonies of #470CCF
Complementary color
Monochromatic Colors of #470CCF
Black with #470CCF
Text Example
Text Example
White with #470CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470CCF; }
p { color: rgb(71,12,207); }
H1.HeaderClassName
{
color: #470CCF;
}
.AnyTagClassName
{
color: #470CCF;
}
</style>
background-color css
<style>
a { background-color: #470CCF; }
a { background-color: rgb(71,12,207); }
div.DivClassName
{
background-color: #470CCF;
}
.BgClassName
{
background-color: #470CCF;
}
</style>
border-color css
<style>
span { border-color: #470CCF; }
span { border-color: rgb(71,12,207); }
td.TdClassName
{
border-color: #470CCF;
}
.TagClassName
{
border-color: #470CCF;
}
</style>