#770275

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

Shades of Purple #770275

Tints of Purple #770275

Color information

#770275 (or 0x770275) is unknown color: approx Purple. HEX triplet: 77, 02 and 75. RGB value is (119,2,117). Sum of RGB (Red+Green+Blue) = 119+2+117=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770275 is #88FD8A. Grayscale: #313131. Windows color (decimal): -8977803 or 7668343. OLE color: 7668343.

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

Color convert

RGB1192117-
CMYK00.980.020.53
HSL301.03º96.69%23.73%-
HSV(B)301.03º98.32%46.67%-
XYZ10.845.2517.27-
YUV50.09165.76177.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=50%
G=0.84%
B=49.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119211700.980.020.53301.0396.6923.73
Hex7727506223512d6118
Octal1672165014226545514130
Binary11101111011101010110001010110101100101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770275; }

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

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

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

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

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

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

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

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