Html Css Color HEX #832382 Dark Purple

📋 copy color: '#832382'

red 131 ◦ green 35 ◦ blue 130

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

Shades of Dark Purple #832382

Tints of Dark Purple #832382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 44.26%
G = 11.82%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#832382 (or 0x832382) is known color: Dark Purple. HEX triplet: 83, 23 and 82. RGB value is (131,35,130). Sum of RGB (Red+Green+Blue) = 131+35+130=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #832382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832382 is #7CDC7D. Grayscale: #4A4A4A. Windows color (decimal): -8182910 or 8528771. OLE color: 8528771.

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

Color convert

RGB 131 35 130 -
CMYK 0 0.73 0.01 0.49
HSL 300.63º 0.58% 0.33% -
HSV(B) 300.63º 0.73% 0.51% -
XYZ 13.99 7.64 21.86 -
YUV 74.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 131 35 130 0 0.73 0.01 0.49 300.63 0.58 0.33
Hex 83 23 82 0 49 1 31 12D 3A 21
Octal 203 43 202 0 111 1 61 455 72 41
Binary 10000011 100011 10000010 0 1001001 1 110001 100101101 111010 100001

Color Harmonies of #832382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832382

Black with #832382

Text Example


Text Example

White with #832382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832382; }

 p { color: rgb(131,35,130); }

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

background-color css

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

 a { background-color: rgb(131,35,130); }

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

border-color css

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

 span { border-color: rgb(131,35,130); }

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