#842362

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

Shades of Dark Purple #842362

Tints of Dark Purple #842362

Color information

#842362 (or 0x842362) is unknown color: approx Dark Purple. HEX triplet: 84, 23 and 62. RGB value is (132,35,98). Sum of RGB (Red+Green+Blue) = 132+35+98=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #842362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842362 is #7BDC9D. Grayscale: #474747. Windows color (decimal): -8117406 or 6431620. OLE color: 6431620.

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

Color convert

RGB1323598-
CMYK00.730.260.48
HSL321.03º58.08%32.75%-
HSV(B)321.03º73.48%51.76%-
XYZ12.326.9912.25-
YUV71.18143.14171.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 35 (14.06% from 255) = 13.21%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=49.81%
G=13.21%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132359800.730.260.48321.0358.0832.75
Hex8423620491A301413a21
Octal20443142011132605017241
Binary1000010010001111000100100100111010110000101000001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842362; }

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

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

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

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

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

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

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

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