#420754

Color #420754 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #420754

Tints of Blackcurrant #420754

Color information

#420754 (or 0x420754) is unknown color: approx 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

RGB66784-
CMYK0.210.9200.67
HSL285.97º84.62%17.84%-
HSV(B)285.97º91.67%32.94%-
XYZ3.921.958.56-
YUV33.42156.55151.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=42.04%
G=4.46%
B=53.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal667840.210.9200.67285.9784.6217.84
Hex42754155C04311e5512
Octal102712425134010343612522
Binary1000010111101010010101101110001000011100011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>