#841584

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

Shades of Dark Purple #841584

Tints of Dark Purple #841584

Color information

#841584 (or 0x841584) is unknown color: approx Dark Purple. HEX triplet: 84, 15 and 84. RGB value is (132,21,132). Sum of RGB (Red+Green+Blue) = 132+21+132=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #841584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841584 is #7BEA7B. Grayscale: #424242. Windows color (decimal): -8120956 or 8656260. OLE color: 8656260.

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

Color convert

RGB13221132-
CMYK00.8400.48
HSL300º72.55%30%-
HSV(B)300º84.09%51.76%-
XYZ13.957.1122.47-
YUV66.84164.77174.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=46.32%
G=7.37%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322113200.8400.4830072.5530
Hex84158405403012c491e
Octal20425204012406045411136
Binary100001001010110000100010101000110000100101100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841584; }

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

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

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

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

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

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

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

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