Html Css Color HEX #831180 Purple

📋 copy color: '#831180'

red 131 ◦ green 17 ◦ blue 128

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

Shades of Purple #831180

Tints of Purple #831180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 47.46%
G = 6.16%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#831180 (or 0x831180) is known color: Purple. HEX triplet: 83, 11 and 80. RGB value is (131,17,128). Sum of RGB (Red+Green+Blue) = 131+17+128=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #831180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831180 is #7CEE7F. Grayscale: #3F3F3F. Windows color (decimal): -8187520 or 8393091. OLE color: 8393091.

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

Color convert

RGB 131 17 128 -
CMYK 0 0.87 0.02 0.49
HSL 301.58º 0.77% 0.29% -
HSV(B) 301.58º 0.87% 0.51% -
XYZ 13.46 6.78 21.02 -
YUV 63.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 131 17 128 0 0.87 0.02 0.49 301.58 0.77 0.29
Hex 83 11 80 0 57 2 31 12E 4D 1D
Octal 203 21 200 0 127 2 61 456 115 35
Binary 10000011 10001 10000000 0 1010111 10 110001 100101110 1001101 11101

Color Harmonies of #831180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831180

Black with #831180

Text Example


Text Example

White with #831180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831180; }

 p { color: rgb(131,17,128); }

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

background-color css

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

 a { background-color: rgb(131,17,128); }

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

border-color css

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

 span { border-color: rgb(131,17,128); }

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