Html Css Color HEX #832076 Dark Purple

📋 copy color: '#832076'

red 131 ◦ green 32 ◦ blue 118

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

Shades of Dark Purple #832076

Tints of Dark Purple #832076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 46.62%
G = 11.39%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#832076 (or 0x832076) is known color: Dark Purple. HEX triplet: 83, 20 and 76. RGB value is (131,32,118). Sum of RGB (Red+Green+Blue) = 131+32+118=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #832076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832076 is #7CDF89. Grayscale: #474747. Windows color (decimal): -8183690 or 7741571. OLE color: 7741571.

HSL color Cylindrical-coordinate representation of color #832076: hue angle of 307.88º 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 #832076 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 118 -
CMYK 0 0.76 0.10 0.49
HSL 307.88º 0.61% 0.32% -
HSV(B) 307.88º 0.76% 0.51% -
XYZ 13.15 7.17 17.83 -
YUV 71.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 131 32 118 0 0.76 0.10 0.49 307.88 0.61 0.32
Hex 83 20 76 0 4C A 31 134 3D 20
Octal 203 40 166 0 114 12 61 464 75 40
Binary 10000011 100000 1110110 0 1001100 1010 110001 100110100 111101 100000

Color Harmonies of #832076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832076

Black with #832076

Text Example


Text Example

White with #832076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832076; }

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

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

background-color css

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

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

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

border-color css

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

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

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