#770168

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

Shades of Purple #770168

Tints of Purple #770168

Color information

#770168 (or 0x770168) is unknown color: approx Purple. HEX triplet: 77, 01 and 68. RGB value is (119,1,104). Sum of RGB (Red+Green+Blue) = 119+1+104=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770168 is #88FE97. Grayscale: #2F2F2F. Windows color (decimal): -8978072 or 6816119. OLE color: 6816119.

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

Color convert

RGB1191104-
CMYK00.990.130.53
HSL307.63º98.33%23.53%-
HSV(B)307.63º99.16%46.67%-
XYZ10.124.9413.52-
YUV48.02159.59178.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=53.12%
G=0.45%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110400.990.130.53307.6398.3323.53
Hex77168063D351346218
Octal16711500143156546414230
Binary111011111101000011000111101110101100110100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770168; }

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

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

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

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

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

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

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

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