#84336B

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

Shades of Dark Purple #84336B

Tints of Dark Purple #84336B

Color information

#84336B (or 0x84336B) is unknown color: approx Dark Purple. HEX triplet: 84, 33 and 6B. RGB value is (132,51,107). Sum of RGB (Red+Green+Blue) = 132+51+107=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84336B is #7BCC94. Grayscale: #515151. Windows color (decimal): -8113301 or 7025540. OLE color: 7025540.

HSL color Cylindrical-coordinate representation of color #84336B: hue angle of 318.52º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84336B is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13251107-
CMYK00.610.190.48
HSL318.52º44.26%35.88%-
HSV(B)318.52º61.36%51.76%-
XYZ13.358.3314.81-
YUV81.6142.34163.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=45.52%
G=17.59%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325110700.610.190.48318.5244.2635.88
Hex84336B03D133013f2c24
Octal2046315307523604775444
Binary100001001100111101011011110110011110000100111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84336B; }

 p { color: rgb(132,51,107); }

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

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

 a { background-color: rgb(132,51,107); }

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

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

 span { border-color: rgb(132,51,107); }

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