Html Css Color HEX #832F77 Dark Purple

📋 copy color: '#832F77'

red 131 ◦ green 47 ◦ blue 119

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

Shades of Dark Purple #832F77

Tints of Dark Purple #832F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 44.11%
G = 15.82%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#832F77 (or 0x832F77) is known color: Dark Purple. HEX triplet: 83, 2F and 77. RGB value is (131,47,119). Sum of RGB (Red+Green+Blue) = 131+47+119=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #832F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832F77 is #7CD088. Grayscale: #505050. Windows color (decimal): -8179849 or 7810947. OLE color: 7810947.

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

Color convert

RGB 131 47 119 -
CMYK 0 0.64 0.09 0.49
HSL 308.57º 0.47% 0.35% -
HSV(B) 308.57º 0.64% 0.51% -
XYZ 13.71 8.19 18.31 -
YUV 80.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 131 47 119 0 0.64 0.09 0.49 308.57 0.47 0.35
Hex 83 2F 77 0 40 9 31 135 2F 23
Octal 203 57 167 0 100 11 61 465 57 43
Binary 10000011 101111 1110111 0 1000000 1001 110001 100110101 101111 100011

Color Harmonies of #832F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F77

Black with #832F77

Text Example


Text Example

White with #832F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,47,119); }

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

background-color css

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

 a { background-color: rgb(131,47,119); }

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

border-color css

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

 span { border-color: rgb(131,47,119); }

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