#84367C

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

Shades of Dark Purple #84367C

Tints of Dark Purple #84367C

Color information

#84367C (or 0x84367C) is unknown color: approx Dark Purple. HEX triplet: 84, 36 and 7C. RGB value is (132,54,124). Sum of RGB (Red+Green+Blue) = 132+54+124=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84367C is #7BC983. Grayscale: #555555. Windows color (decimal): -8112516 or 8140420. OLE color: 8140420.

HSL color Cylindrical-coordinate representation of color #84367C: hue angle of 306.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84367C is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13254124-
CMYK00.590.060.48
HSL306.15º41.94%36.47%-
HSV(B)306.15º59.09%51.76%-
XYZ14.47920.04-
YUV85.3149.84161.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 124 (48.83% from 255) = 40%
R=42.58%
G=17.42%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325412400.590.060.48306.1541.9436.47
Hex84367C03B6301322a24
Octal204661740736604625244
Binary1000010011011011111000111011110110000100110010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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