Html Css Color HEX #832473 Dark Purple

📋 copy color: '#832473'

red 131 ◦ green 36 ◦ blue 115

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

Shades of Dark Purple #832473

Tints of Dark Purple #832473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 46.45%
G = 12.77%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#832473 (or 0x832473) is known color: Dark Purple. HEX triplet: 83, 24 and 73. RGB value is (131,36,115). Sum of RGB (Red+Green+Blue) = 131+36+115=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #832473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832473 is #7CDB8C. Grayscale: #494949. Windows color (decimal): -8182669 or 7545987. OLE color: 7545987.

HSL color Cylindrical-coordinate representation of color #832473: hue angle of 310.11º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832473 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 115 -
CMYK 0 0.73 0.12 0.49
HSL 310.11º 0.57% 0.33% -
HSV(B) 310.11º 0.73% 0.51% -
XYZ 13.09 7.32 16.94 -
YUV 73.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 131 36 115 0 0.73 0.12 0.49 310.11 0.57 0.33
Hex 83 24 73 0 49 C 31 136 39 21
Octal 203 44 163 0 111 14 61 466 71 41
Binary 10000011 100100 1110011 0 1001001 1100 110001 100110110 111001 100001

Color Harmonies of #832473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832473

Black with #832473

Text Example


Text Example

White with #832473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832473; }

 p { color: rgb(131,36,115); }

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

background-color css

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

 a { background-color: rgb(131,36,115); }

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

border-color css

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

 span { border-color: rgb(131,36,115); }

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