Html Css Color HEX #832482 Dark Purple

📋 copy color: '#832482'

red 131 ◦ green 36 ◦ blue 130

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

Shades of Dark Purple #832482

Tints of Dark Purple #832482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.12%

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

R = 44.11%
G = 12.12%
B = 43.77%

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

#832482 (or 0x832482) is known color: Dark Purple. HEX triplet: 83, 24 and 82. RGB value is (131,36,130). Sum of RGB (Red+Green+Blue) = 131+36+130=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #832482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832482 is #7CDB7D. Grayscale: #4A4A4A. Windows color (decimal): -8182654 or 8529027. OLE color: 8529027.

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

Color convert

RGB 131 36 130 -
CMYK 0 0.73 0.01 0.49
HSL 300.63º 0.57% 0.33% -
HSV(B) 300.63º 0.73% 0.51% -
XYZ 14.02 7.7 21.87 -
YUV 75.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 131 36 130 0 0.73 0.01 0.49 300.63 0.57 0.33
Hex 83 24 82 0 49 1 31 12D 39 21
Octal 203 44 202 0 111 1 61 455 71 41
Binary 10000011 100100 10000010 0 1001001 1 110001 100101101 111001 100001

Color Harmonies of #832482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832482

Black with #832482

Text Example


Text Example

White with #832482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832482; }

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

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

background-color css

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

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

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

border-color css

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

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

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