#770561

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

Shades of Purple #770561

Tints of Purple #770561

Color information

#770561 (or 0x770561) is unknown color: approx Purple. HEX triplet: 77, 05 and 61. RGB value is (119,5,97). Sum of RGB (Red+Green+Blue) = 119+5+97=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770561 is #88FA9E. Grayscale: #313131. Windows color (decimal): -8977055 or 6358391. OLE color: 6358391.

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

Color convert

RGB119597-
CMYK00.960.180.53
HSL311.58º91.94%24.31%-
HSV(B)311.58º95.8%46.67%-
XYZ9.824.8911.74-
YUV49.57154.77177.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=53.85%
G=2.26%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11959700.960.180.53311.5891.9424.31
Hex7756106012351385c18
Octal16751410140226547013430
Binary111011110111000010110000010010110101100111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770561; }

 p { color: rgb(119,5,97); }

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

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

 a { background-color: rgb(119,5,97); }

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

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

 span { border-color: rgb(119,5,97); }

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