Html Css Color HEX #842671 Dark Purple

📋 copy color: '#842671'

red 132 ◦ green 38 ◦ blue 113

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

Shades of Dark Purple #842671

Tints of Dark Purple #842671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 46.64%
G = 13.43%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#842671 (or 0x842671) is known color: Dark Purple. HEX triplet: 84, 26 and 71. RGB value is (132,38,113). Sum of RGB (Red+Green+Blue) = 132+38+113=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #842671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842671 is #7BD98E. Grayscale: #4A4A4A. Windows color (decimal): -8116623 or 7415428. OLE color: 7415428.

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

Color convert

RGB 132 38 113 -
CMYK 0 0.71 0.14 0.48
HSL 312.13º 0.55% 0.33% -
HSV(B) 312.13º 0.71% 0.52% -
XYZ 13.19 7.48 16.37 -
YUV 74.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 132 38 113 0 0.71 0.14 0.48 312.13 0.55 0.33
Hex 84 26 71 0 47 E 30 138 37 21
Octal 204 46 161 0 107 16 60 470 67 41
Binary 10000100 100110 1110001 0 1000111 1110 110000 100111000 110111 100001

Color Harmonies of #842671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842671

Black with #842671

Text Example


Text Example

White with #842671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842671; }

 p { color: rgb(132,38,113); }

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

background-color css

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

 a { background-color: rgb(132,38,113); }

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

border-color css

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

 span { border-color: rgb(132,38,113); }

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