Html Css Color HEX #832476 Dark Purple

📋 copy color: '#832476'

red 131 ◦ green 36 ◦ blue 118

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

Shades of Dark Purple #832476

Tints of Dark Purple #832476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

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

R = 45.96%
G = 12.63%
B = 41.4%

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

#832476 (or 0x832476) is known color: Dark Purple. HEX triplet: 83, 24 and 76. RGB value is (131,36,118). Sum of RGB (Red+Green+Blue) = 131+36+118=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #832476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832476 is #7CDB89. Grayscale: #494949. Windows color (decimal): -8182666 or 7742595. OLE color: 7742595.

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

Color convert

RGB 131 36 118 -
CMYK 0 0.73 0.10 0.49
HSL 308.21º 0.57% 0.33% -
HSV(B) 308.21º 0.73% 0.51% -
XYZ 13.26 7.4 17.87 -
YUV 73.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 131 36 118 0 0.73 0.10 0.49 308.21 0.57 0.33
Hex 83 24 76 0 49 A 31 134 39 21
Octal 203 44 166 0 111 12 61 464 71 41
Binary 10000011 100100 1110110 0 1001001 1010 110001 100110100 111001 100001

Color Harmonies of #832476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832476

Black with #832476

Text Example


Text Example

White with #832476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832476; }

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

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

background-color css

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

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

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

border-color css

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

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

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