Html Css Color HEX #831760 Dark Purple

📋 copy color: '#831760'

red 131 ◦ green 23 ◦ blue 96

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

Shades of Dark Purple #831760

Tints of Dark Purple #831760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 52.4%
G = 9.2%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#831760 (or 0x831760) is known color: Dark Purple. HEX triplet: 83, 17 and 60. RGB value is (131,23,96). Sum of RGB (Red+Green+Blue) = 131+23+96=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #831760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831760 is #7CE89F. Grayscale: #3F3F3F. Windows color (decimal): -8186016 or 6297475. OLE color: 6297475.

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

Color convert

RGB 131 23 96 -
CMYK 0 0.82 0.27 0.49
HSL 319.44º 0.7% 0.3% -
HSV(B) 319.44º 0.82% 0.51% -
XYZ 11.78 6.28 11.66 -
YUV 63.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 131 23 96 0 0.82 0.27 0.49 319.44 0.7 0.3
Hex 83 17 60 0 52 1B 31 13F 46 1E
Octal 203 27 140 0 122 33 61 477 106 36
Binary 10000011 10111 1100000 0 1010010 11011 110001 100111111 1000110 11110

Color Harmonies of #831760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831760

Black with #831760

Text Example


Text Example

White with #831760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831760; }

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

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

background-color css

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

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

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

border-color css

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

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

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