Html Css Color HEX #832681 Dark Purple

📋 copy color: '#832681'

red 131 ◦ green 38 ◦ blue 129

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

Shades of Dark Purple #832681

Tints of Dark Purple #832681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 43.96%
G = 12.75%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#832681 (or 0x832681) is known color: Dark Purple. HEX triplet: 83, 26 and 81. RGB value is (131,38,129). Sum of RGB (Red+Green+Blue) = 131+38+129=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #832681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832681 is #7CD97E. Grayscale: #4B4B4B. Windows color (decimal): -8182143 or 8464003. OLE color: 8464003.

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

Color convert

RGB 131 38 129 -
CMYK 0 0.71 0.02 0.49
HSL 301.29º 0.55% 0.33% -
HSV(B) 301.29º 0.71% 0.51% -
XYZ 14.02 7.8 21.54 -
YUV 76.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 131 38 129 0 0.71 0.02 0.49 301.29 0.55 0.33
Hex 83 26 81 0 47 2 31 12D 37 21
Octal 203 46 201 0 107 2 61 455 67 41
Binary 10000011 100110 10000001 0 1000111 10 110001 100101101 110111 100001

Color Harmonies of #832681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832681

Black with #832681

Text Example


Text Example

White with #832681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832681; }

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

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

background-color css

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

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

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

border-color css

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

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

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