Html Css Color HEX #832E77 Dark Purple

📋 copy color: '#832E77'

red 131 ◦ green 46 ◦ blue 119

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

Shades of Dark Purple #832E77

Tints of Dark Purple #832E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.54%

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

R = 44.26%
G = 15.54%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#832E77 (or 0x832E77) is known color: Dark Purple. HEX triplet: 83, 2E and 77. RGB value is (131,46,119). Sum of RGB (Red+Green+Blue) = 131+46+119=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #832E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E77 is #7CD188. Grayscale: #4F4F4F. Windows color (decimal): -8180105 or 7810691. OLE color: 7810691.

HSL color Cylindrical-coordinate representation of color #832E77: hue angle of 308.47º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E77 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 46 119 -
CMYK 0 0.65 0.09 0.49
HSL 308.47º 0.48% 0.35% -
HSV(B) 308.47º 0.65% 0.51% -
XYZ 13.67 8.11 18.3 -
YUV 79.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 131 46 119 0 0.65 0.09 0.49 308.47 0.48 0.35
Hex 83 2E 77 0 41 9 31 134 30 23
Octal 203 56 167 0 101 11 61 464 60 43
Binary 10000011 101110 1110111 0 1000001 1001 110001 100110100 110000 100011

Color Harmonies of #832E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E77

Black with #832E77

Text Example


Text Example

White with #832E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832E77; }

 p { color: rgb(131,46,119); }

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

background-color css

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

 a { background-color: rgb(131,46,119); }

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

border-color css

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

 span { border-color: rgb(131,46,119); }

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