#813174

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

Shades of Dark Purple #813174

Tints of Dark Purple #813174

Color information

#813174 (or 0x813174) is unknown color: approx Dark Purple. HEX triplet: 81, 31 and 74. RGB value is (129,49,116). Sum of RGB (Red+Green+Blue) = 129+49+116=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #813174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813174 is #7ECE8B. Grayscale: #505050. Windows color (decimal): -8310412 or 7614849. OLE color: 7614849.

HSL color Cylindrical-coordinate representation of color #813174: hue angle of 309.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813174 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB12949116-
CMYK00.620.100.49
HSL309.75º44.94%34.9%-
HSV(B)309.75º62.02%50.59%-
XYZ13.38.1217.39-
YUV80.56148162.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=43.88%
G=16.67%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294911600.620.100.49309.7544.9434.9
Hex81317403EA311362d23
Octal2016116407612614665543
Binary10000001110001111010001111101010110001100110110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813174; }

 p { color: rgb(129,49,116); }

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

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

 a { background-color: rgb(129,49,116); }

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

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

 span { border-color: rgb(129,49,116); }

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