#834174

Color #834174 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #834174

Tints of Dark Purple #834174

Color information

#834174 (or 0x834174) is unknown color: approx Dark Purple. HEX triplet: 83, 41 and 74. RGB value is (131,65,116). Sum of RGB (Red+Green+Blue) = 131+65+116=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #834174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834174 is #7CBE8B. Grayscale: #5A5A5A. Windows color (decimal): -8175244 or 7618947. OLE color: 7618947.

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

Color convert

RGB13165116-
CMYK00.500.110.49
HSL313.64º33.67%38.43%-
HSV(B)313.64º50.38%51.37%-
XYZ14.49.8717.67-
YUV90.55142.37156.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=41.99%
G=20.83%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316511600.500.110.49313.6433.6738.43
Hex834174032B3113a2226
Octal20310116406213614724246
Binary100000111000001111010001100101011110001100111010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834174; }

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

 H1.HeaderClassName
 {
   color: #834174;
 }
 .AnyTagClassName
 {
   color: #834174;
 }
</style>
background-color css

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

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

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

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

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

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