Html Css Color HEX #832D7A Dark Purple

📋 copy color: '#832D7A'

red 131 ◦ green 45 ◦ blue 122

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

Shades of Dark Purple #832D7A

Tints of Dark Purple #832D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 43.96%
G = 15.1%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#832D7A (or 0x832D7A) is known color: Dark Purple. HEX triplet: 83, 2D and 7A. RGB value is (131,45,122). Sum of RGB (Red+Green+Blue) = 131+45+122=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #832D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D7A is #7CD285. Grayscale: #4F4F4F. Windows color (decimal): -8180358 or 8007043. OLE color: 8007043.

HSL color Cylindrical-coordinate representation of color #832D7A: hue angle of 306.28º 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 #832D7A is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 45 122 -
CMYK 0 0.66 0.07 0.49
HSL 306.28º 0.49% 0.35% -
HSV(B) 306.28º 0.66% 0.51% -
XYZ 13.81 8.11 19.25 -
YUV 79.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 131 45 122 0 0.66 0.07 0.49 306.28 0.49 0.35
Hex 83 2D 7A 0 42 7 31 132 31 23
Octal 203 55 172 0 102 7 61 462 61 43
Binary 10000011 101101 1111010 0 1000010 111 110001 100110010 110001 100011

Color Harmonies of #832D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D7A

Black with #832D7A

Text Example


Text Example

White with #832D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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