#841772

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

Shades of Dark Purple #841772

Tints of Dark Purple #841772

Color information

#841772 (or 0x841772) is unknown color: approx Dark Purple. HEX triplet: 84, 17 and 72. RGB value is (132,23,114). Sum of RGB (Red+Green+Blue) = 132+23+114=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #841772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841772 is #7BE88D. Grayscale: #414141. Windows color (decimal): -8120462 or 7477124. OLE color: 7477124.

HSL color Cylindrical-coordinate representation of color #841772: hue angle of 309.91º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841772 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13223114-
CMYK00.830.140.48
HSL309.91º70.32%30.39%-
HSV(B)309.91º82.58%51.76%-
XYZ12.866.7316.54-
YUV65.96155.11175.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 23 (9.38% from 255) = 8.55%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=49.07%
G=8.55%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322311400.830.140.48309.9170.3230.39
Hex841772053E30136461e
Octal204271620123166046610636
Binary10000100101111110010010100111110110000100110110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841772; }

 p { color: rgb(132,23,114); }

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

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

 a { background-color: rgb(132,23,114); }

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

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

 span { border-color: rgb(132,23,114); }

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