Html Css Color HEX #832C74 Dark Purple

📋 copy color: '#832C74'

red 131 ◦ green 44 ◦ blue 116

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

Shades of Dark Purple #832C74

Tints of Dark Purple #832C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 45.02%
G = 15.12%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#832C74 (or 0x832C74) is known color: Dark Purple. HEX triplet: 83, 2C and 74. RGB value is (131,44,116). Sum of RGB (Red+Green+Blue) = 131+44+116=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #832C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C74 is #7CD38B. Grayscale: #4E4E4E. Windows color (decimal): -8180620 or 7613571. OLE color: 7613571.

HSL color Cylindrical-coordinate representation of color #832C74: hue angle of 310.34º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C74 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 44 116 -
CMYK 0 0.66 0.11 0.49
HSL 310.34º 0.5% 0.34% -
HSV(B) 310.34º 0.66% 0.51% -
XYZ 13.41 7.89 17.34 -
YUV 78.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 131 44 116 0 0.66 0.11 0.49 310.34 0.5 0.34
Hex 83 2C 74 0 42 B 31 136 32 22
Octal 203 54 164 0 102 13 61 466 62 42
Binary 10000011 101100 1110100 0 1000010 1011 110001 100110110 110010 100010

Color Harmonies of #832C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C74

Black with #832C74

Text Example


Text Example

White with #832C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,44,116); }

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

background-color css

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

 a { background-color: rgb(131,44,116); }

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

border-color css

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

 span { border-color: rgb(131,44,116); }

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