Html Css Color HEX #832E74 Dark Purple

📋 copy color: '#832E74'

red 131 ◦ green 46 ◦ blue 116

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

Shades of Dark Purple #832E74

Tints of Dark Purple #832E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 44.71%
G = 15.7%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#832E74 (or 0x832E74) is known color: Dark Purple. HEX triplet: 83, 2E and 74. RGB value is (131,46,116). Sum of RGB (Red+Green+Blue) = 131+46+116=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #832E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E74 is #7CD18B. Grayscale: #4F4F4F. Windows color (decimal): -8180108 or 7614083. OLE color: 7614083.

HSL color Cylindrical-coordinate representation of color #832E74: hue angle of 310.59º 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 #832E74 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 46 116 -
CMYK 0 0.65 0.11 0.49
HSL 310.59º 0.48% 0.35% -
HSV(B) 310.59º 0.65% 0.51% -
XYZ 13.49 8.04 17.36 -
YUV 79.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 131 46 116 0 0.65 0.11 0.49 310.59 0.48 0.35
Hex 83 2E 74 0 41 B 31 137 30 23
Octal 203 56 164 0 101 13 61 467 60 43
Binary 10000011 101110 1110100 0 1000001 1011 110001 100110111 110000 100011

Color Harmonies of #832E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E74

Black with #832E74

Text Example


Text Example

White with #832E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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