Html Css Color HEX #831E77 Dark Purple

📋 copy color: '#831E77'

red 131 ◦ green 30 ◦ blue 119

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

Shades of Dark Purple #831E77

Tints of Dark Purple #831E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 46.79%
G = 10.71%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#831E77 (or 0x831E77) is known color: Dark Purple. HEX triplet: 83, 1E and 77. RGB value is (131,30,119). Sum of RGB (Red+Green+Blue) = 131+30+119=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #831E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831E77 is #7CE188. Grayscale: #464646. Windows color (decimal): -8184201 or 7806595. OLE color: 7806595.

HSL color Cylindrical-coordinate representation of color #831E77: hue angle of 307.13º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E77 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 30 119 -
CMYK 0 0.77 0.09 0.49
HSL 307.13º 0.63% 0.32% -
HSV(B) 307.13º 0.77% 0.51% -
XYZ 13.15 7.09 18.13 -
YUV 70.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 131 30 119 0 0.77 0.09 0.49 307.13 0.63 0.32
Hex 83 1E 77 0 4D 9 31 133 3F 20
Octal 203 36 167 0 115 11 61 463 77 40
Binary 10000011 11110 1110111 0 1001101 1001 110001 100110011 111111 100000

Color Harmonies of #831E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E77

Black with #831E77

Text Example


Text Example

White with #831E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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