Html Css Color HEX #832F71 Dark Purple

📋 copy color: '#832F71'

red 131 ◦ green 47 ◦ blue 113

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

Shades of Dark Purple #832F71

Tints of Dark Purple #832F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 45.02%
G = 16.15%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#832F71 (or 0x832F71) is known color: Dark Purple. HEX triplet: 83, 2F and 71. RGB value is (131,47,113). Sum of RGB (Red+Green+Blue) = 131+47+113=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #832F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832F71 is #7CD08E. Grayscale: #4F4F4F. Windows color (decimal): -8179855 or 7417731. OLE color: 7417731.

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

Color convert

RGB 131 47 113 -
CMYK 0 0.64 0.14 0.49
HSL 312.86º 0.47% 0.35% -
HSV(B) 312.86º 0.64% 0.51% -
XYZ 13.36 8.05 16.47 -
YUV 79.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 131 47 113 0 0.64 0.14 0.49 312.86 0.47 0.35
Hex 83 2F 71 0 40 E 31 139 2F 23
Octal 203 57 161 0 100 16 61 471 57 43
Binary 10000011 101111 1110001 0 1000000 1110 110001 100111001 101111 100011

Color Harmonies of #832F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F71

Black with #832F71

Text Example


Text Example

White with #832F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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