#841764

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

Shades of Dark Purple #841764

Tints of Dark Purple #841764

Color information

#841764 (or 0x841764) is unknown color: approx Dark Purple. HEX triplet: 84, 17 and 64. RGB value is (132,23,100). Sum of RGB (Red+Green+Blue) = 132+23+100=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #841764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841764 is #7BE89B. Grayscale: #404040. Windows color (decimal): -8120476 or 6559620. OLE color: 6559620.

HSL color Cylindrical-coordinate representation of color #841764: hue angle of 317.61º 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 #841764 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13223100-
CMYK00.830.240.48
HSL317.61º70.32%30.39%-
HSV(B)317.61º82.58%51.76%-
XYZ12.126.4412.66-
YUV64.37148.11176.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.76%
GREEN value IS 23 (9.38% from 255) = 9.02%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=51.76%
G=9.02%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322310000.830.240.48317.6170.3230.39
Hex841764053183013e461e
Octal204271440123306047610636
Binary100001001011111001000101001111000110000100111110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841764; }

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

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

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

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

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

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

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

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