Html Css Color HEX #842380 Dark Purple

📋 copy color: '#842380'

red 132 ◦ green 35 ◦ blue 128

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

Shades of Dark Purple #842380

Tints of Dark Purple #842380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 44.75%
G = 11.86%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#842380 (or 0x842380) is known color: Dark Purple. HEX triplet: 84, 23 and 80. RGB value is (132,35,128). Sum of RGB (Red+Green+Blue) = 132+35+128=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #842380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842380 is #7BDC7F. Grayscale: #4A4A4A. Windows color (decimal): -8117376 or 8397700. OLE color: 8397700.

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

Color convert

RGB 132 35 128 -
CMYK 0 0.73 0.03 0.48
HSL 302.47º 0.58% 0.33% -
HSV(B) 302.47º 0.73% 0.52% -
XYZ 14.01 7.67 21.16 -
YUV 74.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 132 35 128 0 0.73 0.03 0.48 302.47 0.58 0.33
Hex 84 23 80 0 49 3 30 12E 3A 21
Octal 204 43 200 0 111 3 60 456 72 41
Binary 10000100 100011 10000000 0 1001001 11 110000 100101110 111010 100001

Color Harmonies of #842380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842380

Black with #842380

Text Example


Text Example

White with #842380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842380; }

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

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

background-color css

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

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

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

border-color css

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

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

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