Html Css Color HEX #832582 Dark Purple

📋 copy color: '#832582'

red 131 ◦ green 37 ◦ blue 130

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

Shades of Dark Purple #832582

Tints of Dark Purple #832582

RGB

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

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

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

R = 43.96%
G = 12.42%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#832582 (or 0x832582) is known color: Dark Purple. HEX triplet: 83, 25 and 82. RGB value is (131,37,130). Sum of RGB (Red+Green+Blue) = 131+37+130=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #832582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832582 is #7CDA7D. Grayscale: #4B4B4B. Windows color (decimal): -8182398 or 8529283. OLE color: 8529283.

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

Color convert

RGB 131 37 130 -
CMYK 0 0.72 0.01 0.49
HSL 300.64º 0.56% 0.33% -
HSV(B) 300.64º 0.72% 0.51% -
XYZ 14.05 7.76 21.88 -
YUV 75.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 131 37 130 0 0.72 0.01 0.49 300.64 0.56 0.33
Hex 83 25 82 0 48 1 31 12D 38 21
Octal 203 45 202 0 110 1 61 455 70 41
Binary 10000011 100101 10000010 0 1001000 1 110001 100101101 111000 100001

Color Harmonies of #832582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832582

Black with #832582

Text Example


Text Example

White with #832582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832582; }

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

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

background-color css

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

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

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

border-color css

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

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

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