#84367F

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

Shades of Dark Purple #84367F

Tints of Dark Purple #84367F

Color information

#84367F (or 0x84367F) is unknown color: approx Dark Purple. HEX triplet: 84, 36 and 7F. RGB value is (132,54,127). Sum of RGB (Red+Green+Blue) = 132+54+127=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84367F is #7BC980. Grayscale: #555555. Windows color (decimal): -8112513 or 8337028. OLE color: 8337028.

HSL color Cylindrical-coordinate representation of color #84367F: hue angle of 303.85º 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 #84367F is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13254127-
CMYK00.590.040.48
HSL303.85º41.94%36.47%-
HSV(B)303.85º59.09%51.76%-
XYZ14.679.0821.06-
YUV85.64151.34161.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 127 (50% from 255) = 40.58%
R=42.17%
G=17.25%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325412700.590.040.48303.8541.9436.47
Hex84367F03B4301302a24
Octal204661770734604605244
Binary1000010011011011111110111011100110000100110000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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