#84227F

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

Shades of Dark Purple #84227F

Tints of Dark Purple #84227F

Color information

#84227F (or 0x84227F) is unknown color: approx Dark Purple. HEX triplet: 84, 22 and 7F. RGB value is (132,34,127). Sum of RGB (Red+Green+Blue) = 132+34+127=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84227F is #7BDD80. Grayscale: #494949. Windows color (decimal): -8117633 or 8331908. OLE color: 8331908.

HSL color Cylindrical-coordinate representation of color #84227F: hue angle of 303.06º 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 #84227F is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13234127-
CMYK00.740.040.48
HSL303.06º59.04%32.55%-
HSV(B)303.06º74.24%51.76%-
XYZ13.927.5820.81-
YUV73.9157.97169.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 127 (50% from 255) = 43.34%
R=45.05%
G=11.60%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323412700.740.040.48303.0659.0432.55
Hex84227F04A43012f3b21
Octal2044217701124604577341
Binary10000100100010111111101001010100110000100101111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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