Html Css Color HEX #831178 Dark Purple

📋 copy color: '#831178'

red 131 ◦ green 17 ◦ blue 120

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

Shades of Dark Purple #831178

Tints of Dark Purple #831178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.78%

R = 48.88%
G = 6.34%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#831178 (or 0x831178) is known color: Dark Purple. HEX triplet: 83, 11 and 78. RGB value is (131,17,120). Sum of RGB (Red+Green+Blue) = 131+17+120=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #831178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831178 is #7CEE87. Grayscale: #3E3E3E. Windows color (decimal): -8187528 or 7868803. OLE color: 7868803.

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

Color convert

RGB 131 17 120 -
CMYK 0 0.87 0.08 0.49
HSL 305.79º 0.77% 0.29% -
HSV(B) 305.79º 0.87% 0.51% -
XYZ 12.95 6.58 18.36 -
YUV 62.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 131 17 120 0 0.87 0.08 0.49 305.79 0.77 0.29
Hex 83 11 78 0 57 8 31 132 4D 1D
Octal 203 21 170 0 127 10 61 462 115 35
Binary 10000011 10001 1111000 0 1010111 1000 110001 100110010 1001101 11101

Color Harmonies of #831178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831178

Black with #831178

Text Example


Text Example

White with #831178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831178; }

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

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

background-color css

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

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

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

border-color css

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

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

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