Html Css Color HEX #832073 Dark Purple

📋 copy color: '#832073'

red 131 ◦ green 32 ◦ blue 115

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

Shades of Dark Purple #832073

Tints of Dark Purple #832073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

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

R = 47.12%
G = 11.51%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#832073 (or 0x832073) is known color: Dark Purple. HEX triplet: 83, 20 and 73. RGB value is (131,32,115). Sum of RGB (Red+Green+Blue) = 131+32+115=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #832073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832073 is #7CDF8C. Grayscale: #464646. Windows color (decimal): -8183693 or 7544963. OLE color: 7544963.

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

Color convert

RGB 131 32 115 -
CMYK 0 0.76 0.12 0.49
HSL 309.7º 0.61% 0.32% -
HSV(B) 309.7º 0.76% 0.51% -
XYZ 12.97 7.1 16.91 -
YUV 71.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 131 32 115 0 0.76 0.12 0.49 309.7 0.61 0.32
Hex 83 20 73 0 4C C 31 136 3D 20
Octal 203 40 163 0 114 14 61 466 75 40
Binary 10000011 100000 1110011 0 1001100 1100 110001 100110110 111101 100000

Color Harmonies of #832073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832073

Black with #832073

Text Example


Text Example

White with #832073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832073; }

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

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

background-color css

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

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

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

border-color css

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

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

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