#84257F

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

Shades of Dark Purple #84257F

Tints of Dark Purple #84257F

Color information

#84257F (or 0x84257F) is unknown color: approx Dark Purple. HEX triplet: 84, 25 and 7F. RGB value is (132,37,127). Sum of RGB (Red+Green+Blue) = 132+37+127=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84257F is #7BDA80. Grayscale: #4B4B4B. Windows color (decimal): -8116865 or 8332676. OLE color: 8332676.

HSL color Cylindrical-coordinate representation of color #84257F: hue angle of 303.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84257F is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13237127-
CMYK00.720.040.48
HSL303.16º56.21%33.14%-
HSV(B)303.16º71.97%51.76%-
XYZ14.017.7620.84-
YUV75.66156.97168.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 127 (50% from 255) = 42.91%
R=44.59%
G=12.5%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323712700.720.040.48303.1656.2133.14
Hex84257F04843012f3821
Octal2044517701104604577041
Binary10000100100101111111101001000100110000100101111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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