#842568

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

Shades of Dark Purple #842568

Tints of Dark Purple #842568

Color information

#842568 (or 0x842568) is unknown color: approx Dark Purple. HEX triplet: 84, 25 and 68. RGB value is (132,37,104). Sum of RGB (Red+Green+Blue) = 132+37+104=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #842568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842568 is #7BDA97. Grayscale: #484848. Windows color (decimal): -8116888 or 6825348. OLE color: 6825348.

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

Color convert

RGB13237104-
CMYK00.720.210.48
HSL317.68º56.21%33.14%-
HSV(B)317.68º71.97%51.76%-
XYZ12.687.2313.82-
YUV73.04145.47170.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=48.35%
G=13.55%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323710400.720.210.48317.6856.2133.14
Hex842568048153013e3821
Octal20445150011025604767041
Binary1000010010010111010000100100010101110000100111110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842568; }

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

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

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

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

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

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

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

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