#770375

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

Shades of Purple #770375

Tints of Purple #770375

Color information

#770375 (or 0x770375) is unknown color: approx Purple. HEX triplet: 77, 03 and 75. RGB value is (119,3,117). Sum of RGB (Red+Green+Blue) = 119+3+117=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #770375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770375 is #88FC8A. Grayscale: #323232. Windows color (decimal): -8977547 or 7668599. OLE color: 7668599.

HSL color Cylindrical-coordinate representation of color #770375: hue angle of 301.03º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770375 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB1193117-
CMYK00.970.020.53
HSL301.03º95.08%23.92%-
HSV(B)301.03º97.48%46.67%-
XYZ10.855.2717.28-
YUV50.68165.43176.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=49.79%
G=1.26%
B=48.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119311700.970.020.53301.0395.0823.92
Hex7737506123512d5f18
Octal1673165014126545513730
Binary11101111111101010110000110110101100101101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770375; }

 p { color: rgb(119,3,117); }

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

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

 a { background-color: rgb(119,3,117); }

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

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

 span { border-color: rgb(119,3,117); }

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