#850379

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

Shades of Purple #850379

Tints of Purple #850379

Color information

#850379 (or 0x850379) is unknown color: approx Purple. HEX triplet: 85, 03 and 79. RGB value is (133,3,121). Sum of RGB (Red+Green+Blue) = 133+3+121=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #850379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850379 is #7AFC86. Grayscale: #363636. Windows color (decimal): -8060039 or 7930757. OLE color: 7930757.

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

Color convert

RGB1333121-
CMYK00.980.090.48
HSL305.54º95.59%26.67%-
HSV(B)305.54º97.74%52.16%-
XYZ13.166.4318.64-
YUV55.32165.07183.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=51.75%
G=1.17%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133312100.980.090.48305.5495.5926.67
Hex85379062930132601b
Octal20531710142116046214033
Binary10000101111111001011000101001110000100110010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850379; }

 p { color: rgb(133,3,121); }

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

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

 a { background-color: rgb(133,3,121); }

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

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

 span { border-color: rgb(133,3,121); }

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