#77026A

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

Shades of Purple #77026A

Tints of Purple #77026A

Color information

#77026A (or 0x77026A) is unknown color: approx Purple. HEX triplet: 77, 02 and 6A. RGB value is (119,2,106). Sum of RGB (Red+Green+Blue) = 119+2+106=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77026A is #88FD95. Grayscale: #303030. Windows color (decimal): -8977814 or 6947447. OLE color: 6947447.

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

Color convert

RGB1192106-
CMYK00.980.110.53
HSL306.67º96.69%23.73%-
HSV(B)306.67º98.32%46.67%-
XYZ10.235.0114.06-
YUV48.84160.26178.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=52.42%
G=0.88%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119210600.980.110.53306.6796.6923.73
Hex7726A062B351336118
Octal16721520142136546314130
Binary1110111101101010011000101011110101100110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77026A; }

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

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

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

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

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

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

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

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