#842468

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

Shades of Dark Purple #842468

Tints of Dark Purple #842468

Color information

#842468 (or 0x842468) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 68. RGB value is (132,36,104). Sum of RGB (Red+Green+Blue) = 132+36+104=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #842468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842468 is #7BDB97. Grayscale: #484848. Windows color (decimal): -8117144 or 6825092. OLE color: 6825092.

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

Color convert

RGB13236104-
CMYK00.730.210.48
HSL317.5º57.14%32.94%-
HSV(B)317.5º72.73%51.76%-
XYZ12.657.1713.81-
YUV72.46145.8170.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=48.53%
G=13.24%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323610400.730.210.48317.557.1432.94
Hex842468049153013e3921
Octal20444150011125604767141
Binary1000010010010011010000100100110101110000100111110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842468; }

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

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

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

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

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

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

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

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