#770193

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

Shades of Purple #770193

Tints of Purple #770193

Color information

#770193 (or 0x770193) is unknown color: approx Purple. HEX triplet: 77, 01 and 93. RGB value is (119,1,147). Sum of RGB (Red+Green+Blue) = 119+1+147=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #770193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770193 is #88FE6C. Grayscale: #343434. Windows color (decimal): -8978029 or 9634167. OLE color: 9634167.

HSL color Cylindrical-coordinate representation of color #770193: hue angle of 288.49º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770193 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1191147-
CMYK0.190.9900.42
HSL288.49º98.65%29.02%-
HSV(B)288.49º99.32%57.65%-
XYZ12.896.0528.09-
YUV52.93181.09175.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=44.57%
G=0.37%
B=55.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11911470.190.9900.42288.4998.6529.02
Hex77193136302A120631d
Octal16712232314305244014335
Binary11101111100100111001111000110101010100100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770193; }

 p { color: rgb(119,1,147); }

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

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

 a { background-color: rgb(119,1,147); }

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

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

 span { border-color: rgb(119,1,147); }

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