#842474

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

Shades of Dark Purple #842474

Tints of Dark Purple #842474

Color information

#842474 (or 0x842474) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 74. RGB value is (132,36,116). Sum of RGB (Red+Green+Blue) = 132+36+116=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #842474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842474 is #7BDB8B. Grayscale: #494949. Windows color (decimal): -8117132 or 7611524. OLE color: 7611524.

HSL color Cylindrical-coordinate representation of color #842474: hue angle of 310º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842474 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13236116-
CMYK00.730.120.48
HSL310º57.14%32.94%-
HSV(B)310º72.73%51.76%-
XYZ13.37.4317.26-
YUV73.82151.8169.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=46.48%
G=12.68%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323611600.730.120.4831057.1432.94
Hex842474049C301363921
Octal20444164011114604667141
Binary100001001001001110100010010011100110000100110110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842474; }

 p { color: rgb(132,36,116); }

 H1.HeaderClassName
 {
   color: #842474;
 }
 .AnyTagClassName
 {
   color: #842474;
 }
</style>
background-color css

<style>
 a { background-color: #842474; }

 a { background-color: rgb(132,36,116); }

 div.DivClassName
 {
   background-color: #842474;
 }
 .BgClassName
 {
   background-color: #842474;
 }
</style>
border-color css

<style>
 span { border-color: #842474; }

 span { border-color: rgb(132,36,116); }

 td.TdClassName
 {
   border-color: #842474;
 }
 .TagClassName
 {
   border-color: #842474;
 }
</style>