#770274

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

Shades of Purple #770274

Tints of Purple #770274

Color information

#770274 (or 0x770274) is unknown color: approx Purple. HEX triplet: 77, 02 and 74. RGB value is (119,2,116). Sum of RGB (Red+Green+Blue) = 119+2+116=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #770274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770274 is #88FD8B. Grayscale: #313131. Windows color (decimal): -8977804 or 7602807. OLE color: 7602807.

HSL color Cylindrical-coordinate representation of color #770274: hue angle of 301.54º 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 #770274 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB1192116-
CMYK00.980.030.53
HSL301.54º96.69%23.73%-
HSV(B)301.54º98.32%46.67%-
XYZ10.785.2316.96-
YUV49.98165.26177.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=50.21%
G=0.84%
B=48.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119211600.980.030.53301.5496.6923.73
Hex7727406233512e6118
Octal1672164014236545614130
Binary11101111011101000110001011110101100101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770274; }

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

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

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

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

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

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

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

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