#84127D

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

Shades of Dark Purple #84127D

Tints of Dark Purple #84127D

Color information

#84127D (or 0x84127D) is unknown color: approx Dark Purple. HEX triplet: 84, 12 and 7D. RGB value is (132,18,125). Sum of RGB (Red+Green+Blue) = 132+18+125=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84127D is #7BED82. Grayscale: #3F3F3F. Windows color (decimal): -8121731 or 8196740. OLE color: 8196740.

HSL color Cylindrical-coordinate representation of color #84127D: hue angle of 303.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84127D is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13218125-
CMYK00.860.050.48
HSL303.68º76%29.41%-
HSV(B)303.68º86.36%51.76%-
XYZ13.436.8220.01-
YUV64.28162.27176.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=48%
G=6.55%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321812500.860.050.48303.687629.41
Hex84127D0565301304c1d
Octal20422175012656046011435
Binary1000010010010111110101010110101110000100110000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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