#84387C

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

Shades of Dark Purple #84387C

Tints of Dark Purple #84387C

Color information

#84387C (or 0x84387C) is unknown color: approx Dark Purple. HEX triplet: 84, 38 and 7C. RGB value is (132,56,124). Sum of RGB (Red+Green+Blue) = 132+56+124=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84387C is #7BC783. Grayscale: #565656. Windows color (decimal): -8112004 or 8140932. OLE color: 8140932.

HSL color Cylindrical-coordinate representation of color #84387C: hue angle of 306.32º degrees, saturation: 0.4, 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 #84387C is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13256124-
CMYK00.580.060.48
HSL306.32º40.43%36.86%-
HSV(B)306.32º57.58%51.76%-
XYZ14.579.1920.07-
YUV86.48149.18160.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=42.31%
G=17.95%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325612400.580.060.48306.3240.4336.86
Hex84387C03A6301322825
Octal204701740726604625045
Binary1000010011100011111000111010110110000100110010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84387C; }

 p { color: rgb(132,56,124); }

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

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

 a { background-color: rgb(132,56,124); }

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

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

 span { border-color: rgb(132,56,124); }

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