#842487

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

Shades of Dark Purple #842487

Tints of Dark Purple #842487

Color information

#842487 (or 0x842487) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 87. RGB value is (132,36,135). Sum of RGB (Red+Green+Blue) = 132+36+135=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #842487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842487 is #7BDB78. Grayscale: #4B4B4B. Windows color (decimal): -8117113 or 8856708. OLE color: 8856708.

HSL color Cylindrical-coordinate representation of color #842487: hue angle of 298.18º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842487 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13236135-
CMYK0.020.7300.47
HSL298.18º57.89%33.53%-
HSV(B)298.18º73.33%52.94%-
XYZ14.527.9223.68-
YUV75.99161.3167.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 36 (14.45% from 255) = 11.88%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=43.56%
G=11.88%
B=44.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132361350.020.7300.47298.1857.8933.53
Hex84248724902F12a3a22
Octal2044420721110574527242
Binary10000100100100100001111010010010101111100101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842487; }

 p { color: rgb(132,36,135); }

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

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

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

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

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

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

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