Html Css Color HEX #832682 Dark Purple

📋 copy color: '#832682'

red 131 ◦ green 38 ◦ blue 130

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

Shades of Dark Purple #832682

Tints of Dark Purple #832682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

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

R = 43.81%
G = 12.71%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#832682 (or 0x832682) is known color: Dark Purple. HEX triplet: 83, 26 and 82. RGB value is (131,38,130). Sum of RGB (Red+Green+Blue) = 131+38+130=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #832682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832682 is #7CD97D. Grayscale: #4C4C4C. Windows color (decimal): -8182142 or 8529539. OLE color: 8529539.

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

Color convert

RGB 131 38 130 -
CMYK 0 0.71 0.01 0.49
HSL 300.65º 0.55% 0.33% -
HSV(B) 300.65º 0.71% 0.51% -
XYZ 14.08 7.82 21.89 -
YUV 76.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 131 38 130 0 0.71 0.01 0.49 300.65 0.55 0.33
Hex 83 26 82 0 47 1 31 12D 37 21
Octal 203 46 202 0 107 1 61 455 67 41
Binary 10000011 100110 10000010 0 1000111 1 110001 100101101 110111 100001

Color Harmonies of #832682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832682

Black with #832682

Text Example


Text Example

White with #832682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832682; }

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

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

background-color css

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

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

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

border-color css

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

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

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