Html Css Color HEX #831775 Dark Purple

📋 copy color: '#831775'

red 131 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #831775

Tints of Dark Purple #831775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 48.34%
G = 8.49%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#831775 (or 0x831775) is known color: Dark Purple. HEX triplet: 83, 17 and 75. RGB value is (131,23,117). Sum of RGB (Red+Green+Blue) = 131+23+117=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #831775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831775 is #7CE88A. Grayscale: #414141. Windows color (decimal): -8185995 or 7673731. OLE color: 7673731.

HSL color Cylindrical-coordinate representation of color #831775: hue angle of 307.78º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831775 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 117 -
CMYK 0 0.82 0.11 0.49
HSL 307.78º 0.7% 0.3% -
HSV(B) 307.78º 0.82% 0.51% -
XYZ 12.88 6.72 17.45 -
YUV 66.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 131 23 117 0 0.82 0.11 0.49 307.78 0.7 0.3
Hex 83 17 75 0 52 B 31 134 46 1E
Octal 203 27 165 0 122 13 61 464 106 36
Binary 10000011 10111 1110101 0 1010010 1011 110001 100110100 1000110 11110

Color Harmonies of #831775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831775

Black with #831775

Text Example


Text Example

White with #831775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831775; }

 p { color: rgb(131,23,117); }

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

background-color css

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

 a { background-color: rgb(131,23,117); }

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

border-color css

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

 span { border-color: rgb(131,23,117); }

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