Html Css Color HEX #842580 Dark Purple

📋 copy color: '#842580'

red 132 ◦ green 37 ◦ blue 128

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

Shades of Dark Purple #842580

Tints of Dark Purple #842580

RGB

 RED value IS 132 (51.95% from 255) = 44.44%

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 44.44%
G = 12.46%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#842580 (or 0x842580) is known color: Dark Purple. HEX triplet: 84, 25 and 80. RGB value is (132,37,128). Sum of RGB (Red+Green+Blue) = 132+37+128=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #842580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842580 is #7BDA7F. Grayscale: #4B4B4B. Windows color (decimal): -8116864 or 8398212. OLE color: 8398212.

HSL color Cylindrical-coordinate representation of color #842580: hue angle of 302.53º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842580 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 37 128 -
CMYK 0 0.72 0.03 0.48
HSL 302.53º 0.56% 0.33% -
HSV(B) 302.53º 0.72% 0.52% -
XYZ 14.07 7.79 21.18 -
YUV 75.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 132 37 128 0 0.72 0.03 0.48 302.53 0.56 0.33
Hex 84 25 80 0 48 3 30 12F 38 21
Octal 204 45 200 0 110 3 60 457 70 41
Binary 10000100 100101 10000000 0 1001000 11 110000 100101111 111000 100001

Color Harmonies of #842580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842580

Black with #842580

Text Example


Text Example

White with #842580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842580; }

 p { color: rgb(132,37,128); }

 H1.HeaderClassName
 {
   color: #842580;
 }
 .AnyTagClassName
 {
   color: #842580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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