#842366

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

Shades of Dark Purple #842366

Tints of Dark Purple #842366

Color information

#842366 (or 0x842366) is unknown color: approx Dark Purple. HEX triplet: 84, 23 and 66. RGB value is (132,35,102). Sum of RGB (Red+Green+Blue) = 132+35+102=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #842366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842366 is #7BDC99. Grayscale: #474747. Windows color (decimal): -8117402 or 6693764. OLE color: 6693764.

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

Color convert

RGB13235102-
CMYK00.730.230.48
HSL318.56º58.08%32.75%-
HSV(B)318.56º73.48%51.76%-
XYZ12.527.0713.27-
YUV71.64145.14171.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=49.07%
G=13.01%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323510200.730.230.48318.5658.0832.75
Hex842366049173013f3a21
Octal20443146011127604777241
Binary1000010010001111001100100100110111110000100111111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842366; }

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

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

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

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

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

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

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

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