Html Css Color HEX #832581 Dark Purple

📋 copy color: '#832581'

red 131 ◦ green 37 ◦ blue 129

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

Shades of Dark Purple #832581

Tints of Dark Purple #832581

RGB

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

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

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

R = 44.11%
G = 12.46%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#832581 (or 0x832581) is known color: Dark Purple. HEX triplet: 83, 25 and 81. RGB value is (131,37,129). Sum of RGB (Red+Green+Blue) = 131+37+129=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #832581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832581 is #7CDA7E. Grayscale: #4B4B4B. Windows color (decimal): -8182399 or 8463747. OLE color: 8463747.

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

Color convert

RGB 131 37 129 -
CMYK 0 0.72 0.02 0.49
HSL 301.28º 0.56% 0.33% -
HSV(B) 301.28º 0.72% 0.51% -
XYZ 13.98 7.73 21.52 -
YUV 75.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 131 37 129 0 0.72 0.02 0.49 301.28 0.56 0.33
Hex 83 25 81 0 48 2 31 12D 38 21
Octal 203 45 201 0 110 2 61 455 70 41
Binary 10000011 100101 10000001 0 1001000 10 110001 100101101 111000 100001

Color Harmonies of #832581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832581

Black with #832581

Text Example


Text Example

White with #832581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832581; }

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

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

background-color css

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

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

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

border-color css

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

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

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