Html Css Color HEX #831077 Dark Purple

📋 copy color: '#831077'

red 131 ◦ green 16 ◦ blue 119

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

Shades of Dark Purple #831077

Tints of Dark Purple #831077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 49.25%
G = 6.02%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#831077 (or 0x831077) is known color: Dark Purple. HEX triplet: 83, 10 and 77. RGB value is (131,16,119). Sum of RGB (Red+Green+Blue) = 131+16+119=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #831077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831077 is #7CEF88. Grayscale: #3D3D3D. Windows color (decimal): -8187785 or 7803011. OLE color: 7803011.

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

Color convert

RGB 131 16 119 -
CMYK 0 0.88 0.09 0.49
HSL 306.26º 0.78% 0.29% -
HSV(B) 306.26º 0.88% 0.51% -
XYZ 12.88 6.53 18.03 -
YUV 62.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 131 16 119 0 0.88 0.09 0.49 306.26 0.78 0.29
Hex 83 10 77 0 58 9 31 132 4E 1D
Octal 203 20 167 0 130 11 61 462 116 35
Binary 10000011 10000 1110111 0 1011000 1001 110001 100110010 1001110 11101

Color Harmonies of #831077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831077

Black with #831077

Text Example


Text Example

White with #831077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831077; }

 p { color: rgb(131,16,119); }

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

background-color css

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

 a { background-color: rgb(131,16,119); }

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

border-color css

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

 span { border-color: rgb(131,16,119); }

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