Html Css Color HEX #832580 Dark Purple

📋 copy color: '#832580'

red 131 ◦ green 37 ◦ blue 128

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

Shades of Dark Purple #832580

Tints of Dark Purple #832580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

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

R = 44.26%
G = 12.5%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#832580 (or 0x832580) is known color: Dark Purple. HEX triplet: 83, 25 and 80. RGB value is (131,37,128). Sum of RGB (Red+Green+Blue) = 131+37+128=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #832580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832580 is #7CDA7F. Grayscale: #4B4B4B. Windows color (decimal): -8182400 or 8398211. OLE color: 8398211.

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

Color convert

RGB 131 37 128 -
CMYK 0 0.72 0.02 0.49
HSL 301.91º 0.56% 0.33% -
HSV(B) 301.91º 0.72% 0.51% -
XYZ 13.92 7.71 21.18 -
YUV 75.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 131 37 128 0 0.72 0.02 0.49 301.91 0.56 0.33
Hex 83 25 80 0 48 2 31 12E 38 21
Octal 203 45 200 0 110 2 61 456 70 41
Binary 10000011 100101 10000000 0 1001000 10 110001 100101110 111000 100001

Color Harmonies of #832580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832580

Black with #832580

Text Example


Text Example

White with #832580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832580; }

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

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

background-color css

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

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

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

border-color css

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

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

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