#84227C

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

Shades of Dark Purple #84227C

Tints of Dark Purple #84227C

Color information

#84227C (or 0x84227C) is unknown color: approx Dark Purple. HEX triplet: 84, 22 and 7C. RGB value is (132,34,124). Sum of RGB (Red+Green+Blue) = 132+34+124=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84227C is #7BDD83. Grayscale: #494949. Windows color (decimal): -8117636 or 8135300. OLE color: 8135300.

HSL color Cylindrical-coordinate representation of color #84227C: hue angle of 304.9º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84227C is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13234124-
CMYK00.740.060.48
HSL304.9º59.04%32.55%-
HSV(B)304.9º74.24%51.76%-
XYZ13.737.519.79-
YUV73.56156.47169.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=45.52%
G=11.72%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323412400.740.060.48304.959.0432.55
Hex84227C04A6301313b21
Octal2044217401126604617341
Binary10000100100010111110001001010110110000100110001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84227C; }

 p { color: rgb(132,34,124); }

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

<style>
 a { background-color: #84227C; }

 a { background-color: rgb(132,34,124); }

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

<style>
 span { border-color: #84227C; }

 span { border-color: rgb(132,34,124); }

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