#84257A

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

Shades of Dark Purple #84257A

Tints of Dark Purple #84257A

Color information

#84257A (or 0x84257A) is unknown color: approx Dark Purple. HEX triplet: 84, 25 and 7A. RGB value is (132,37,122). Sum of RGB (Red+Green+Blue) = 132+37+122=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84257A is #7BDA85. Grayscale: #4A4A4A. Windows color (decimal): -8116870 or 8004996. OLE color: 8004996.

HSL color Cylindrical-coordinate representation of color #84257A: hue angle of 306.32º 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 #84257A is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13237122-
CMYK00.720.080.48
HSL306.32º56.21%33.14%-
HSV(B)306.32º71.97%51.76%-
XYZ13.697.6319.16-
YUV75.1154.47168.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=45.36%
G=12.71%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323712200.720.080.48306.3256.2133.14
Hex84257A0488301323821
Octal20445172011010604627041
Binary100001001001011111010010010001000110000100110010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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