Html Css Color HEX #832069 Dark Purple

📋 copy color: '#832069'

red 131 ◦ green 32 ◦ blue 105

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

Shades of Dark Purple #832069

Tints of Dark Purple #832069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.18%

R = 48.88%
G = 11.94%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#832069 (or 0x832069) is known color: Dark Purple. HEX triplet: 83, 20 and 69. RGB value is (131,32,105). Sum of RGB (Red+Green+Blue) = 131+32+105=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #832069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832069 is #7CDF96. Grayscale: #454545. Windows color (decimal): -8183703 or 6889603. OLE color: 6889603.

HSL color Cylindrical-coordinate representation of color #832069: hue angle of 315.76º 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 #832069 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 105 -
CMYK 0 0.76 0.20 0.49
HSL 315.76º 0.61% 0.32% -
HSV(B) 315.76º 0.76% 0.51% -
XYZ 12.43 6.88 14.04 -
YUV 69.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 131 32 105 0 0.76 0.20 0.49 315.76 0.61 0.32
Hex 83 20 69 0 4C 14 31 13C 3D 20
Octal 203 40 151 0 114 24 61 474 75 40
Binary 10000011 100000 1101001 0 1001100 10100 110001 100111100 111101 100000

Color Harmonies of #832069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832069

Black with #832069

Text Example


Text Example

White with #832069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832069; }

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

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

background-color css

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

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

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

border-color css

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

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

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