#851075

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

Shades of Dark Purple #851075

Tints of Dark Purple #851075

Color information

#851075 (or 0x851075) is unknown color: approx Dark Purple. HEX triplet: 85, 10 and 75. RGB value is (133,16,117). Sum of RGB (Red+Green+Blue) = 133+16+117=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #851075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851075 is #7AEF8A. Grayscale: #3E3E3E. Windows color (decimal): -8056715 or 7671941. OLE color: 7671941.

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

Color convert

RGB13316117-
CMYK00.880.120.48
HSL308.21º78.52%29.22%-
HSV(B)308.21º87.97%52.16%-
XYZ13.076.6417.42-
YUV62.5158.76178.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=50%
G=6.02%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331611700.880.120.48308.2178.5229.22
Hex851075058C301344f1d
Octal205201650130146046411735
Binary10000101100001110101010110001100110000100110100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851075; }

 p { color: rgb(133,16,117); }

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

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

 a { background-color: rgb(133,16,117); }

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

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

 span { border-color: rgb(133,16,117); }

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