#84117A

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

Shades of Dark Purple #84117A

Tints of Dark Purple #84117A

Color information

#84117A (or 0x84117A) is unknown color: approx Dark Purple. HEX triplet: 84, 11 and 7A. RGB value is (132,17,122). Sum of RGB (Red+Green+Blue) = 132+17+122=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84117A is #7BEE85. Grayscale: #3F3F3F. Windows color (decimal): -8121990 or 7999876. OLE color: 7999876.

HSL color Cylindrical-coordinate representation of color #84117A: hue angle of 305.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84117A is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13217122-
CMYK00.870.080.48
HSL305.22º77.18%29.22%-
HSV(B)305.22º87.12%51.76%-
XYZ13.236.7119.01-
YUV63.36161.1176.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=48.71%
G=6.27%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321712200.870.080.48305.2277.1829.22
Hex84117A0578301314d1d
Octal204211720127106046111535
Binary10000100100011111010010101111000110000100110001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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