Html Css Color HEX #843071 Dark Purple

📋 copy color: '#843071'

red 132 ◦ green 48 ◦ blue 113

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

Shades of Dark Purple #843071

Tints of Dark Purple #843071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 45.05%
G = 16.38%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#843071 (or 0x843071) is known color: Dark Purple. HEX triplet: 84, 30 and 71. RGB value is (132,48,113). Sum of RGB (Red+Green+Blue) = 132+48+113=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #843071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843071 is #7BCF8E. Grayscale: #505050. Windows color (decimal): -8114063 or 7417988. OLE color: 7417988.

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

Color convert

RGB 132 48 113 -
CMYK 0 0.64 0.14 0.48
HSL 313.57º 0.47% 0.35% -
HSV(B) 313.57º 0.64% 0.52% -
XYZ 13.55 8.21 16.49 -
YUV 80.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 132 48 113 0 0.64 0.14 0.48 313.57 0.47 0.35
Hex 84 30 71 0 40 E 30 13A 2F 23
Octal 204 60 161 0 100 16 60 472 57 43
Binary 10000100 110000 1110001 0 1000000 1110 110000 100111010 101111 100011

Color Harmonies of #843071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843071

Black with #843071

Text Example


Text Example

White with #843071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843071; }

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

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

background-color css

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

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

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

border-color css

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

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

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