Html Css Color HEX #831079 Dark Purple

📋 copy color: '#831079'

red 131 ◦ green 16 ◦ blue 121

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

Shades of Dark Purple #831079

Tints of Dark Purple #831079

RGB

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

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

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

R = 48.88%
G = 5.97%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#831079 (or 0x831079) is known color: Dark Purple. HEX triplet: 83, 10 and 79. RGB value is (131,16,121). Sum of RGB (Red+Green+Blue) = 131+16+121=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #831079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831079 is #7CEF86. Grayscale: #3E3E3E. Windows color (decimal): -8187783 or 7934083. OLE color: 7934083.

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

Color convert

RGB 131 16 121 -
CMYK 0 0.88 0.08 0.49
HSL 305.22º 0.78% 0.29% -
HSV(B) 305.22º 0.88% 0.51% -
XYZ 13 6.58 18.67 -
YUV 62.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 131 16 121 0 0.88 0.08 0.49 305.22 0.78 0.29
Hex 83 10 79 0 58 8 31 131 4E 1D
Octal 203 20 171 0 130 10 61 461 116 35
Binary 10000011 10000 1111001 0 1011000 1000 110001 100110001 1001110 11101

Color Harmonies of #831079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831079

Black with #831079

Text Example


Text Example

White with #831079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831079; }

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

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

background-color css

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

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

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

border-color css

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

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

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