#84207D

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

Shades of Dark Purple #84207D

Tints of Dark Purple #84207D

Color information

#84207D (or 0x84207D) is unknown color: approx Dark Purple. HEX triplet: 84, 20 and 7D. RGB value is (132,32,125). Sum of RGB (Red+Green+Blue) = 132+32+125=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #84207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84207D is #7BDF82. Grayscale: #484848. Windows color (decimal): -8118147 or 8200324. OLE color: 8200324.

HSL color Cylindrical-coordinate representation of color #84207D: hue angle of 304.2º 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 #84207D is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13232125-
CMYK00.760.050.48
HSL304.2º60.98%32.16%-
HSV(B)304.2º75.76%51.76%-
XYZ13.737.4220.11-
YUV72.5157.63170.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=45.67%
G=11.07%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323212500.760.050.48304.260.9832.16
Hex84207D04C5301303d20
Octal2044017501145604607540
Binary10000100100000111110101001100101110000100110000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84207D; }

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

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

<style>
 a { background-color: #84207D; }

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

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

<style>
 span { border-color: #84207D; }

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

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