Html Css Color HEX #832D6B Dark Purple

📋 copy color: '#832D6B'

red 131 ◦ green 45 ◦ blue 107

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

Shades of Dark Purple #832D6B

Tints of Dark Purple #832D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 46.29%
G = 15.9%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#832D6B (or 0x832D6B) is known color: Dark Purple. HEX triplet: 83, 2D and 6B. RGB value is (131,45,107). Sum of RGB (Red+Green+Blue) = 131+45+107=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #832D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D6B is #7CD294. Grayscale: #4D4D4D. Windows color (decimal): -8180373 or 7024003. OLE color: 7024003.

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

Color convert

RGB 131 45 107 -
CMYK 0 0.66 0.18 0.49
HSL 316.74º 0.49% 0.35% -
HSV(B) 316.74º 0.66% 0.51% -
XYZ 12.95 7.76 14.73 -
YUV 77.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 131 45 107 0 0.66 0.18 0.49 316.74 0.49 0.35
Hex 83 2D 6B 0 42 12 31 13D 31 23
Octal 203 55 153 0 102 22 61 475 61 43
Binary 10000011 101101 1101011 0 1000010 10010 110001 100111101 110001 100011

Color Harmonies of #832D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D6B

Black with #832D6B

Text Example


Text Example

White with #832D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,45,107); }

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

background-color css

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

 a { background-color: rgb(131,45,107); }

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

border-color css

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

 span { border-color: rgb(131,45,107); }

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