Html Css Color HEX #831376 Dark Purple

📋 copy color: '#831376'

red 131 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #831376

Tints of Dark Purple #831376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

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

R = 48.88%
G = 7.09%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#831376 (or 0x831376) is known color: Dark Purple. HEX triplet: 83, 13 and 76. RGB value is (131,19,118). Sum of RGB (Red+Green+Blue) = 131+19+118=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #831376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831376 is #7CEC89. Grayscale: #3F3F3F. Windows color (decimal): -8187018 or 7738243. OLE color: 7738243.

HSL color Cylindrical-coordinate representation of color #831376: hue angle of 306.96º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831376 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 118 -
CMYK 0 0.85 0.10 0.49
HSL 306.96º 0.75% 0.29% -
HSV(B) 306.96º 0.85% 0.51% -
XYZ 12.86 6.6 17.74 -
YUV 63.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 131 19 118 0 0.85 0.10 0.49 306.96 0.75 0.29
Hex 83 13 76 0 55 A 31 133 4B 1D
Octal 203 23 166 0 125 12 61 463 113 35
Binary 10000011 10011 1110110 0 1010101 1010 110001 100110011 1001011 11101

Color Harmonies of #831376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831376

Black with #831376

Text Example


Text Example

White with #831376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831376; }

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

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

background-color css

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

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

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

border-color css

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

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

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