#851174

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

Shades of Dark Purple #851174

Tints of Dark Purple #851174

Color information

#851174 (or 0x851174) is unknown color: approx Dark Purple. HEX triplet: 85, 11 and 74. RGB value is (133,17,116). Sum of RGB (Red+Green+Blue) = 133+17+116=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #851174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851174 is #7AEE8B. Grayscale: #3E3E3E. Windows color (decimal): -8056460 or 7606661. OLE color: 7606661.

HSL color Cylindrical-coordinate representation of color #851174: hue angle of 308.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851174 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13317116-
CMYK00.870.130.48
HSL308.79º77.33%29.41%-
HSV(B)308.79º87.22%52.16%-
XYZ13.036.6517.12-
YUV62.97157.93177.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=50%
G=6.39%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331711600.870.130.48308.7977.3329.41
Hex851174057D301354d1d
Octal205211640127156046511535
Binary10000101100011110100010101111101110000100110101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851174; }

 p { color: rgb(133,17,116); }

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

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

 a { background-color: rgb(133,17,116); }

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

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

 span { border-color: rgb(133,17,116); }

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