#84377E

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

Shades of Dark Purple #84377E

Tints of Dark Purple #84377E

Color information

#84377E (or 0x84377E) is unknown color: approx Dark Purple. HEX triplet: 84, 37 and 7E. RGB value is (132,55,126). Sum of RGB (Red+Green+Blue) = 132+55+126=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84377E is #7BC881. Grayscale: #555555. Windows color (decimal): -8112258 or 8271748. OLE color: 8271748.

HSL color Cylindrical-coordinate representation of color #84377E: hue angle of 304.68º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84377E is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13255126-
CMYK00.580.050.48
HSL304.68º41.18%36.67%-
HSV(B)304.68º58.33%51.76%-
XYZ14.659.1420.73-
YUV86.12150.51160.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=42.17%
G=17.57%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325512600.580.050.48304.6841.1836.67
Hex84377E03A5301312925
Octal204671760725604615145
Binary1000010011011111111100111010101110000100110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84377E; }

 p { color: rgb(132,55,126); }

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

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

 a { background-color: rgb(132,55,126); }

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

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

 span { border-color: rgb(132,55,126); }

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