#842168

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

Shades of Dark Purple #842168

Tints of Dark Purple #842168

Color information

#842168 (or 0x842168) is unknown color: approx Dark Purple. HEX triplet: 84, 21 and 68. RGB value is (132,33,104). Sum of RGB (Red+Green+Blue) = 132+33+104=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #842168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842168 is #7BDE97. Grayscale: #464646. Windows color (decimal): -8117912 or 6824324. OLE color: 6824324.

HSL color Cylindrical-coordinate representation of color #842168: hue angle of 316.97º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842168 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13233104-
CMYK00.750.210.48
HSL316.97º60%32.35%-
HSV(B)316.97º75%51.76%-
XYZ12.566.9913.78-
YUV70.69146.8171.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 33 (13.28% from 255) = 12.27%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=49.07%
G=12.27%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323310400.750.210.48316.976032.35
Hex84216804B153013d3c20
Octal20441150011325604757440
Binary1000010010000111010000100101110101110000100111101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842168; }

 p { color: rgb(132,33,104); }

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

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

 a { background-color: rgb(132,33,104); }

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

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

 span { border-color: rgb(132,33,104); }

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