Html Css Color HEX #832376 Dark Purple

📋 copy color: '#832376'

red 131 ◦ green 35 ◦ blue 118

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

Shades of Dark Purple #832376

Tints of Dark Purple #832376

RGB

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

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

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

R = 46.13%
G = 12.32%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#832376 (or 0x832376) is known color: Dark Purple. HEX triplet: 83, 23 and 76. RGB value is (131,35,118). Sum of RGB (Red+Green+Blue) = 131+35+118=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #832376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832376 is #7CDC89. Grayscale: #484848. Windows color (decimal): -8182922 or 7742339. OLE color: 7742339.

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

Color convert

RGB 131 35 118 -
CMYK 0 0.73 0.10 0.49
HSL 308.13º 0.58% 0.33% -
HSV(B) 308.13º 0.73% 0.51% -
XYZ 13.23 7.34 17.86 -
YUV 73.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 131 35 118 0 0.73 0.10 0.49 308.13 0.58 0.33
Hex 83 23 76 0 49 A 31 134 3A 21
Octal 203 43 166 0 111 12 61 464 72 41
Binary 10000011 100011 1110110 0 1001001 1010 110001 100110100 111010 100001

Color Harmonies of #832376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832376

Black with #832376

Text Example


Text Example

White with #832376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832376; }

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

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

background-color css

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

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

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

border-color css

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

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

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