Html Css Color HEX #832374 Dark Purple

📋 copy color: '#832374'

red 131 ◦ green 35 ◦ blue 116

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

Shades of Dark Purple #832374

Tints of Dark Purple #832374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

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

R = 46.45%
G = 12.41%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#832374 (or 0x832374) is known color: Dark Purple. HEX triplet: 83, 23 and 74. RGB value is (131,35,116). Sum of RGB (Red+Green+Blue) = 131+35+116=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #832374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832374 is #7CDC8B. Grayscale: #484848. Windows color (decimal): -8182924 or 7611267. OLE color: 7611267.

HSL color Cylindrical-coordinate representation of color #832374: hue angle of 309.38º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832374 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 116 -
CMYK 0 0.73 0.11 0.49
HSL 309.38º 0.58% 0.33% -
HSV(B) 309.38º 0.73% 0.51% -
XYZ 13.11 7.29 17.24 -
YUV 72.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 131 35 116 0 0.73 0.11 0.49 309.38 0.58 0.33
Hex 83 23 74 0 49 B 31 135 3A 21
Octal 203 43 164 0 111 13 61 465 72 41
Binary 10000011 100011 1110100 0 1001001 1011 110001 100110101 111010 100001

Color Harmonies of #832374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832374

Black with #832374

Text Example


Text Example

White with #832374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832374; }

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

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

background-color css

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

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

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

border-color css

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

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

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