Shades of Blackcurrant #420A4D
Tints of Blackcurrant #420A4D
RGB
CMYK
RGB Variations
Color information
#420A4D (or 0x420A4D) is known color: Blackcurrant. HEX triplet: 42, 0A and 4D. RGB value is (66,10,77). Sum of RGB (Red+Green+Blue) = 66+10+77=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #420A4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A4D is #BDF5B2. Grayscale: #222222. Windows color (decimal): -12449203 or 5048898. OLE color: 5048898.
HSL color Cylindrical-coordinate representation of color #420A4D: hue angle of 290.15º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420A4D is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 10 | 77 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.70 |
| HSL | 290.15º | 0.77% | 0.17% | - |
| HSV(B) | 290.15º | 0.87% | 0.3% | - |
| XYZ | 3.69 | 1.91 | 7.2 | - |
| YUV | 34.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 77 | 0.14 | 0.87 | 0 | 0.70 | 290.15 | 0.77 | 0.17 |
| Hex | 42 | A | 4D | E | 57 | 0 | 46 | 122 | 4D | 11 |
| Octal | 102 | 12 | 115 | 16 | 127 | 0 | 106 | 442 | 115 | 21 |
| Binary | 1000010 | 1010 | 1001101 | 1110 | 1010111 | 0 | 1000110 | 100100010 | 1001101 | 10001 |
Color Harmonies of #420A4D
Complementary color
Monochromatic Colors of #420A4D
Black with #420A4D
Text Example
Text Example
White with #420A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A4D; }
p { color: rgb(66,10,77); }
H1.HeaderClassName
{
color: #420A4D;
}
.AnyTagClassName
{
color: #420A4D;
}
</style>
background-color css
<style>
a { background-color: #420A4D; }
a { background-color: rgb(66,10,77); }
div.DivClassName
{
background-color: #420A4D;
}
.BgClassName
{
background-color: #420A4D;
}
</style>
border-color css
<style>
span { border-color: #420A4D; }
span { border-color: rgb(66,10,77); }
td.TdClassName
{
border-color: #420A4D;
}
.TagClassName
{
border-color: #420A4D;
}
</style>