#841575

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

Shades of Dark Purple #841575

Tints of Dark Purple #841575

Color information

#841575 (or 0x841575) is unknown color: approx Dark Purple. HEX triplet: 84, 15 and 75. RGB value is (132,21,117). Sum of RGB (Red+Green+Blue) = 132+21+117=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #841575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841575 is #7BEA8A. Grayscale: #404040. Windows color (decimal): -8120971 or 7673220. OLE color: 7673220.

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

Color convert

RGB13221117-
CMYK00.840.110.48
HSL308.11º72.55%30%-
HSV(B)308.11º84.09%51.76%-
XYZ12.996.7317.44-
YUV65.13157.27175.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=48.89%
G=7.78%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322111700.840.110.48308.1172.5530
Hex841575054B30134491e
Octal204251650124136046411136
Binary10000100101011110101010101001011110000100110100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841575; }

 p { color: rgb(132,21,117); }

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

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

 a { background-color: rgb(132,21,117); }

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

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

 span { border-color: rgb(132,21,117); }

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