Html Css Color HEX #842477 Dark Purple

📋 copy color: '#842477'

red 132 ◦ green 36 ◦ blue 119

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

Shades of Dark Purple #842477

Tints of Dark Purple #842477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 45.99%
G = 12.54%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#842477 (or 0x842477) is known color: Dark Purple. HEX triplet: 84, 24 and 77. RGB value is (132,36,119). Sum of RGB (Red+Green+Blue) = 132+36+119=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #842477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842477 is #7BDB88. Grayscale: #494949. Windows color (decimal): -8117129 or 7808132. OLE color: 7808132.

HSL color Cylindrical-coordinate representation of color #842477: hue angle of 308.12º degrees, saturation: 0.57, 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 #842477 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 119 -
CMYK 0 0.73 0.10 0.48
HSL 308.13º 0.57% 0.33% -
HSV(B) 308.13º 0.73% 0.52% -
XYZ 13.48 7.5 18.19 -
YUV 74.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 132 36 119 0 0.73 0.10 0.48 308.13 0.57 0.33
Hex 84 24 77 0 49 A 30 134 39 21
Octal 204 44 167 0 111 12 60 464 71 41
Binary 10000100 100100 1110111 0 1001001 1010 110000 100110100 111001 100001

Color Harmonies of #842477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842477

Black with #842477

Text Example


Text Example

White with #842477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842477; }

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

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

background-color css

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

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

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

border-color css

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

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

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