#84127C

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

Shades of Dark Purple #84127C

Tints of Dark Purple #84127C

Color information

#84127C (or 0x84127C) is unknown color: approx Dark Purple. HEX triplet: 84, 12 and 7C. RGB value is (132,18,124). Sum of RGB (Red+Green+Blue) = 132+18+124=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84127C is #7BED83. Grayscale: #3F3F3F. Windows color (decimal): -8121732 or 8131204. OLE color: 8131204.

HSL color Cylindrical-coordinate representation of color #84127C: hue angle of 304.21º 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 #84127C is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13218124-
CMYK00.860.060.48
HSL304.21º76%29.41%-
HSV(B)304.21º86.36%51.76%-
XYZ13.376.7919.68-
YUV64.17161.77176.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=48.18%
G=6.57%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321812400.860.060.48304.217629.41
Hex84127C0566301304c1d
Octal20422174012666046011435
Binary1000010010010111110001010110110110000100110000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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