Html Css Color HEX #832B7D Dark Purple

📋 copy color: '#832B7D'

red 131 ◦ green 43 ◦ blue 125

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

Shades of Dark Purple #832B7D

Tints of Dark Purple #832B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.38%

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 43.81%
G = 14.38%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#832B7D (or 0x832B7D) is known color: Dark Purple. HEX triplet: 83, 2B and 7D. RGB value is (131,43,125). Sum of RGB (Red+Green+Blue) = 131+43+125=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #832B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B7D is #7CD482. Grayscale: #4E4E4E. Windows color (decimal): -8180867 or 8203139. OLE color: 8203139.

HSL color Cylindrical-coordinate representation of color #832B7D: hue angle of 304.09º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B7D is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 43 125 -
CMYK 0 0.67 0.05 0.49
HSL 304.09º 0.51% 0.34% -
HSV(B) 304.09º 0.67% 0.51% -
XYZ 13.93 8.03 20.22 -
YUV 78.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 131 43 125 0 0.67 0.05 0.49 304.09 0.51 0.34
Hex 83 2B 7D 0 43 5 31 130 33 22
Octal 203 53 175 0 103 5 61 460 63 42
Binary 10000011 101011 1111101 0 1000011 101 110001 100110000 110011 100010

Color Harmonies of #832B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832B7D

Black with #832B7D

Text Example


Text Example

White with #832B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832B7D; }

 p { color: rgb(131,43,125); }

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

background-color css

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

 a { background-color: rgb(131,43,125); }

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

border-color css

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

 span { border-color: rgb(131,43,125); }

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