#850674

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

Shades of Purple #850674

Tints of Purple #850674

Color information

#850674 (or 0x850674) is unknown color: approx Purple. HEX triplet: 85, 06 and 74. RGB value is (133,6,116). Sum of RGB (Red+Green+Blue) = 133+6+116=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #850674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850674 is #7AF98B. Grayscale: #383838. Windows color (decimal): -8059276 or 7603845. OLE color: 7603845.

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

Color convert

RGB1336116-
CMYK00.950.130.48
HSL308.03º91.37%27.25%-
HSV(B)308.03º95.49%52.16%-
XYZ12.896.3817.07-
YUV56.51161.58182.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 6 (2.73% from 255) = 2.35%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=52.16%
G=2.35%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133611600.950.130.48308.0391.3727.25
Hex8567405FD301345b1b
Octal20561640137156046413333
Binary100001011101110100010111111101110000100110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850674; }

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

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

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

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

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

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

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

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