Shades of Blackcurrant #470150
Tints of Blackcurrant #470150
RGB
CMYK
RGB Variations
Color information
#470150 (or 0x470150) is known color: Blackcurrant. HEX triplet: 47, 01 and 50. RGB value is (71,1,80). Sum of RGB (Red+Green+Blue) = 71+1+80=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #470150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470150 is #B8FEAF. Grayscale: #1E1E1E. Windows color (decimal): -12123824 or 5243207. OLE color: 5243207.
HSL color Cylindrical-coordinate representation of color #470150: hue angle of 293.16º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470150 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 1 | 80 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.69 |
| HSL | 293.16º | 0.98% | 0.16% | - |
| HSV(B) | 293.16º | 0.99% | 0.31% | - |
| XYZ | 4.06 | 1.94 | 7.75 | - |
| YUV | 30.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 80 | 0.11 | 0.99 | 0 | 0.69 | 293.16 | 0.98 | 0.16 |
| Hex | 47 | 1 | 50 | B | 63 | 0 | 45 | 125 | 62 | 10 |
| Octal | 107 | 1 | 120 | 13 | 143 | 0 | 105 | 445 | 142 | 20 |
| Binary | 1000111 | 1 | 1010000 | 1011 | 1100011 | 0 | 1000101 | 100100101 | 1100010 | 10000 |
Color Harmonies of #470150
Complementary color
Monochromatic Colors of #470150
Black with #470150
Text Example
Text Example
White with #470150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470150; }
p { color: rgb(71,1,80); }
H1.HeaderClassName
{
color: #470150;
}
.AnyTagClassName
{
color: #470150;
}
</style>
background-color css
<style>
a { background-color: #470150; }
a { background-color: rgb(71,1,80); }
div.DivClassName
{
background-color: #470150;
}
.BgClassName
{
background-color: #470150;
}
</style>
border-color css
<style>
span { border-color: #470150; }
span { border-color: rgb(71,1,80); }
td.TdClassName
{
border-color: #470150;
}
.TagClassName
{
border-color: #470150;
}
</style>