#77127A

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

Shades of Purple #77127A

Tints of Purple #77127A

Color information

#77127A (or 0x77127A) is unknown color: approx Purple. HEX triplet: 77, 12 and 7A. RGB value is (119,18,122). Sum of RGB (Red+Green+Blue) = 119+18+122=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #77127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77127A is #88ED85. Grayscale: #3B3B3B. Windows color (decimal): -8973702 or 8000119. OLE color: 8000119.

HSL color Cylindrical-coordinate representation of color #77127A: hue angle of 298.27º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77127A is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11918122-
CMYK0.020.8500.52
HSL298.27º74.29%27.45%-
HSV(B)298.27º85.25%47.84%-
XYZ11.345.7618.93-
YUV60.05162.96170.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=45.95%
G=6.95%
B=47.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119181220.020.8500.52298.2774.2927.45
Hex77127A25503412a4a1b
Octal16722172212506445211233
Binary11101111001011110101010101010110100100101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,18,122); }

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

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

 a { background-color: rgb(119,18,122); }

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

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

 span { border-color: rgb(119,18,122); }

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