Html Css Color HEX #831E79 Dark Purple

📋 copy color: '#831E79'

red 131 ◦ green 30 ◦ blue 121

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

Shades of Dark Purple #831E79

Tints of Dark Purple #831E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 46.45%
G = 10.64%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#831E79 (or 0x831E79) is known color: Dark Purple. HEX triplet: 83, 1E and 79. RGB value is (131,30,121). Sum of RGB (Red+Green+Blue) = 131+30+121=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #831E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831E79 is #7CE186. Grayscale: #464646. Windows color (decimal): -8184199 or 7937667. OLE color: 7937667.

HSL color Cylindrical-coordinate representation of color #831E79: hue angle of 305.94º 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 #831E79 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 30 121 -
CMYK 0 0.77 0.08 0.49
HSL 305.94º 0.63% 0.32% -
HSV(B) 305.94º 0.77% 0.51% -
XYZ 13.28 7.13 18.77 -
YUV 70.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 131 30 121 0 0.77 0.08 0.49 305.94 0.63 0.32
Hex 83 1E 79 0 4D 8 31 132 3F 20
Octal 203 36 171 0 115 10 61 462 77 40
Binary 10000011 11110 1111001 0 1001101 1000 110001 100110010 111111 100000

Color Harmonies of #831E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E79

Black with #831E79

Text Example


Text Example

White with #831E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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