#842375

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

Shades of Dark Purple #842375

Tints of Dark Purple #842375

Color information

#842375 (or 0x842375) is unknown color: approx Dark Purple. HEX triplet: 84, 23 and 75. RGB value is (132,35,117). Sum of RGB (Red+Green+Blue) = 132+35+117=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #842375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842375 is #7BDC8A. Grayscale: #494949. Windows color (decimal): -8117387 or 7676804. OLE color: 7676804.

HSL color Cylindrical-coordinate representation of color #842375: hue angle of 309.28º degrees, saturation: 0.58, 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 #842375 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13235117-
CMYK00.730.110.48
HSL309.28º58.08%32.75%-
HSV(B)309.28º73.48%51.76%-
XYZ13.337.3917.55-
YUV73.35152.64169.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=46.48%
G=12.32%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323511700.730.110.48309.2858.0832.75
Hex842375049B301353a21
Octal20443165011113604657241
Binary100001001000111110101010010011011110000100110101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842375; }

 p { color: rgb(132,35,117); }

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

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

 a { background-color: rgb(132,35,117); }

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

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

 span { border-color: rgb(132,35,117); }

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