Html Css Color HEX #842487 Dark Purple

📋 copy color: '#842487'

red 132 ◦ green 36 ◦ blue 135

#842487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #842487

Tints of Dark Purple #842487

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.13% from 255) = 44.55%

R = 43.56%
G = 11.88%
B = 44.55%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#842487 (or 0x842487) is known color: 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

RGB 132 36 135 -
CMYK 0.02 0.73 0 0.47
HSL 298.18º 0.58% 0.34% -
HSV(B) 298.18º 0.73% 0.53% -
XYZ 14.52 7.92 23.68 -
YUV 75.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 132 36 135 0.02 0.73 0 0.47 298.18 0.58 0.34
Hex 84 24 87 2 49 0 2F 12A 3A 22
Octal 204 44 207 2 111 0 57 452 72 42
Binary 10000100 100100 10000111 10 1001001 0 101111 100101010 111010 100010

Color Harmonies of #842487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842487

Black with #842487

Text Example


Text Example

White with #842487

Text Example


Text Example

HTML Codes & Css Web 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>