#843074

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

Shades of Dark Purple #843074

Tints of Dark Purple #843074

Color information

#843074 (or 0x843074) is unknown color: approx Dark Purple. HEX triplet: 84, 30 and 74. RGB value is (132,48,116). Sum of RGB (Red+Green+Blue) = 132+48+116=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #843074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843074 is #7BCF8B. Grayscale: #505050. Windows color (decimal): -8114060 or 7614596. OLE color: 7614596.

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

Color convert

RGB13248116-
CMYK00.640.120.48
HSL311.43º46.67%35.29%-
HSV(B)311.43º63.64%51.76%-
XYZ13.738.2817.4-
YUV80.87147.83164.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=44.59%
G=16.22%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324811600.640.120.48311.4346.6735.29
Hex843074040C301372f23
Octal20460164010014604675743
Binary100001001100001110100010000001100110000100110111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843074; }

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

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

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

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

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

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

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

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