Html Css Color HEX #832071 Dark Purple

📋 copy color: '#832071'

red 131 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #832071

Tints of Dark Purple #832071

RGB

 RED value IS 131 (51.56% from 255) = 47.46%

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 47.46%
G = 11.59%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#832071 (or 0x832071) is known color: Dark Purple. HEX triplet: 83, 20 and 71. RGB value is (131,32,113). Sum of RGB (Red+Green+Blue) = 131+32+113=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #832071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832071 is #7CDF8E. Grayscale: #464646. Windows color (decimal): -8183695 or 7413891. OLE color: 7413891.

HSL color Cylindrical-coordinate representation of color #832071: hue angle of 310.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832071 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 113 -
CMYK 0 0.76 0.14 0.49
HSL 310.91º 0.61% 0.32% -
HSV(B) 310.91º 0.76% 0.51% -
XYZ 12.86 7.05 16.31 -
YUV 70.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 131 32 113 0 0.76 0.14 0.49 310.91 0.61 0.32
Hex 83 20 71 0 4C E 31 137 3D 20
Octal 203 40 161 0 114 16 61 467 75 40
Binary 10000011 100000 1110001 0 1001100 1110 110001 100110111 111101 100000

Color Harmonies of #832071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832071

Black with #832071

Text Example


Text Example

White with #832071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832071; }

 p { color: rgb(131,32,113); }

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

background-color css

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

 a { background-color: rgb(131,32,113); }

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

border-color css

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

 span { border-color: rgb(131,32,113); }

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