Shades of Blackcurrant #420754
Tints of Blackcurrant #420754
RGB
CMYK
RGB Variations
Color information
#420754 (or 0x420754) is known color: Blackcurrant. HEX triplet: 42, 07 and 54. RGB value is (66,7,84). Sum of RGB (Red+Green+Blue) = 66+7+84=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #420754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420754 is #BDF8AB. Grayscale: #212121. Windows color (decimal): -12449964 or 5506882. OLE color: 5506882.
HSL color Cylindrical-coordinate representation of color #420754: hue angle of 285.97º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420754 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 7 | 84 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.67 |
| HSL | 285.97º | 0.85% | 0.18% | - |
| HSV(B) | 285.97º | 0.92% | 0.33% | - |
| XYZ | 3.92 | 1.95 | 8.56 | - |
| YUV | 33.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 84 | 0.21 | 0.92 | 0 | 0.67 | 285.97 | 0.85 | 0.18 |
| Hex | 42 | 7 | 54 | 15 | 5C | 0 | 43 | 11E | 55 | 12 |
| Octal | 102 | 7 | 124 | 25 | 134 | 0 | 103 | 436 | 125 | 22 |
| Binary | 1000010 | 111 | 1010100 | 10101 | 1011100 | 0 | 1000011 | 100011110 | 1010101 | 10010 |
Color Harmonies of #420754
Complementary color
Monochromatic Colors of #420754
Black with #420754
Text Example
Text Example
White with #420754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420754; }
p { color: rgb(66,7,84); }
H1.HeaderClassName
{
color: #420754;
}
.AnyTagClassName
{
color: #420754;
}
</style>
background-color css
<style>
a { background-color: #420754; }
a { background-color: rgb(66,7,84); }
div.DivClassName
{
background-color: #420754;
}
.BgClassName
{
background-color: #420754;
}
</style>
border-color css
<style>
span { border-color: #420754; }
span { border-color: rgb(66,7,84); }
td.TdClassName
{
border-color: #420754;
}
.TagClassName
{
border-color: #420754;
}
</style>