#84206B

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

Shades of Dark Purple #84206B

Tints of Dark Purple #84206B

Color information

#84206B (or 0x84206B) is unknown color: approx Dark Purple. HEX triplet: 84, 20 and 6B. RGB value is (132,32,107). Sum of RGB (Red+Green+Blue) = 132+32+107=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84206B is #7BDF94. Grayscale: #464646. Windows color (decimal): -8118165 or 7020676. OLE color: 7020676.

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

Color convert

RGB13232107-
CMYK00.760.190.48
HSL315º60.98%32.16%-
HSV(B)315º75.76%51.76%-
XYZ12.69714.59-
YUV70.45148.63171.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 32 (12.89% from 255) = 11.81%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=48.71%
G=11.81%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323210700.760.190.4831560.9832.16
Hex84206B04C133013b3d20
Octal20440153011423604737540
Binary1000010010000011010110100110010011110000100111011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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